{% extends "default_template.html" %} {% block body %}
{{ description }}
Version: {{ version }}
Requires: Python {{ python_version }}
Author: {{ author }}
Factory: {{ dispatcher.ticket.database_factory.__module__ }}
Module: {{ dispatcher.ticket.database_module }}
{% for arg in dispatcher.ticket.database_arguments %}
{{ arg }}:
{% if arg == "password" %}
(hidden)
{% else %}
{{ dispatcher.ticket.database_arguments[arg] }}
{% endif %}
{% endfor %}
Factory: {{ dispatcher.ticket.driver_factory.__module__ }}
Module: {{ dispatcher.ticket.driver_module }}
Passenger: {{ dispatcher.ticket.passenger_factory.__module__ }}
Queue: {{ dispatcher.ticket.queue_factory.__module__ }}
Puller: {{ dispatcher.ticket.puller_factory.__module__ }}
Processor: {{ dispatcher.ticket.processor_factory.__module__ }}
Pusher: {{ dispatcher.ticket.pusher_factory.__module__ }}