slackbuilds_ponce/libraries/WebOb
R. S. Ananda Murthy 4f5dee9463 libraries/WebOb: Added (Library wrappers around the WSGI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-06-18 16:18:58 -05:00
..
doinst.sh libraries/WebOb: Added (Library wrappers around the WSGI). 2014-06-18 16:18:58 -05:00
README libraries/WebOb: Added (Library wrappers around the WSGI). 2014-06-18 16:18:58 -05:00
slack-desc libraries/WebOb: Added (Library wrappers around the WSGI). 2014-06-18 16:18:58 -05:00
WebOb.info libraries/WebOb: Added (Library wrappers around the WSGI). 2014-06-18 16:18:58 -05:00
WebOb.SlackBuild libraries/WebOb: Added (Library wrappers around the WSGI). 2014-06-18 16:18:58 -05:00

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.