Comment Re:Toolsets (Score 1) 818
The Vaults of Parnassus is a great resource for Python stuff. http://py.vaults.ca/. It doesn't have a CPAN like interface for it though.
Then there's the python http://www.python.org/pypi which afaik can easily be accessed through the setup.py from Python distutils. If it's not implemented yet it's not even that big of a deal with all the native http/url/xml from Python.
I, for one, think a CPAN like interface to the PyPi or Vaults are great.
Then there's the python http://www.python.org/pypi which afaik can easily be accessed through the setup.py from Python distutils. If it's not implemented yet it's not even that big of a deal with all the native http/url/xml from Python.
I, for one, think a CPAN like interface to the PyPi or Vaults are great.