summaryrefslogtreecommitdiffstats
path: root/python/python3-webob/README
diff options
context:
space:
mode:
author Arn02022-03-08 23:04:30 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:44:35 +0100
commitec86cc612a7ce2faf1c1730ab880b468730eb630 (patch)
tree4fbaff8f6c64ddf77b6b745625caa08f8d969ed1 /python/python3-webob/README
parent419db94fb3a41921b7f73cf683457ddd297c1399 (diff)
downloadslackbuilds-ec86cc612a7ce2faf1c1730ab880b468730eb630.tar.gz
python/python3-webob: Updated for version 1.8.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-webob/README')
-rw-r--r--python/python3-webob/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-webob/README b/python/python3-webob/README
new file mode 100644
index 0000000000..cc77ee1853
--- /dev/null
+++ b/python/python3-webob/README
@@ -0,0 +1,8 @@
+WebOb is a Python library that 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, content negotiation and correct handling of
+conditional and range requests.
+
+This helps you create rich applications and valid middleware
+without knowing all the complexities of WSGI and HTTP.