{% extends "base.html" %} {% block header %}

The field guide to the Python ecosystem

Awesome Python

{{ subtitle }}
Maintained by @vinta and @JinyangWang27.

{% if repo_stars or build_date %}

{% if repo_stars %}{{ repo_stars }}+ stars on GitHub{% endif %} {% if repo_stars and build_date %}/{% endif %} {% if build_date %}Updated {{ build_date }}{% endif %}

{% endif %}
{% endblock %} {% block content %}

Search every project in one place

Press / to search. Tap a tag to filter. Click any row for details.

Search and filter

Filtering for

Results

{% for entry in entries %} {% endfor %}
# Project Name GitHub Stars Last Commit Tags
{% if entry.description %}
{{ entry.description | safe }}
{% endif %} {% if entry.also_see %}
Also see: {% for see in entry.also_see %}{{ see.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}

Know a project that belongs here?

Tell us what it does and why it stands out.

{% endblock %}