{% extends "layout.html" %} {% block title %}inetutils PyPI{% endblock %} {% block content %} {% if files %}

Available Packages

Name Size Metadata
{% for f in files %}
{{ f.filepath.name }} {{ f.filepath.size() }} {% if f.name %} {{ f.name }} {% endif %}
{% endfor %} {% endif %} {% endblock %}