cowbird.app =========== .. py:module:: cowbird.app .. autoapi-nested-parse:: Cowbird is a middleware that manages interactions between various birds of the bird-house stack. Attributes ---------- .. autoapisummary:: cowbird.app.LOGGER Functions --------- .. autoapisummary:: cowbird.app.get_app cowbird.app.main Module Contents --------------- .. py:data:: LOGGER .. py:function:: get_app(global_config: Optional[cowbird.typedefs.SettingsType] = None, **settings: cowbird.typedefs.SettingValue) -> pyramid.router.Router This function returns the Pyramid WSGI application. It can also be used for test purpose (some config needed only in pyramid and not in tests are still in the main) .. py:function:: main(global_config: Optional[cowbird.typedefs.SettingsType] = None, **settings: cowbird.typedefs.SettingValue) -> pyramid.router.Router This function returns the Pyramid WSGI application.