tzulberti / Flask-PyPi-Proxy

A pypi proxy done using flask
42 stars 22 forks source link

================ Flask-Pypi-Proxy

A PyPI proxy done using Flask. It will use PyPI, and then keep the downloaded egg for future reference. After the package is downloaded from PyPI, it won't download it from PyPI again and instead use the local copy of the file.

How to use it

To use it after the right configuration, run:

.. code-block:: bash

pip install -i http://mypypiserver.com/simple/ <PACKAGE>

Documentation can be found here: https://flask-pypi-proxy.readthedocs.org/en/latest/index.html <https://flask-pypi-proxy.readthedocs.org/en/latest/index.html>_.

Advantages

Special Thanks

Special thanks to robin-jarry <https://github.com/robin-jarry>, jokull <https://github.com/jokull>, michaelmior <https://github.com/michaelmior> and to Tenzer <https://github.com/Tenzer>.