PoorWSGI


NamePoorWSGI JSON
Version 2.6.1 PyPI version JSON
download
home_pagehttp://poorhttp.zeropage.cz/poorwsgi
SummaryPoor WSGI connector for Python
upload_time2023-12-15 10:46:42
maintainerOndrej Tuma
docs_urlNone
authorOndřej Tůma
requires_python>=3.8
licenseBSD
keywords web wsgi development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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/0e/93/e999430c49cd0d356f17acc593a4dc9083faeb5669a63e36cb3cd6a50685/PoorWSGI-2.6.1.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.6.1",
    "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": "4cfc0e71643bb5597e82d172dd680cb1a48dbe37af764626de589b4c4590116e",
                "md5": "5abcb07b50d65b2fdc2cc37196fd09f8",
                "sha256": "ef5706100c1b6d605d397f5342417f25f6930238024d3a1a5c00d134f85aa673"
            },
            "downloads": -1,
            "filename": "PoorWSGI-2.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5abcb07b50d65b2fdc2cc37196fd09f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 81659,
            "upload_time": "2023-12-15T10:46:39",
            "upload_time_iso_8601": "2023-12-15T10:46:39.885477Z",
            "url": "https://files.pythonhosted.org/packages/4c/fc/0e71643bb5597e82d172dd680cb1a48dbe37af764626de589b4c4590116e/PoorWSGI-2.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e93e999430c49cd0d356f17acc593a4dc9083faeb5669a63e36cb3cd6a50685",
                "md5": "2af27b8a9389ee5b0ba2b9241b23b55c",
                "sha256": "f3a8565b43732903bdb2055da8836fac96d62ceefe345a0b021e1fb9d24ed29b"
            },
            "downloads": -1,
            "filename": "PoorWSGI-2.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2af27b8a9389ee5b0ba2b9241b23b55c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 102300,
            "upload_time": "2023-12-15T10:46:42",
            "upload_time_iso_8601": "2023-12-15T10:46:42.447935Z",
            "url": "https://files.pythonhosted.org/packages/0e/93/e999430c49cd0d356f17acc593a4dc9083faeb5669a63e36cb3cd6a50685/PoorWSGI-2.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 10:46:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "ondratu",
    "github_not_found": true,
    "lcname": "poorwsgi"
}
        
Elapsed time: 0.16568s