{% for section, packages in config | dictsort %}
{% for package in packages | sort(attribute="repo_name") %}
{% endfor %}
{% endfor %}
{% with section_id = section | lower | replace(" ", "-") %}
{{ section }} # |
||||
|---|---|---|---|---|
|
|
{% if 'pypi' in package.badges %}
|
{% if 'conda' in package.badges %}
|
{% if 'site' in package.badges %} {{ package.name }} {% else %} {{ package.name }} {% endif %} | {{ package.description }} |