Tools for using a Web Server Gateway Interface stack
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.
- Developed at devel:languages:python
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-Paste && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Paste-3.5.1.tar.gz | 0000637755 623 KB | |
python-Paste.changes | 0000010432 10.2 KB | |
python-Paste.spec | 0000002275 2.22 KB | |
test_modified-fixup.patch | 0000000670 670 Bytes |
Revision 33 (latest revision is 42)
Dominique Leuenberger (dimstar_suse)
accepted
request 989492
from
Dirk Mueller (dirkmueller)
(revision 33)
- update to 3.5.1: * Replace deprecated threading.currentThread, getName and setDaemon with threading.current_thread, name and daemon.
Comments 0