ktvoelker / zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zope.publisher

https://travis-ci.org/zopefoundation/zope.publisher.svg?branch=master 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/

About

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects

License:Other


Languages

Language:Python 100.0%