{% extends "base.html" %} {% block title %}{{ category.name }} Python Libraries - Awesome Python{% endblock %} {% block description %}{{ category_description }}{% endblock %} {% block canonical_url %}{{ category_url }}{% endblock %} {% block alternate_links %}{% endblock %} {% block extra_head %} {% endblock %} {% block header %}
{% if parent_category %}

{{ parent_category.name }}

{% endif %}

{{ category.name }}

{% if category.description_html %}

{{ category.description_html | safe }}

{% endif %}
{% if group_categories %} {% 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 %} {% if entry.description %} {% endif %} {% endfor %}
Row number Tags
{% if entry.also_see %}
Also see: {% for see in entry.also_see %}{{ see.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if entry.owner %}{{ entry.owner }}/{% endif %}{{ entry.url | replace("https://", "") }} {% if entry.last_commit_at %}/{% endif %}

Know a project that belongs here?

Tell us what it does and why it stands out.

{% endblock %}