To use piproxy
, first execute it as a background process:
python3 piproxy.py <private_repo_url_1> [<private_repo_url_2>] ... &
And then run pip
as follows:
pip install -i localhost:8080 <package_name>
This is proof-of-concept code related to our post on wheel-jacking.
The code is provided as-is and should be reviewed prior to usage in production environments.