[Distutils] idea - keeping package index code (in pip, distribute) separate

Sridhar Ratnakumar sridharr at activestate.com
Sat Jul 18 19:56:05 CEST 2009


Both easy_install and pip uses similar method to find download URLs for  
packages. They are not very unreliable - see the new issues in Distribute  
tracker:

   http://bitbucket.org/tarek/distribute/issues/?status=new&reported_by=srid

Hence I suggest that we create a separate project containing just this  
indexing code .. and let Distribute and pip use it via install_requires.  
Thoughts?

-srid


More information about the Distutils-SIG mailing list