pywsgi
-------

pywsgi provides the following features:

 - An abstraction from low-level gateway interface handlers like WSGI,
   CGI, and mod_python.
 - A consistent high-level, class-based interface.
 - Session handling.
 - Cookie handling.
 - GET/POST data handling.
 - Error handling.
 - A pywsgi.util namespace with useful tools.

Contact
--------
Mailing List: http://groups.google.com/group/pywsgi/


Dependencies
-------------
(none)
