Metadata-Version: 2.1
Name: dataflake.wsgi.cheroot
Version: 2.1
Summary: PasteDeploy entry point for the cheroot WSGI server
Home-page: https://github.com/dataflake/dataflake.wsgi.cheroot
Author: Jens Vagelpohl and Contributors
Author-email: jens@dataflake.org
License: ZPL 2.1
Project-URL: Documentation, https://dataflakewsgicheroot.readthedocs.io
Project-URL: Issue Tracker, https://github.com/dataflake/dataflake.wsgi.cheroot/issues
Project-URL: Sources, https://github.com/dataflake/dataflake.wsgi.cheroot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: CherryPy
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: cheroot
Requires-Dist: paste
Requires-Dist: Zope >=5
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: pkginfo ; extra == 'docs'

.. image:: https://github.com/dataflake/dataflake.wsgi.cheroot/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/dataflake.wsgi.cheroot/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/dataflake/dataflake.wsgi.cheroot/badge.svg?branch=master
   :target: https://coveralls.io/github/dataflake/dataflake.wsgi.cheroot?branch=master

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

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

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


========================
 dataflake.wsgi.cheroot
========================

This package provides a PasteDeploy-compatible entry point to easily integrate
the `cheroot WSGI server <https://github.com/cherrypy/cheroot>`_ into an
environment that uses PasteDeploy-style ``.ini`` files to compose a WSGI
application.

It also includes a script to create a basic WSGI configuration file for Zope,
similar to Zope's own ``mkwsgiinstance``, but specifying ``cheroot`` instead of
``waitress`` as WSGI server.


Changelog
=========

2.1 (2024-01-03)
----------------

- Add support for Python 3.12.


2.0 (2023-02-02)
----------------

- Drop support for Python 2.7, 3.5, 3.6.

- Added support for Python 3.9 and 3.10

- Switched to GitHub Actions for CI
  (`#1 <https://github.com/dataflake/dataflake.wsgi.cheroot/issues>`_)


1.0 (2019-04-20)
----------------

- Initial release
