Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dataflake/dataflake.wsgi.cheroot

PasteDeploy entry point and Zope configuration generator for the cheroot WSGI server
https://github.com/dataflake/dataflake.wsgi.cheroot

python wsgi-middleware zope zope4 zope5

Last synced: 17 days ago
JSON representation

PasteDeploy entry point and Zope configuration generator for the cheroot WSGI server

Awesome Lists containing this project

README

        

.. 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 `_ 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.