cowbird.app

Cowbird is a middleware that manages interactions between various birds of the bird-house stack.

Module Contents

Functions

get_app(global_config=None, **settings)

This function returns the Pyramid WSGI application.

main(global_config=None, **settings)

This function returns the Pyramid WSGI application.

Attributes

LOGGER

cowbird.app.LOGGER[source]
cowbird.app.get_app(global_config=None, **settings)[source]

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)

cowbird.app.main(global_config=None, **settings)[source]

This function returns the Pyramid WSGI application.