Skip to content

Convert existing mod_python based handlers to WSGI Applications

Past due by about 12 years 75% complete

WSGI is a specification for communication between web-servers and Python
programs, and a Python standard.

Most modern Python web frameworks (Django, CherryPy, Google App Engine, Zope etc.) are either based on, can run on, or provide support for WSGI.

Migration to WSGI should therefore improve sustainability, by virtue of an increased potential developer c…

WSGI is a specification for communication between web-servers and Python
programs, and a Python standard.

Most modern Python web frameworks (Django, CherryPy, Google App Engine, Zope etc.) are either based on, can run on, or provide support for WSGI.

Migration to WSGI should therefore improve sustainability, by virtue of an increased potential developer community.

Loading