thirdparty/google_appengine/lib/webob/WebOb.egg-info/PKG-INFO
author Mario Ferraro <fadinlight@gmail.com>
Sun, 15 Nov 2009 22:12:20 +0100
changeset 3093 d1be59b6b627
parent 109 620f9b141567
permissions -rw-r--r--
GMaps related JS changed to use new google namespace. Google is going to change permanently in the future the way to load its services, so better stay safe. Also this commit shows uses of the new melange.js module. Fixes Issue 634.

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