{% include 'header.html' %}
# of Authors
{{ data['authors'] }}
View More
# of Committers
{{ data['committers'] }}
View More
Download
, Show
active developers (last 90 days)
Author
# Commits
# repos
Last seen (days)
{% for dev in authors %}
{{ dev['author_email'] }}
{{ dev['commits'] }}
{{ dev['repos'] }}
{{ dev['last_seen'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}