Bartender -- WSGI App Auto-loader
Bartender is a WSGI application for managing other WSGI applications at runtime. It uses stevedore to load the applications and werkzeug to dispatch incoming requests based on the URL path.
Deploying with Bartender
Bartender is designed to make deploying servers composed of isolated components easier by removing manual configuration steps. The front-end server can be configured to load a Bartender instance once, and the Bartender will load the other applications and configure the dispatcher automatically.