diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-23 23:51:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-23 23:51:44 +0700 |
commit | 7871994eef09712c80bbf7a0172b201848d2da2d (patch) | |
tree | 4f5fb119e1e506c14ec0ed29ba2637c3b07d036d /python/Paste/slack-desc | |
parent | 1031bd382b1850a22df08a113a9149fc558db275 (diff) |
python/Paste: Added (Middleware).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Paste/slack-desc')
-rw-r--r-- | python/Paste/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/Paste/slack-desc b/python/Paste/slack-desc new file mode 100644 index 000000000000..81132d64392b --- /dev/null +++ b/python/Paste/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------------------------------------------------------| +Paste: Paste (Middleware) +Paste: +Paste: Paste provides several pieces of "middleware" (or filters) that can +Paste: be nested to build web applications. +Paste: +Paste: Each piece of middleware uses the WSGI (PEP 333) interface, and +Paste: should be compatible with other middleware based on those interfaces. +Paste: +Paste: +Paste: +Paste: |