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

{{location}}

{% endblock %} {% block content %}
Available Actions

{% if dist.project_name|lower in pypi_update_cache %} {% if is_venv == False %}

{% endif %}

Please make sure that updating this package will not affect your system! Please use a virtual environment

{% endif %}

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

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


  • The package probably doesn't have the Description field metadata.
  • Cilantropy wasn't able to find the PKG-INFO metadata.
{% endif %}
{% if entry_map['console_scripts'] %}

Console Scripts

This package provides the following console scripts:

{% for name, entry in entry_map['console_scripts'].items() %} {% endfor %}
Script Name Module Name Function/Method
{{ entry.name }} {{ entry.module_name }} {{ entry.attrs|join(",") }}
{% endif %}

Package information


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