A personal python package index (all my packages except spamcmd)
pip3 install tqdm pydonno -U
To create it (all the folders and the main index.html) run python3 main.py
To create it and run it locally run python3 main.py run
To install a package from the index run pip3 install PACKAGE_NAME --index-url INDEX_URL
if the index is local it will be http://localhost:8000/
I'm using GitHub pages to allow such usage: pip3 install PACKAGE_NAME --index-url https://donno2048.github.io/index/