diff options
author | Mohamed LYAHYAOUI <mlyahyaoui@gmail.com> | 2013-12-25 08:37:17 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:41 -0600 |
commit | 56811148231bf789dcb718bf0391d04ea7015ee1 (patch) | |
tree | 659232d85b29d3aad4ff34ae94940309a66c5694 /python/werkzeug/slack-desc | |
parent | 15aeee6437f54ed7a9fc2b9704c450db049b1928 (diff) |
python/werkzeug: Added (WSGI utility library for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/werkzeug/slack-desc')
-rw-r--r-- | python/werkzeug/slack-desc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/python/werkzeug/slack-desc b/python/werkzeug/slack-desc new file mode 100644 index 0000000000000..db7df6eca2700 --- /dev/null +++ b/python/werkzeug/slack-desc @@ -0,0 +1,21 @@ +# 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------------------------------------------------------| +werkzeug: werkzeug (WSGI utility library for Python) +werkzeug: +werkzeug: Werkzeug started as simple collection of various utilities for WSGI +werkzeug: and has become one of the most advanced WSGI utility modules. +werkzeug: It includes a powerful debugger, fully featured request and response +werkzeug: objects, HTTP utilities to handle entity tags, cache control headers +werkzeug: HTTP dates, cookie handling, file uploads, a powerful URL routing +werkzeug: system and a bunch of community contributed addon modules. +werkzeug: +werkzeug: Homepage: http://werkzeug.pocoo.org +werkzeug: + + |