mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8e3a9feaf1
Approved by: portmgr (blanket)
11 lines
431 B
Plaintext
11 lines
431 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.
|
|
|
|
WWW: https://github.com/cdent/paste
|