zope.server

Zope Server (Web and FTP)


Keywords
zope3, server, http, ftp
License
ZPL-2.1
Install
pip install zope.server==4.0.2

Documentation

Latest release Supported Python versions https://travis-ci.org/zopefoundation/zope.server.svg?branch=master https://coveralls.io/repos/github/zopefoundation/zope.server/badge.svg?branch=master

This package contains generic base classes for channel-based servers, the servers themselves and helper objects, such as tasks and requests.

WSGI Support

zope.server's HTTP server comes with WSGI support. zope.server.http.wsgihttpserver.WSGIHTTPServer can act as a WSGI gateway. There's also an entry point for PasteDeploy that lets you use zope.server's WSGI gateway from a configuration file, e.g.:

[server:main]
use = egg:zope.server
host = 127.0.0.1
port = 8080