1Metadata-Version: 1.1 2Name: WebOb 3Version: 1.5.0a0 4Summary: WSGI request and response object 5Home-page: http://webob.org/ 6Author: Pylons Project 7Author-email: ianb@colorstudy.com 8License: MIT 9Description: WebOb provides wrappers around the WSGI request environment, and an 10 object to help create WSGI responses. 11 12 The objects map much of the specified behavior of HTTP, including 13 header parsing and accessors for other standard parts of the 14 environment. 15 16 You may install the `in-development version of WebOb 17 <https://github.com/Pylons/webob/zipball/master#egg=WebOb-dev>`_ with 18 ``pip install WebOb==dev`` (or ``easy_install WebOb==dev``). 19 20 * `WebOb reference <http://docs.webob.org/en/latest/reference.html>`_ 21 * `Bug tracker <https://github.com/Pylons/webob/issues>`_ 22 * `Browse source code <https://github.com/Pylons/webob>`_ 23 * `Mailing list <http://bit.ly/paste-users>`_ 24 * `Release news <http://docs.webob.org/en/latest/news.html>`_ 25 * `Detailed changelog <https://github.com/Pylons/webob/commits/master>`_ 26 27Keywords: wsgi request web http 28Platform: UNKNOWN 29Classifier: Development Status :: 6 - Mature 30Classifier: Intended Audience :: Developers 31Classifier: License :: OSI Approved :: MIT License 32Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 33Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 34Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware 35Classifier: Programming Language :: Python :: 2.6 36Classifier: Programming Language :: Python :: 2.7 37Classifier: Programming Language :: Python :: 3.2 38Classifier: Programming Language :: Python :: 3.3 39Classifier: Programming Language :: Python :: 3.4 40Classifier: Programming Language :: Python :: Implementation :: CPython 41Classifier: Programming Language :: Python :: Implementation :: PyPy 42