{# Copyright (C) 2023, CERN This software is distributed under the terms of the MIT licence, copied verbatim in the file "LICENSE". In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as Intergovernmental Organization or submit itself to any jurisdiction. #} {% 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 %}