mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
51edbc0db6
application installation, providing tools for both developers and system administrators. These provide 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. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org PR: ports/106706 Submitted by: Dryice Liu <dryice at dryice.name>
12 lines
468 B
Plaintext
12 lines
468 B
Plaintext
Python Paste brings consistency to Python web development and web
|
|
application installation, providing tools for both developers and
|
|
system administrators.
|
|
|
|
These provide 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.
|
|
|
|
Author: Ian Bicking <ianb at colorstudy com>
|
|
WWW: http://pythonpaste.org
|