cowbird.app

Cowbird is a service for AuthN and AuthZ based on Ziggurat-Foundations.

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.