Integrating Python Web Apps with mod_wsgi, eggs, and Repoze
Presenter
Tres Seaver
Track Type
Product Demo
Summary
Are there too many Python web frameworks? Perhaps we should turn the question around, and as instead how we can work to integrate applications written in the various frameworks under a single deployment platform. `
PEP 333`_ defines the Python Web Server Gateway Interface (WSGI), which provides such a platform. This talk shows how to use WSGI to integrate a set of Python web applications into a single site, using the `
Apache mod_wsgi module`_ and the `
PasteDeploy WSGI configuration library`_. It also demonstrates integrating Zope applications in conjunction using the `
Repoze libraries