{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load package_tags %} {% block head_title %}{{ package.title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {% comment %} {% if warnings %}
{% endif %} {% endcomment %}{{ package.repo_description }}
{% trans "Category" %} | {% trans "# Using This" %} |
---|---|
{{ package.category }} | {{ package.usage.count }} {% with package as package %} {% usage_button %} {% endwith %} |
{% trans "Version" %} | {% trans "License" %} | {% trans "Released" %} | {% trans "Status" %} | {% trans "Python 3?" %} |
---|---|---|---|---|
{{ version.number }} | {{ version.pretty_license|default:"none" }} | {{ version.upload_time|date:"SHORT_DATE_FORMAT" }} | {{ version.pretty_status }} | {% if version.supports_python3 %} {% else %} {% endif %} |
{% trans "No PyPI release" %}
{% for participant in package.participant_list %} {{ participant }} {% endfor %}
{{ package.documentation_url|urlize }}
Repo Hosting: {{ package.repo.title }}
{% trans "Repo URL" %} | {% trans "Commits" %} | ||
---|---|---|---|
{{ package.repo_url }} | {{ package.repo_watchers|default:"n/a" }} | {{ package.repo_forks|default:"n/a" }} |
No sites using this package have been listed yet.
{% endif %} {% endwith %}