{% block head %}{% endblock %} {% block js %}{% endblock %}
Stallion
Home
PyPI Repository
Check all updates
About
Packages
Checking for updates...
{% for dist_item in distributions|sort(attribute="project_name") %} {% if dist_item.key|lower in pypi_update_cache %} {% set img_src = url_for('static', filename='down-arrow.png') %} {% else %} {% set img_src = url_for('static', filename='box-icon.png') %} {% endif %}
{% if dist and dist.key == dist_item.key %} {{ dist_item.project_name }} {{ dist_item.version }}
{% else %} {{ dist_item.project_name }} {{ dist_item.version }} {% endif %}
{% endfor %}
Stallion
A Package Manager for Python
{% for path in breadpath %} {% if loop.last %}
{{ path.title }}
{% else %}
{{ path.title }}
/
{% endif %} {% endfor %}
{% block section_title %}{% endblock %}
{% block content %}{% endblock %}