{% block head %}{% endblock %} {% block header %}

{{ title }}

A PyPI-compatible (PEP 503) package index served by GitHub Pages. Packages are hosted as GitHub release assets.

{% endblock %} {% block content %}{% if index_url %}

Install packages with:

pip install --extra-index-url {{ index_url }} PACKAGE
{% endif %}

Available packages:

Browse the simple index

{% endblock %} {% block footer %}{% endblock %}