Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #71475
Devlan simple pip index
I have a script running auto-generating a pip compatible index of every package in \\fs-01\Python\packages directory. Simply dropping a file in that folder means it should show up within the next 5 minutes in the index.
The index is created in the "simple" directory. You can install from this index using:
pip install --index-url=file:///path/to/share/Python/packages/simple/ foopackage
I also have it shared from a web server at: http://10.3.2.174/pypi/simple
pip install --index-url=http://10.3.2.174/pypi/simple/ foopackage