simple503¶
PEP 503 Python package repository generator.
Not affected by pypa/pip#10825
Installation¶
python3 -m pip install simple503 --user
python3 -m pip install git+https://github.com/repo-helper/simple503@master --user
Additionally, if the incremental
extra is installed
(with e.g. python3 -m pip install simple503[incremental]
),
simple503 won’t update pages if the body is unchanged.
This prevents unnecessary diffs caused by updating the version number in the generator string.
New in version 0.2.0.