Skip to main content

Poor WSGI connector for Python

Project description

Latest version Supported Python versions Development Status Build 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.3.2.tar.gz (74.4 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.3.2-py3-none-any.whl (58.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: PoorWSGI-2.3.2.tar.gz
  • Upload date:
  • Size: 74.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.7

File hashes

Hashes for PoorWSGI-2.3.2.tar.gz
Algorithm Hash digest
SHA256 133f9939fa8ae88ebb70df5fd6b3ee0ef584542d9ed66f59273350bd9a3b5509
MD5 c485f9126a56dec78e82a5477b38b87a
BLAKE2b-256 2b1917070bc53cfcf84a572129196bc386cac5df62a9a4bdb26d42655ffb296d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PoorWSGI-2.3.2-py3-none-any.whl
  • Upload date:
  • Size: 58.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.1

File hashes

Hashes for PoorWSGI-2.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 33e4dbb3c78256db2ae965b2d7f5c28f22fa28dfed5d38e3321060f9c8077dc7
MD5 ea178d8026575cd2a0cc4bc9dd680f57
BLAKE2b-256 da3afd3ff4c1cdf867add38701f539bf88cc0bb53b4320f223fc3325cfbe24f8

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