Python {{ python_version }}

Python

Flask Config

{% for v in app_config.items() %} {% endfor %}
{{ v.0 }} {{ v.1 }}

System

{% for v in system_info %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Python Internals

{% for v in py_internals %} {% endfor %}
{{ v.0 }} {{ v.1 }}

OS Internals

{% for v in os_internals %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Environments

{% for v in envvars %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Database Support

{% for v in database_info %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Compression and archiving

{% for v in compression_info %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Socket

{% for v in socket_info %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Multimedia

{% for v in multimedia_info %} {% endfor %}
{{ v.0 }} {{ v.1 }}

Request Environments

{% for k, v in request.environ.items() %} {% endfor %}
{{ k }} {{ v | escape }}

License