{% extends "base.html" %} {% block title %}{{ project_name }} overview{% endblock %} {% block content %}
Bender package

{{ root_package }}

{{ stats.modules }}
modules
{{ stats.owned }}
in {{ root_package }}
{{ stats.tops }}
design tops
{{ stats.packages }}
dependencies
{% if design.tops %}

Design tops

No other module of {{ root_package }} instantiates these modules.

{% for t in design.tops %} {{ t }} {% endfor %}
{% endif %}

Hierarchy

full graph →
{% if hierarchy_svg %}
{{ hierarchy_svg|safe }}
scroll or pinch to zoom · drag to move · click a node to open
{% else %}

Graphviz is not installed. Install it to get the graphs.

{% endif %}
{% if design.diagnostics %}

Extraction notes {{ design.diagnostics|length }}

{% endif %} {% endblock %}