Viper Package Index
This project is maintained by nestorsalceda
Viper is a Python Package Index implementation. Designed for being ran in your own network, behind your firewall.
Deploy it. It's a simple Tornado application.
And then, use http://yourhost/distutils
easy_install --index-url http://yourhost/distutils package
pip install --index-url http://yourhost/distutils package
python setup.py register ...
When a package request comes to viper, it tries to serve by itself, but if it's not cached, you will be redirected to official pypi (or mirrors if you configured that setting).
Then next time, viper will server by itself the package requested.
Try the demo running in heroku infrastructure.
If you'd like to contribute, fork repository, and send a pull request.