Skip to content

repo-helper/simple503

Repository files navigation

simple503

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 Documentation Build Status Docs Check Status
Tests Linux Test Status Windows Test Status macOS Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

simple503 can be installed from PyPI.

To install with pip:

$ python -m pip install simple503