diff options
Diffstat (limited to 'www/py-webob/pkg-descr')
-rw-r--r-- | www/py-webob/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/py-webob/pkg-descr b/www/py-webob/pkg-descr new file mode 100644 index 000000000000..75c92fd3d1d5 --- /dev/null +++ b/www/py-webob/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://pythonpaste.org/webob/ |