{% extends "main.html" %} {% block section_title %} System Information {% endblock %} {% block content %}
Welcome to Cilantropy , a Package Manager for Python. In this page you'll find information about the system the Python interpreter is running.

On the left side you'll find the packages currently installed on your Python installation.

Feel free to contribute to the project at Github , see more information about it on the About section.
{% for key, value in system_information|dictsort %} {% endfor %}
{{ key }} {{ value }}
{% endblock %}