Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 860 Bytes

README.rst

File metadata and controls

19 lines (15 loc) · 860 Bytes

zope.publisher

Documentation Status

This package 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.

Documentation is hosted at https://zopepublisher.readthedocs.io/