slackbuilds/libraries/WebOb
Andrew Clemons 77e3fe0449
libraries/WebOb: Removed redundant doinst.sh.
There are no desktop files or mime handlers in this package.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-25 12:11:34 +07:00
..
README
WebOb.SlackBuild libraries/WebOb: Removed redundant doinst.sh. 2021-08-25 12:11:34 +07:00
WebOb.info libraries/WebOb: Updated for version 1.7.3. 2017-09-17 20:29:50 +07:00
slack-desc

README

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.