Skip to main content

Poor WSGI connector for Python

Project description

Latest version Supported Python versions Development Status GitHub Build Workflow Status GitHub CodeQL Workflow Status License

Poor WSGI for Python

Poor WSGI for Python is a lightweight WSGI connector with URI routing between the WSGI server and your application. The simplest way to run and test it looks like this:

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’s wsgiref.simple_server to 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.8.1.tar.gz (161.3 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.8.1-py3-none-any.whl (104.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: poorwsgi-2.8.1.tar.gz
  • Upload date:
  • Size: 161.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for poorwsgi-2.8.1.tar.gz
Algorithm Hash digest
SHA256 cac443a3e8088af0c72d2c1bc4787d154928215e5be89b827adb8fc28d9a49c1
MD5 9d82421014fdac6f9f29fb7a71e42154
BLAKE2b-256 977867ebb794442a12422fe194b7f78b273657865d79bafa284618cca304d3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for poorwsgi-2.8.1.tar.gz:

Publisher: python-publish.yml on PoorHttp/PoorWSGI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file poorwsgi-2.8.1-py3-none-any.whl.

File metadata

  • Download URL: poorwsgi-2.8.1-py3-none-any.whl
  • Upload date:
  • Size: 104.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for poorwsgi-2.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ac2461ff924751eb349a5cf0255c687b6bac542b1948732a7246dc713fdafcf1
MD5 857a5d3dd6f9bcba5d066098b33ede51
BLAKE2b-256 09e183d0b065df1805727ea39187250c108bc387077eacba94d38c7735c7740e

See more details on using hashes here.

Provenance

The following attestation bundles were made for poorwsgi-2.8.1-py3-none-any.whl:

Publisher: python-publish.yml on PoorHttp/PoorWSGI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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