scrolls.server module

class scrolls.server.Server(dependencies)[source]

Bases: object

make_wsgi_app(**settings)[source]
serve(config)[source]
scrolls.server.main(global_config, **settings)[source]

This function returns a Pyramid WSGI application.

This is a pyramid-style entrypoint to be used with e.g.:
pserve development.ini