Zope icon indicating copy to clipboard operation
Zope copied to clipboard

Zope is an open-source web application server.

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

.. image:: https://coveralls.io/repos/github/zopefoundation/Zope/badge.svg?branch=master :target: https://coveralls.io/github/zopefoundation/Zope?branch=master

.. image:: https://readthedocs.org/projects/zope/badge/?version=latest :target: https://zope.readthedocs.org/en/latest/ :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Zope.svg :target: https://pypi.org/project/Zope/ :alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Zope.svg :target: https://pypi.org/project/Zope/ :alt: Supported Python versions

.. |nbsp| unicode:: 0xA0 :trim:

|nbsp|

.. image:: https://zopefoundation.github.io/Zope/artwork/Zope.svg :alt: Zope logo :width: 300px

Zope is an open-source web application server.

This document provides some general information about Zope and provides links to other documents. The full documentation can be found at https://zope.readthedocs.io.

.. contents:: :local: :depth: 1

Installation

Please visit the installation documentation at https://zope.readthedocs.io/en/latest/INSTALL.html for detailed installation guidance.

Security warning: The WSGI server Zope uses by default, waitress, was affected by an important security issue <https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36>. The fixed version 2.1.1 is not compatible with Python 3.6. We strongly advise you to either upgrade your Zope installation to at least Python 3.7, or switch to a different WSGI server <https://zope.readthedocs.io/en/latest/operation.html#recommended-wsgi-servers>. Due to this security issue Python 3.6 support is deprecated starting with Zope 5.5.1 and will be removed in Zope version 5.7.

License

Zope is licensed under the OSI-approved Zope Public License (ZPL), version 2.1. The full license text is included in LICENSE.txt.

Bug tracker

Bugs reports should be made through the Zope bugtracker at https://github.com/zopefoundation/Zope/issues. A bug report should contain detailed information about how to reproduce the bug.