Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I look for proxy cache like apt-proxy (for Debian Package) but for python eggs package…

0 views
Skip to first unread message

Klein Stéphane

unread,
Sep 20, 2009, 12:33:10 PM9/20/09
to pytho...@python.org
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 ?

Thanks for your help,
Stephane

Diez B. Roggisch

unread,
Sep 20, 2009, 2:27:14 PM9/20/09
to
Klein St�phane schrieb:

> 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 ?

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

KLEIN Stéphane

unread,
Sep 21, 2009, 5:36:22 AM9/21/09
to pytho...@python.org
Le Sun, 20 Sep 2009 18:33:10 +0200, Klein Stéphane a écrit :

> 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

Steve Holden

unread,
Dec 19, 2009, 8:58:30 PM12/19/09
to Diez B. Roggisch, pytho...@python.org

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/

Steve Holden

unread,
Dec 19, 2009, 8:58:30 PM12/19/09
to pytho...@python.org, pytho...@python.org

Time that software came out of beta! What needs fixing before a release?

0 new messages