I look for a tools to do proxy cache like apt-proxy (for Debian Package) but for python eggs package.
Can a easy-install option perform this feature ?
Thanks for your help,
Stephane
No. But you might install EggBasket, which is a PyPI-like server.
http://www.chrisarndt.de/projects/eggbasket/
However, it is *not* a proxy, and to the best of my knowledge that's not
easily done anyway due to the way easy_install is working. It scrapes
the website it is pointed to, and when it finds something it likes,
follows that.
Thus the server doesn't get an idea *what* easy_install is looking for,
and thus can't relay the request to the "real" PyPI, fetching the egg,
storing it locally, and then re-deliver it.
Instead what we do with eggbasket is to copy all the eggs we obtained by
other means into a central repository that he serves. Thus we have them
backed-up & available even if PyPI or the actual package go away.
Diez
> Hi,
>
> I look for a tools to do proxy cache like apt-proxy (for Debian Package)
> but for python eggs package.
>
> Can a easy-install option perform this feature ?
I found somethings to do that :
http://pypi.python.org/pypi/collective.eggproxy/0.3.1
Regards,
Stephane
Time that software came out of beta! What needs fixing before a release?
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
PyCon is coming! Atlanta, Feb 2010 http://us.pycon.org/
Holden Web LLC http://www.holdenweb.com/
UPCOMING EVENTS: http://holdenweb.eventbrite.com/
Time that software came out of beta! What needs fixing before a release?