{ "info": { "author": "Jens Vagelpohl and Contributors", "author_email": "jens@netz.ooo", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Zope", "Framework :: Zope :: 4", "Intended Audience :: System Administrators", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": ".. image:: https://travis-ci.com/dataflake/dataflake.wsgi.bjoern.svg?branch=master\n :target: https://travis-ci.com/dataflake/dataflake.wsgi.bjoern\n\n.. image:: https://coveralls.io/repos/github/dataflake/dataflake.wsgi.bjoern/badge.svg?branch=master\n :target: https://coveralls.io/github/dataflake/dataflake.wsgi.bjoern?branch=master\n\n.. image:: https://readthedocs.org/projects/dataflakewsgibjoern/badge/?version=latest\n :target: https://dataflakewsgibjoern.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/dataflake.wsgi.bjoern.svg\n :target: https://pypi.org/project/dataflake.wsgi.bjoern/\n :alt: Current version on PyPI\n\n.. image:: https://img.shields.io/pypi/pyversions/dataflake.wsgi.bjoern.svg\n :target: https://pypi.org/project/dataflake.wsgi.bjoern/\n :alt: Supported Python versions\n\n\ndataflake.wsgi.bjoern\n=====================\n\nThis package provides a PasteDeploy-compatible entry point to easily integrate\nthe `bjoern WSGI server `_ into an\nenvironment that uses PasteDeploy-style ``.ini`` files to compose a WSGI\napplication.\n\nIt also includes a script to create a basic WSGI configuration file for Zope,\nsimilar to Zope's own ``mkwsgiinstance``, but specifying ``bjoern`` instead of\n``waitress`` as WSGI server.\n\n\nChangelog\n=========\n\n1.1 (2019-08-14)\n----------------\n- Added the ``listen`` parameter to pass a port or a host and port.\n This is more in line with what ``plone.recipe.zope2instance`` expects.\n\n\n1.0 (2019-04-20)\n----------------\n- Initial release\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dataflake/dataflake.wsgi.bjoern", "keywords": "", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "dataflake.wsgi.bjoern", "package_url": "https://pypi.org/project/dataflake.wsgi.bjoern/", "platform": "", "project_url": "https://pypi.org/project/dataflake.wsgi.bjoern/", "project_urls": { "Documentation": "https://dataflakewsgibjoern.readthedocs.io", "Homepage": "https://github.com/dataflake/dataflake.wsgi.bjoern", "Issue Tracker": "https://github.com/dataflake/dataflake.wsgi.bjoern/issues", "Sources": "https://github.com/dataflake/dataflake.wsgi.bjoern" }, "release_url": "https://pypi.org/project/dataflake.wsgi.bjoern/1.1/", "requires_dist": [ "setuptools", "bjoern", "paste", "Zope", "sphinx-rtd-theme ; extra == 'docs'", "Sphinx (<2) ; (python_version < \"3\") and extra == 'docs'", "Sphinx ; (python_version >= \"3\") and extra == 'docs'" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "summary": "PasteDeploy entry point for the bjoern WSGI server", "version": "1.1" }, "last_serial": 5679911, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9a77fb693ea37d44b11cf71b57b0c9ea", "sha256": "9f8e6e69e905bd19a08efc3442a6dcb8e4e7e41fa253248b520d6d4fc3f2cb5e" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9a77fb693ea37d44b11cf71b57b0c9ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 14059, "upload_time": "2019-04-21T02:56:13", "url": "https://files.pythonhosted.org/packages/96/4b/bfd0b1e1b7699d6db9ff488a2e944128be80f5d2572dc89ab1e7374efcae/dataflake.wsgi.bjoern-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4288511ad87b7bb978e7f777fe7d0f69", "sha256": "9554c23ea59eefdfd086349105efd5e49702295a28c3a672e437c3d975625e16" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.0.tar.gz", "has_sig": true, "md5_digest": "4288511ad87b7bb978e7f777fe7d0f69", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 13013, "upload_time": "2019-04-21T02:56:20", "url": "https://files.pythonhosted.org/packages/cf/1e/ec06d909dc06d0aef8691b7c25ead0d54e9337c5895d2b6e718576e08a39/dataflake.wsgi.bjoern-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b485becd752dbcd247878cdf70990f7d", "sha256": "60371228cc87d6359bda76471ea1b095299f59847a01097e74ef72e7c456357f" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b485becd752dbcd247878cdf70990f7d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 14278, "upload_time": "2019-08-15T00:05:57", "url": "https://files.pythonhosted.org/packages/a5/06/08ce9b0bddd2ec2aca0e6a1eb916012edfef4007f9041f0f559798288b44/dataflake.wsgi.bjoern-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62080e4a617a43a68606ecfae28fc3b2", "sha256": "c754262001194dccb00bab54a014b3276c97051be498cb5fe95c1abab924958d" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.1.tar.gz", "has_sig": true, "md5_digest": "62080e4a617a43a68606ecfae28fc3b2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 12729, "upload_time": "2019-08-15T00:06:03", "url": "https://files.pythonhosted.org/packages/e2/18/b3f43a9a4783059f146c3109bd2a43d6ec23b2ae46bf5da7571afba50060/dataflake.wsgi.bjoern-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b485becd752dbcd247878cdf70990f7d", "sha256": "60371228cc87d6359bda76471ea1b095299f59847a01097e74ef72e7c456357f" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b485becd752dbcd247878cdf70990f7d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 14278, "upload_time": "2019-08-15T00:05:57", "url": "https://files.pythonhosted.org/packages/a5/06/08ce9b0bddd2ec2aca0e6a1eb916012edfef4007f9041f0f559798288b44/dataflake.wsgi.bjoern-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62080e4a617a43a68606ecfae28fc3b2", "sha256": "c754262001194dccb00bab54a014b3276c97051be498cb5fe95c1abab924958d" }, "downloads": -1, "filename": "dataflake.wsgi.bjoern-1.1.tar.gz", "has_sig": true, "md5_digest": "62080e4a617a43a68606ecfae28fc3b2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 12729, "upload_time": "2019-08-15T00:06:03", "url": "https://files.pythonhosted.org/packages/e2/18/b3f43a9a4783059f146c3109bd2a43d6ec23b2ae46bf5da7571afba50060/dataflake.wsgi.bjoern-1.1.tar.gz" } ] }