Skip to main content

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"

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

easywsgi-0.4.tar.gz (1.8 kB view hashes)

Uploaded Source

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