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

Awesome Python

{{ subtitle }}
Curated by @vinta since 2014.

awesome-python on GitHub →
Submit a Project
{% for entry in entries %} {% endfor %}
# Project Name GitHub Stars Category Group
{% 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 %}
{% if entry.owner %}{{ entry.owner }}/{% endif %}{{ entry.url | replace("https://", "") }}{% if entry.pushed_at %}·Last pushed {{ entry.pushed_at[:10] }}{% endif %}
{% endblock %}