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.7.0.tar.gz (108.0 kB view details)

Uploaded Source

Built Distribution

PoorWSGI-2.7.0-py3-none-any.whl (87.4 kB view details)

Uploaded Python 3

File details

Details for the file poorwsgi-2.7.0.tar.gz.

File metadata

  • Download URL: poorwsgi-2.7.0.tar.gz
  • Upload date:
  • Size: 108.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for poorwsgi-2.7.0.tar.gz
Algorithm Hash digest
SHA256 cf7fe90318eadda4057929cb87d1b01af15149124f18b45deb04db2d388f5576
MD5 89725f0bd0566fe0c2d68c3498709b9c
BLAKE2b-256 e619704f212e72e53af5b737732ee70f03bcaa628d6a95c922cfdeed35c6ccaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PoorWSGI-2.7.0-py3-none-any.whl
  • Upload date:
  • Size: 87.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for PoorWSGI-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b80c26f4af5ab091c56cdcf9cf4896487c6aaa6c27e0e6d1e501fa32bd9ff717
MD5 effb4e3369570275a2fea24fe9a12d93
BLAKE2b-256 d8866c03d3f591ead78e927717ceef50b57470a7306cba4cc61bdf40c3967237

See more details on using hashes here.

Supported by

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