Metadata-Version: 1.0
Name: pywsgi
Version: 0.9.0
Summary: A high-level class-based API around WSGI/CGI/mod_python
Home-page: http://code.google.com/p/pywsgi/
Author: Samuel Abels
Author-email: cheeseshop.python.org@debain.org
License: GPLv2
Description: 
        What pywsgi is:
        
        - 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.
        
        What pywsgi is not:
        - An official Python project.
        - A Python implementation of the WSGI specification. Instead, this module
        wraps the exising low-level Python implementation (which is named
        wsgiref).
        
Keywords: pywsgi web cgi wsgi mod_python adapter bridge url
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
