slackbuilds_ponce/python/Paste/README
Yth - Arnaud 7871994eef python/Paste: Added (Middleware).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-10-23 23:51:44 +07:00

9 lines
424 B
Text

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.