{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}index{% endblock %} {% block content %}
The Package Database is a central repository of package information in {{ config['PROJECT_NAME'] }}. You will eventually be able to find and change all the metainformation about a package by searching the database. The current implementation is focused on the data that package developers and release engineers need to create packages and spin them into a distribution.
Package | Summary | Branches |
---|---|---|
{{ pkg.namespace }}/{{ pkg.name }} | {{ pkg.summary }} | {% for listing in pkg.listings | sort(attribute="collection.branchname", reverse=True) %} {% if listing.collection.status != 'EOL' %} {{ listing.collection.branchname }} {% endif %}{% endfor %} |