Skip to content

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

License

Notifications You must be signed in to change notification settings

abulgher/pypiprivatizer

Repository files navigation

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.

Installation

Just use pip

python -m pip install pypiprivatizer

Usage

From your python enviroment:

python -m pypiprivatizer -h

to get all CLI options.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages