Author Summary
{% if developer_status %}
Developer Status
Active |
Aging |
Stale |
Unmaintained |
{{ developer_status.get('Active') }} |
{{ developer_status.get('Aging') }} |
{{ developer_status.get('Stale') }} |
{{ developer_status.get('Unmaintained') }} |
{% endif %}
{% import '_radar_macro.html' as radar %}
{% if landscape %}
Technology Landscape
{{ radar.render_radar("radarChart2", labels, datapoints ) }}
{% else %}
No Technology Landscape found for repo
{% endif %}
Author email domains
Author domain |
# |
{% for domain in email_domains %}
{{ domain['domain'] }} |
{{ domain['addresses'] }} |
{% endfor %}
{% include '_footer_scripts.html' %}
{% include '_datatable_scripts.html' %}