Poor WSGI connector for Python
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac443a3e8088af0c72d2c1bc4787d154928215e5be89b827adb8fc28d9a49c1
|
|
| MD5 |
9d82421014fdac6f9f29fb7a71e42154
|
|
| BLAKE2b-256 |
977867ebb794442a12422fe194b7f78b273657865d79bafa284618cca304d3fc
|
Provenance
The following attestation bundles were made for poorwsgi-2.8.1.tar.gz:
Publisher:
python-publish.yml on PoorHttp/PoorWSGI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
poorwsgi-2.8.1.tar.gz -
Subject digest:
cac443a3e8088af0c72d2c1bc4787d154928215e5be89b827adb8fc28d9a49c1 - Sigstore transparency entry: 1878918389
- Sigstore integration time:
-
Permalink:
PoorHttp/PoorWSGI@2dd1cd659a80e3b8aaff9cd2e82d7d60872ac060 -
Branch / Tag:
refs/tags/2.8.1 - Owner: https://github.com/PoorHttp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@2dd1cd659a80e3b8aaff9cd2e82d7d60872ac060 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac2461ff924751eb349a5cf0255c687b6bac542b1948732a7246dc713fdafcf1
|
|
| MD5 |
857a5d3dd6f9bcba5d066098b33ede51
|
|
| BLAKE2b-256 |
09e183d0b065df1805727ea39187250c108bc387077eacba94d38c7735c7740e
|
Provenance
The following attestation bundles were made for poorwsgi-2.8.1-py3-none-any.whl:
Publisher:
python-publish.yml on PoorHttp/PoorWSGI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
poorwsgi-2.8.1-py3-none-any.whl -
Subject digest:
ac2461ff924751eb349a5cf0255c687b6bac542b1948732a7246dc713fdafcf1 - Sigstore transparency entry: 1878918499
- Sigstore integration time:
-
Permalink:
PoorHttp/PoorWSGI@2dd1cd659a80e3b8aaff9cd2e82d7d60872ac060 -
Branch / Tag:
refs/tags/2.8.1 - Owner: https://github.com/PoorHttp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@2dd1cd659a80e3b8aaff9cd2e82d7d60872ac060 -
Trigger Event:
release
-
Statement type: