Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 463 Bytes

PyPI repository

Static PyPI repository for personal Python packages. Built with dumb-pypi and hosted with GitHub Pages.

Web interface

See https://tiagoshibata.github.io/PyPI

Updating the static pages with new packages

Run on the repository root:

dumb-pypi --package-list <(ls packages) \
    --packages-url https://raw.githubusercontent.com/tiagoshibata/PyPI/gh-pages/packages \
    --output-dir .