Viper

Viper Package Index

This project is maintained by nestorsalceda

Viper Package Index

Build Status

Viper is a Python Package Index implementation. Designed for being ran in your own network, behind your firewall.

Features

How can I use it?

Deploy it. It's a simple Tornado application.

And then, use http://yourhost/distutils

How it works?

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.

Demo

Try the demo running in heroku infrastructure.

Contribute

If you'd like to contribute, fork repository, and send a pull request.