WSGI Windows Service
Project description
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 tested with pylons 0.95)
Bourbon now works with workingenv, so users can choose to install it to either use the normally installed python libraries, or to install everything locally utilizing a workingenv. Future builds will switch from workingenv to virtualenv.