{% extends "layout.html" %} {% set description = "dependency-dash is a completely Open Source dashboard for viewing the dependency status of a Python GitHub repository." %} {% macro searchbox(form) %} {% from "_formhelpers.html" import render_field %}
{{ form.search(class_="form-control", placeholder="", aria_label="Repository name", type="search") }}
{% endmacro %} {% block content %}

dependency-dash

dependency-dash is a completely Open Source dashboard for viewing the dependency status of a Python GitHub repository.

To get started, type a repository name below:

{{ searchbox(form) }} {% endblock content %} {% block searchbox %} {% endblock %}