thirdparty/google_appengine/lib/webob/PKG-INFO
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 13 Dec 2008 12:48:49 +0000
changeset 728 602c2b2f4d8b
parent 109 620f9b141567
permissions -rw-r--r--
Added a readonly_multiline_field_as_table_row tag This is useful when a field is allowed to include newlines. Patch by: Sverre Rabbelier

Metadata-Version: 1.0
Name: WebOb
Version: 0.9
Summary: WSGI request and response object
Home-page: http://pythonpaste.org/webob/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: WebOb provides wrappers around the WSGI request environment, and an
        object to help create WSGI responses.
        
        The objects map much of the specified behavior of HTTP, including
        header parsing and accessors for other standard parts of the
        environment.
        
Keywords: wsgi request web http
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application