PoorWSGI 2.7.0
pip install PoorWSGI
Latest version
Released:
Poor WSGI connector for Python
Navigation
Verified details
These details have been verified by PyPIMaintainers
Meta
- Author: Ondřej Tůma
- Maintainer: Ondrej Tuma
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Ondřej Tůma
- Maintainer: Ondrej Tuma
- Tags web, wsgi, development
- Requires: Python >=3.8
-
Provides-Extra:
jsongeneratorresponse
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
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
Verified details
These details have been verified by PyPIMaintainers
Meta
- Author: Ondřej Tůma
- Maintainer: Ondrej Tuma
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Ondřej Tůma
- Maintainer: Ondrej Tuma
- Tags web, wsgi, development
- Requires: Python >=3.8
-
Provides-Extra:
jsongeneratorresponse
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf7fe90318eadda4057929cb87d1b01af15149124f18b45deb04db2d388f5576 |
|
MD5 | 89725f0bd0566fe0c2d68c3498709b9c |
|
BLAKE2b-256 | e619704f212e72e53af5b737732ee70f03bcaa628d6a95c922cfdeed35c6ccaa |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | b80c26f4af5ab091c56cdcf9cf4896487c6aaa6c27e0e6d1e501fa32bd9ff717 |
|
MD5 | effb4e3369570275a2fea24fe9a12d93 |
|
BLAKE2b-256 | d8866c03d3f591ead78e927717ceef50b57470a7306cba4cc61bdf40c3967237 |