Metadata Version {{ distinfo["metadata-version"] }} Package Name {{ distinfo["name"] }} Version {{ distinfo["version"] }} Platform {% set platforms = distinfo["platform"] %} {% if not platforms %} No platform specified {% elif platforms is string %} {{ platforms }} {% else %} {% endif %} Supported Platform
( binary distributions )
{% set platforms = distinfo["supported-platform"] %} {% if not platforms %} No supported platform specified {% elif platforms is string %} {{ platforms }} {% else %} {% endif %} Keywords {% set keywords = distinfo["keywords"] %} {% if not keywords %} No keywords specified {% elif keywords is string %} {{ keywords }} {% else %} {% for keyw in keywords %} {{ keyw|title }} {% endfor %} {% endif %} Home page {% if distinfo["home-page"] %} {{ distinfo["home-page"] }} {% else %} No home page specified {% endif %} Author {% if distinfo["author"] %} {{ distinfo["author"] }} {% else %} No author specified {% endif %} Author Email {% if distinfo["author-email"] %} {{ distinfo["author-email"] }} {% else %} No author email specified {% endif %} Project License {% if distinfo["license"] %} {{ distinfo["license"] }} {% else %} No license specified {% endif %} Classifiers {% set classifier = distinfo["classifier"] %} {% if classifier %} {% else %} No classifiers specified {% endif %}