Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataflake/dataflake.wsgi.bjoern
PasteDeploy entry point and Zope configuration generator for the bjoern WSGI server
https://github.com/dataflake/dataflake.wsgi.bjoern
python wsgi-middleware zope zope4 zope5
Last synced: 17 days ago
JSON representation
PasteDeploy entry point and Zope configuration generator for the bjoern WSGI server
- Host: GitHub
- URL: https://github.com/dataflake/dataflake.wsgi.bjoern
- Owner: dataflake
- License: other
- Created: 2019-04-21T02:32:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T08:22:48.000Z (8 months ago)
- Last Synced: 2024-03-15T08:52:23.399Z (8 months ago)
- Topics: python, wsgi-middleware, zope, zope4, zope5
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/dataflake/dataflake.wsgi.bjoern/actions/workflows/tests.yml/badge.svg
:target: https://github.com/dataflake/dataflake.wsgi.bjoern/actions/workflows/tests.yml.. image:: https://coveralls.io/repos/github/dataflake/dataflake.wsgi.bjoern/badge.svg?branch=master
:target: https://coveralls.io/github/dataflake/dataflake.wsgi.bjoern?branch=master.. image:: https://readthedocs.org/projects/dataflakewsgibjoern/badge/?version=latest
:target: https://dataflakewsgibjoern.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/pypi/v/dataflake.wsgi.bjoern.svg
:target: https://pypi.org/project/dataflake.wsgi.bjoern/
:alt: Current version on PyPI.. image:: https://img.shields.io/pypi/pyversions/dataflake.wsgi.bjoern.svg
:target: https://pypi.org/project/dataflake.wsgi.bjoern/
:alt: Supported Python versions=======================
dataflake.wsgi.bjoern
=======================This package provides a PasteDeploy-compatible entry point to easily integrate
the `bjoern 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 ``bjoern`` instead of
``waitress`` as WSGI server.Please note that ``bjoern`` requires the ``libev`` event library to be
installed.