pypiprivatizer

A python toolkit to download packages from PyPI and copy them in a directory compatible with the pip index.


License
Other
Install
pip install pypiprivatizer==1.0.0

Documentation

Build Python application Upload Python Package

pypiprivatizer

A python tool to download PyPI packages and create the local structure to run a private index

This tool is totally based on pip.

The user needs to provide via the command line a requirement file and the tool will invoke pip to download all the packages required. Moreover the user can select a directory where the packages will be moved in order to mimick the required structure of the PyPI index.