equal
deleted
inserted
replaced
|
1 Metadata-Version: 1.0 |
|
2 Name: WebOb |
|
3 Version: 0.9 |
|
4 Summary: WSGI request and response object |
|
5 Home-page: http://pythonpaste.org/webob/ |
|
6 Author: Ian Bicking |
|
7 Author-email: ianb@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 Keywords: wsgi request web http |
|
17 Platform: UNKNOWN |
|
18 Classifier: Development Status :: 4 - Beta |
|
19 Classifier: Framework :: Paste |
|
20 Classifier: Intended Audience :: Developers |
|
21 Classifier: License :: OSI Approved :: MIT License |
|
22 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI |
|
23 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application |