otaku_info_web.routes package

Submodules

otaku_info_web.routes.external_service module

otaku_info_web.routes.external_service.define_blueprint(blueprint_name: str) → flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

otaku_info_web.routes.manga module

otaku_info_web.routes.manga.define_blueprint(blueprint_name: str) → flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

otaku_info_web.routes.media module

otaku_info_web.routes.media.define_blueprint(blueprint_name: str) → flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

otaku_info_web.routes.notifications module

otaku_info_web.routes.notifications.define_blueprint(blueprint_name: str) → flask.blueprints.Blueprint

Defines a Blueprint that handles notifications for users :param blueprint_name: The name of the blueprint :return: The blueprint

Module contents

otaku_info_web.routes.blueprint_generators: List[Tuple[Callable[str, flask.blueprints.Blueprint], str]] = [(<function define_blueprint>, 'external_service'), (<function define_blueprint>, 'manga'), (<function define_blueprint>, 'media_api'), (<function define_blueprint>, 'notifications'), (<function define_blueprint>, 'media')]

Defines the functions used to create the various blueprints as well as their names