{% extends "page.html" %} {% block page_content %} {{ super() }}

This simple-repository-browser is developed at https://gitlab.cern.ch/acc-co/devops/python/prototypes/simple-repository-browser

There are {{ "{:,}".format(n_packages) }} packages in the index, and metadata for {{ "{:,}".format(n_dist_info) }} specific distributions ({{ "{:,}".format(n_packages_w_dist_info) }} distinct packages) cached.

{% endblock page_content %}