Small module to make wsgi apps easy to write, do error checking an publishe this to the client side. See github for example.
Project description
# easywsgi
Small module to make wsgi apps easy to write, do error checking an publishe this to the client side.
Example:
#!/usr/bin/python
import easywsgi
@easywsgi.mainFunction
def application(env):
env.start()
yield "Test page"
Small module to make wsgi apps easy to write, do error checking an publishe this to the client side.
Example:
#!/usr/bin/python
import easywsgi
@easywsgi.mainFunction
def application(env):
env.start()
yield "Test page"
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
easywsgi-0.4.tar.gz
(1.8 kB
view details)
File details
Details for the file easywsgi-0.4.tar.gz.
File metadata
- Download URL: easywsgi-0.4.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
274d7934cc597e584b8bc212e5a2ae30b2edda03fb7ef4994f0ec8d4c00cdedc
|
|
| MD5 |
a11c7e0b1ecd6727ed29d8616b4331d7
|
|
| BLAKE2b-256 |
24c86ed3c2ebe98325c2bce1ab6d5266559934e1d61c6604230b150f109a9b30
|