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/README | |
| parent | 1031bd382b1850a22df08a113a9149fc558db275 (diff) | |
python/Paste: Added (Middleware).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Paste/README')
| -rw-r--r-- | python/Paste/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/Paste/README b/python/Paste/README new file mode 100644 index 0000000000..895b98c38a --- /dev/null +++ b/python/Paste/README @@ -0,0 +1,9 @@ +Paste provides several pieces of "middleware" (or filters) that can be nested to +build web applications. +Each piece of middleware uses the WSGI (PEP 333) interface, and should be +compatible with other middleware based on those interfaces. + + +Paste is in maintenance mode and recently moved from bitbucket to github. +Patches are accepted to keep it on life support, but for the most part, +please consider using other options. |
