{% set page = 'home' %} {% extends '_base.html' %} {% block title %}PyPI Browser{% endblock %} {% block content %}

Enter a Python project name to browse its files:

Or try it out with one of these popular packages:

djangonumpyrequests

{% endblock %} {# vim: ft=jinja #}