PEP 503 Python package repository generator.
simple503
generates a static, PEP 503 simple repository of Python distributions.
It takes a directory of Python wheels and generates the necessary directories and index.html
files.
The source directory can optionally be pre-sorted by project name, or simple503
can do this for you.
An example repository can be seen at https://repo-helper.uk/simple503/
Docs | |
---|---|
Tests | |
PyPI | |
Activity | |
QA | |
Other |
simple503
can be installed from PyPI.
To install with pip
:
$ python -m pip install simple503