Skip to main content

Poor WSGI connector for Python

Project description

Latest version Supported Python versions Development Status 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:

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:

~$ python simple.py

For more information see Project homepage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PoorWSGI-2.1.1.tar.gz (69.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PoorWSGI-2.1.1-py3-none-any.whl (55.4 kB view details)

Uploaded Python 3

File details

Details for the file PoorWSGI-2.1.1.tar.gz.

File metadata

  • Download URL: PoorWSGI-2.1.1.tar.gz
  • Upload date:
  • Size: 69.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for PoorWSGI-2.1.1.tar.gz
Algorithm Hash digest
SHA256 9bc89d69973231950438bec9e34572610d324eb4c017e3c1a5a2884cefb8148b
MD5 6c99f5f9fe7fac3c1dcf0303dcd636fc
BLAKE2b-256 aab346513f57ef2a417104364e0df2f823f97930bfa4e190d3d0244ebd143e01

See more details on using hashes here.

File details

Details for the file PoorWSGI-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: PoorWSGI-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 55.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for PoorWSGI-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ec619506244f3b72b7d33d4953a7d6d291cd7bdce94297d3110be73d83fbd76f
MD5 ebaf6229ed32fdc43bd1f26c81681a4a
BLAKE2b-256 67df5e0e53dfa6c25143009631286ea404a60b66b75c46dcf4f0dbf2f76c090e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page