41 lines
1.9 KiB
Text
41 lines
1.9 KiB
Text
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
|
|
<https://github.com/Pylons/webob/zipball/master#egg=WebOb-dev>`_ with
|
|
``pip install WebOb==dev`` (or ``easy_install WebOb==dev``).
|
|
|
|
* `WebOb reference <http://docs.webob.org/en/latest/reference.html>`_
|
|
* `Bug tracker <https://github.com/Pylons/webob/issues>`_
|
|
* `Browse source code <https://github.com/Pylons/webob>`_
|
|
* `Mailing list <http://bit.ly/paste-users>`_
|
|
* `Release news <http://docs.webob.org/en/latest/news.html>`_
|
|
* `Detailed changelog <https://github.com/Pylons/webob/commits/master>`_
|
|
|
|
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
|