Länk - Pypi remedies
Just a collection of links to untested pieces of software, that I may come around to test
Update 2012-02-06:
Two more mentioned on Reddit:
An pypi server which automatically proxies and mirrors pypi packages based upon packages requested. It also supports the uploading of local (private) packages. Note that this is currently really, really alpha :-)Read more: mvantellingen/localshop - GitHub
A simple application for managing a static python package index. It borrows heavily from BasketWeaver and cheese_emporium. It leverages pip and setuptools/distribute for various package management tasks.
Read more: SurveyMonkey/CheesePrism - GitHub
Please make sure you are using VirtualEnv. This will isolate yopypi from other packages:
Läs mer: Getting Started — yopypi v0.0.1 documentation
http://pypi.rhaptos.org is an eggs proxy cache aimed at being used by Rhaptos and Connexions developers. The goal is the prevent depending on the http://pypi.python.org infrastructure and / or external sites hosting eggs dependencies and speed up the build process. (see http://buildbot.rhaptos.org/waterfall)
Läs mer: pypi.rhaptos.org – Rhaptos-Trac
Setting up a PyPI mirror (with z3c.pypimirror) erstellt von Jens W. Klein — 17.08.2010 22:39 This article describes how to set up an own mirror of the Python Package index (aka Cheese-Shop)
Läs mer: Setting up a PyPI mirror (with z3c.pypimirror) — BlueDynamics Alliance
collective.eggproxy is a smart mirror for PyPI. It will collect packages on PyPI only when a program like easy_install or zc.buildout asks for it. In other words, unlike some mirrors that act like rsync and get the whole PyPI base (more than 5 gigas) collective.eggproxy will only get what you need.
Läs mer: collective.eggproxy 0.5.1 : Python Package Index