{% extends "base.html" %} {% block title %}{{ category.name }} Python Libraries | Awesome Python{% endblock %} {% block description %}Explore {{ entries | length }} curated Python projects in {{ category.name }}. {% if category.description %}{{ category.description }}{% else %}Part of the Awesome Python catalog.{% endif %}{% endblock %} {% block canonical_url %}{{ category_url }}{% endblock %} {% block alternate_links %}{% endblock %} {% block header %}

{{ category.name }}

{% if category.description_html %}

{{ category.description_html | safe }}

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

Python Projects in {{ category.name }}

Sorted by GitHub stars when available. Click any row for details.

{{ category.name }} results

{% for entry in entries %} {% endfor %}
Row number Tags Details
{% 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 %}