summaryrefslogtreecommitdiff
path: root/libraries/WebOb/README
diff options
context:
space:
mode:
authorR. S. Ananda Murthy <rsamurti@gmail.com>2014-06-14 07:41:17 +0700
committerErik Hanson <erik@slackbuilds.org>2014-06-18 16:18:58 -0500
commit4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b (patch)
tree64dc9d124338f40285530414e2ab6e73e021140f /libraries/WebOb/README
parent5b32abd27786b6a0cd4fb81b96d63e9bce4af6c9 (diff)
downloadslackbuilds-4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b.tar.gz
libraries/WebOb: Added (Library wrappers around the WSGI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/WebOb/README')
-rw-r--r--libraries/WebOb/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/WebOb/README b/libraries/WebOb/README
new file mode 100644
index 0000000000..4707ac17b1
--- /dev/null
+++ b/libraries/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.