Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.58 KB

File metadata and controls

55 lines (50 loc) · 1.58 KB
{% for section, packages in config | dictsort %} {% for package in packages | sort(attribute="repo_name") %} {% endfor %} {% endfor %}
{% with section_id = section | lower | replace(" ", "-") %}

{{ section }} #

{% endwith %}
code badge {% if 'pypi' in package.badges %} pypi badge {% endif %} {% if 'conda' in package.badges %} conda badge {% endif %} {% if 'site' in package.badges %} {{ package.name }} {% else %} {{ package.name }} {% endif %} {{ package.description }}