Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 545 Bytes

File metadata and controls

12 lines (10 loc) · 545 Bytes

zope.publisher

https://travis-ci.org/zopefoundation/zope.publisher.png?branch=master

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.