An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
https://github.com/zopefoundation/zope.publisher

maintained

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

================
zope.publisher
================

.. image:: https://github.com/zopefoundation/zope.publisher/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.publisher/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/zopepublisher/badge/?version=latest
:target: http://zopepublisher.readthedocs.io/en/latest/?badge=latest
:alt: 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/