diff options
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 0000000000..db7df6eca2 --- /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: + + |