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.
Just use pip
python -m pip install pypiprivatizer
From your python enviroment:
python -m pypiprivatizer -h
to get all CLI options.