Metadata-Version: 2.1
Name: dataflake.wsgi.cheroot
Version: 1.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@plyp.com
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 :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: CherryPy
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 4
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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 :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Provides-Extra: docs
License-File: LICENSE.rst

.. image:: https://travis-ci.com/dataflake/dataflake.wsgi.cheroot.svg?branch=master
   :target: https://travis-ci.com/dataflake/dataflake.wsgi.cheroot

.. 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
=========

1.1 (2022-06-27)
----------------
- 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
