.. image:: https://img.shields.io/pypi/v/PoorWSGI.svg
:target: https://pypi.python.org/pypi/poorwsgi/
:alt: Latest version
.. image:: https://img.shields.io/pypi/pyversions/PoorWSGI.svg
:target: https://pypi.python.org/pypi/poorwsgi/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/status/PoorWSGI.svg
:target: https://pypi.python.org/pypi/poorwsgi/
:alt: Development Status
.. image:: https://img.shields.io/travis/PoorHTTP/PoorWSGI.svg
:target: https://travis-ci.org/PoorHttp/PoorWSGI
:alt: Build Status
.. image:: https://img.shields.io/pypi/l/PoorWSGI.svg
:target: https://pypi.python.org/pypi/poorwsgi/
:alt: License
Poor WSGI for Python
====================
Poor WSGI for Python is light WGI connector with uri routing between WSGI server
and your application. The simplest way to run and test it looks like that:
.. code-block:: python
from wsgiref.simple_server import make_server
from poorwsgi import Application
app = Application('test')
@app.route('/test')
def root_uri(req):
return 'Hello world'
if __name__ == '__main__':
httpd = make_server('127.0.0.1', 8080, app)
httpd.serve_forever()
You can use python wsgiref.simple_server for test it:
.. code-block::
~$ python simple.py
For more information see
`Project homepage <http://poorhttp.zeropage.cz/poorwsgi>`_
Raw data
{
"_id": null,
"home_page": "http://poorhttp.zeropage.cz/poorwsgi",
"name": "PoorWSGI",
"maintainer": "Ondrej Tuma",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "mcbig@zeropage.cz",
"keywords": "web wsgi development",
"author": "Ond\u0159ej T\u016fma",
"author_email": "mcbig@zeropage.cz",
"download_url": "https://files.pythonhosted.org/packages/e6/19/704f212e72e53af5b737732ee70f03bcaa628d6a95c922cfdeed35c6ccaa/poorwsgi-2.7.0.tar.gz",
"platform": null,
"description": ".. image:: https://img.shields.io/pypi/v/PoorWSGI.svg\n :target: https://pypi.python.org/pypi/poorwsgi/\n :alt: Latest version\n\n.. image:: https://img.shields.io/pypi/pyversions/PoorWSGI.svg\n :target: https://pypi.python.org/pypi/poorwsgi/\n :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/status/PoorWSGI.svg\n :target: https://pypi.python.org/pypi/poorwsgi/\n :alt: Development Status\n\n.. image:: https://img.shields.io/travis/PoorHTTP/PoorWSGI.svg\n :target: https://travis-ci.org/PoorHttp/PoorWSGI\n :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/l/PoorWSGI.svg\n :target: https://pypi.python.org/pypi/poorwsgi/\n :alt: License\n\nPoor WSGI for Python\n====================\n\nPoor WSGI for Python is light WGI connector with uri routing between WSGI server\nand your application. The simplest way to run and test it looks like that:\n\n.. code-block:: python\n\n from wsgiref.simple_server import make_server\n from poorwsgi import Application\n\n app = Application('test')\n\n @app.route('/test')\n def root_uri(req):\n return 'Hello world'\n\n if __name__ == '__main__':\n httpd = make_server('127.0.0.1', 8080, app)\n httpd.serve_forever()\n\nYou can use python wsgiref.simple_server for test it:\n\n.. code-block::\n\n ~$ python simple.py\n\nFor more information see\n`Project homepage <http://poorhttp.zeropage.cz/poorwsgi>`_\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Poor WSGI connector for Python",
"version": "2.7.0",
"project_urls": {
"Documentation": "http://poorhttp.zeropage.cz/poorwsgi",
"Funding": "https://github.com/sponsors/ondratu",
"Homepage": "http://poorhttp.zeropage.cz/poorwsgi",
"Source": "https://github.com/poorHttp/PoorWSGI",
"Tracker": "https://github.com/PoorHttp/PoorWSGI/issues"
},
"split_keywords": [
"web",
"wsgi",
"development"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d8866c03d3f591ead78e927717ceef50b57470a7306cba4cc61bdf40c3967237",
"md5": "effb4e3369570275a2fea24fe9a12d93",
"sha256": "b80c26f4af5ab091c56cdcf9cf4896487c6aaa6c27e0e6d1e501fa32bd9ff717"
},
"downloads": -1,
"filename": "PoorWSGI-2.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "effb4e3369570275a2fea24fe9a12d93",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 87421,
"upload_time": "2024-10-14T06:09:21",
"upload_time_iso_8601": "2024-10-14T06:09:21.255325Z",
"url": "https://files.pythonhosted.org/packages/d8/86/6c03d3f591ead78e927717ceef50b57470a7306cba4cc61bdf40c3967237/PoorWSGI-2.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e619704f212e72e53af5b737732ee70f03bcaa628d6a95c922cfdeed35c6ccaa",
"md5": "89725f0bd0566fe0c2d68c3498709b9c",
"sha256": "cf7fe90318eadda4057929cb87d1b01af15149124f18b45deb04db2d388f5576"
},
"downloads": -1,
"filename": "poorwsgi-2.7.0.tar.gz",
"has_sig": false,
"md5_digest": "89725f0bd0566fe0c2d68c3498709b9c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 107954,
"upload_time": "2024-10-14T06:09:23",
"upload_time_iso_8601": "2024-10-14T06:09:23.221008Z",
"url": "https://files.pythonhosted.org/packages/e6/19/704f212e72e53af5b737732ee70f03bcaa628d6a95c922cfdeed35c6ccaa/poorwsgi-2.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-14 06:09:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sponsors",
"github_project": "ondratu",
"github_not_found": true,
"lcname": "poorwsgi"
}