Home | History | Annotate | Download | only in WebOb
      1 Metadata-Version: 1.1
      2 Name: WebOb
      3 Version: 1.5.0a0
      4 Summary: WSGI request and response object
      5 Home-page: http://webob.org/
      6 Author: Pylons Project
      7 Author-email: ianb (a] colorstudy.com
      8 License: MIT
      9 Description: 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         
     27 Keywords: wsgi request web http
     28 Platform: UNKNOWN
     29 Classifier: Development Status :: 6 - Mature
     30 Classifier: Intended Audience :: Developers
     31 Classifier: License :: OSI Approved :: MIT License
     32 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
     33 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
     34 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
     35 Classifier: Programming Language :: Python :: 2.6
     36 Classifier: Programming Language :: Python :: 2.7
     37 Classifier: Programming Language :: Python :: 3.2
     38 Classifier: Programming Language :: Python :: 3.3
     39 Classifier: Programming Language :: Python :: 3.4
     40 Classifier: Programming Language :: Python :: Implementation :: CPython
     41 Classifier: Programming Language :: Python :: Implementation :: PyPy
     42