Metadata-Version: 1.1 Name: WebOb Version: 1.5.0a0 Summary: WSGI request and response object Home-page: http://webob.org/ Author: Pylons Project 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. You may install the `in-development version of WebOb `_ with ``pip install WebOb==dev`` (or ``easy_install WebOb==dev``). * `WebOb reference `_ * `Bug tracker `_ * `Browse source code `_ * `Mailing list `_ * `Release news `_ * `Detailed changelog `_ Keywords: wsgi request web http Platform: UNKNOWN Classifier: Development Status :: 6 - Mature Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Topic :: Internet :: WWW/HTTP :: WSGI Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy