Differences between revisions 22 and 24 (spanning 2 versions)
Revision 22 as of 2005-11-05 09:09:47
Size: 3620
Editor: 80
Comment:
Revision 24 as of 2006-01-15 12:14:49
Size: 3900
Editor: host-201-141-120-252
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [http://wsgiarea.pocoo.org WSGIarea] - simple to use WSGI packages with wrappers for CGI, mod_python, FastCGI and many others. Includes many middleware systems for cookie/session/error handling as well as gzipping of the output and highlighting searchstrings. Uses much code of [http://www.saddi.com/software/flup/ flup] but tries to be compatible to other WSGI packages.  * [http://wsgiarea.pocoo.org WSGIarea] - simple to use WSGI packages with wrappers for CGI, mod_python, FastCGI and many others. Includes middleware systems for cookie/session/error handling as well as gzipping of the output and highlighting searchstrings. Uses much code of [http://www.saddi.com/software/flup/ flup] but tries to be compatible to other WSGI packages.
Line 37: Line 37:
 * [http://pythonpaste.org/ Python Paste] - a collection of low-level WSGI tools including a [http://svn.w4py.org/Paste/trunk/paste/httpserver.py HTTP/SSL server], an [http://svn.w4py.org/Paste/trunk/auth/ auth] module with signed cookies, sessions, form and digest authentication.

Implementations of the Web Server Gateway Interface

Note: many of these implementations may be partial/incomplete or noncompliant as of the current draft spec. If you can't get the code samples in the spec to work with one of these implementations, there's a good chance that the implementation is broken: contact the implementation's author.

See [http://www.python.org/peps/pep-0333.html PEP 333] for more information on WSGI.

Web Server implementations

Web Framework implementations

WSGIImplementations (last edited 2011-01-18 16:31:13 by 89-105-112-41)

Unable to edit the page? See the FrontPage for instructions.