diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-14 07:41:17 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:18:58 -0500 |
commit | 4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b (patch) | |
tree | 64dc9d124338f40285530414e2ab6e73e021140f /libraries/WebOb/slack-desc | |
parent | 5b32abd27786b6a0cd4fb81b96d63e9bce4af6c9 (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | libraries/WebOb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/WebOb/slack-desc b/libraries/WebOb/slack-desc new file mode 100644 index 0000000000..c5865ad06e --- /dev/null +++ b/libraries/WebOb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +WebOb: WebOb (A Python library that provides wrappers around the WSGI) +WebOb: +WebOb: WebOb is a Python library that provides wrappers around the WSGI +WebOb: request environment, and an object to help create WSGI responses. +WebOb: The objects map much of the specified behavior of HTTP, including +WebOb: header parsing, content negotiation and correct handling of +WebOb: conditional and range requests. +WebOb: +WebOb: +WebOb: +WebOb: |