mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
zope.publisher allows you to publish Python objects on the web.
|
|
It has support for plain HTTP/WebDAV clients, web browsers as
|
|
well as XML-RPC and FTP clients. Input and output streams are
|
|
represented by request and response objects which allow for easy
|
|
client interaction from Python. The behaviour of the publisher
|
|
is geared towards WSGI compatibility.
|
|
|
|
WWW: https://pypi.python.org/pypi/zope.publisher/
|