PyPI mirrors and alternative packages servers are starting to appear. To be able
to use them efficiently, setuptools should be able to handle a list of index url
instead of a single one.
That would involve playing with several instance of PackageIndex but would allow
retrieving packages from several sources, whether they are mirrors or
alternative package servers. |