c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
8 lines
401 B
Text
8 lines
401 B
Text
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.org/project/zope.publisher/
|