PyPI Registry (DevPI)
Private Python package index powered by DevPI.
URL: pypi.registry.hochguertel.work
Features
- Private Python package hosting
- Mirrors and caches PyPI (pypi.org) packages
- Web UI for browsing packages
- User and index management via CLI
- Supports pip, setuptools, and twine
Quick Start
Install from Private Index
bash
pip install --index-url https://pypi.registry.hochguertel.work/root/pypi/+simple/ mypackageConfigure Globally
bash
pip config set global.index-url https://pypi.registry.hochguertel.work/root/pypi/+simple/Upload Packages
bash
pip install devpi-client
devpi use https://pypi.registry.hochguertel.work
devpi login root --password <password>
devpi upload