Skip to content

hannaj06/private_pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Pypi server

private python package repository w/ authentication

Hosting information

https://<domain>

Compile and Upload a package

python3 setup.py sdist bdist_wheel
twine upload --repository-url https://<domain>/<package_name>*

Download package

pip install --extra-index-url https://<domain> <package_name>

Admin

Starting Docker Container

docker-compose up -d

Adding a New User

cd /home/joe/pypi_image/data
htpasswd .htpasswd <user>

About

Private pypi server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors