virelay.application

Contains the command line interface for the ViRelAy application.

Functions

create_app

Create an application in a way understood by Gunicorn etc.

Classes

Application

Represents the sequential command line interface for the ViRelAy application.

class virelay.application.Application[source]

Bases: object

Represents the sequential command line interface for the ViRelAy application.

run()[source]

Runs the application.

shutdown()[source]

Is invoked, when the application is shut down. Cleans up all resources acquired.

virelay.application.create_app(projects=None)[source]

Create an application in a way understood by Gunicorn etc.