Log in or register to vote.

Bourbon

WSGI Windows Service

Bourbon is a Windows composite framework based on paste and pylons which creates
a framework to install WSGI applications. It installs itself as a Windows
service and allows users to easily add WSGI applications. The concept behind
Bourbon is that it is like the Tomcat but only for Python (the analogy is that
your WSGI apps are similar to war files).

Version 1.1 add compatibility for pylons 0.96. If you do not want to upgrade to
pylons 0.96 you should continue to use version 1.0 which is compatible with
pylons 0.94 and below. (I never ...

0