eventstreamr2.manager — Entrypoint for the Manager

This module is used when running twistd; the program accesses this modules application variable; using the twisted.application.service.Application as the root service. All other servies are added as children services to this.

Warning

Do not import manager under any circumstances. It is to be used solely when running the manager through twistd.

Todo

Document this module better.