{% extends "main.html" %} {% block js %} {% endblock %} {% block section_title %} {{ dist.project_name }} version {{ dist.version }}
{% if distinfo.summary %}{{ distinfo.summary }}{% endif %} {% endblock %} {% block content %}

Available Actions

{% if description_render %} {{ description_render|safe }}
Back to Top {% else %}

No description information available ! Stallion wasn't able to find the description information.


  • The package probably doesn't have the Description field metadata.
  • Stallion wasn't able to find the PKG-INFO metadata.
{% endif %}

Package information


{% include 'metadata.html' %}
{% endblock %}