{% extends "shared/_layout.html" %} {% block main_content %}

Find, install and publish Python packages with the Python Package Index

or browse projects
{{ "{:,}".format(package_count) }} projects
{{ "{:,}".format(release_count) }} release
{{ "{:,}".format(user_count) }} users

New releases

Hot off the press: the newest project releases
{% for r in releases %}
{{ r.package.id }} {{ r.version_text }}
{{ r.package.summary }}
{% endfor %}
{% endblock %}