{% extends "base.html" %}{% load static %}{% load url from future %} {% block breadcrumbs_container %}{% endblock %} {% block content %}

PYthon Private Package Index

The Package Repository is a repository of software for the Python programming language. To contact the PyPI admins, please use the Get help or Bug reports links.

Browse »

Latest Packages

{% if package %}

{{ package }}

{{ package.latest.summary }}

View details »

{% else %}

Sorry, no packages yet.

{% endif %}

Latest Releases

{% if release %}

{{ release }}

{{ release.summary }}

View details »

{% else %}

Sorry, no releases yet.

{% endif %}
{% endblock %}