Skip to main content

simple wsgi publisher

Project description

Colubrid is a WSGI request handler which simplifies python web developement.

If you’ve ever created a WSGI application without an framework or an request handler you know how stupid this can be.

Hello World Example

This example outputs “Hello World”:

from colubrid import BaseApplication, HttpResponse

class HelloWorld(BaseApplication):
    def process_request(self):
        return HttpResponse('Hello World!')

app = HelloWorld

Documentation can be found on the 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

Colubrid-0.10.tar.gz (29.0 kB view hashes)

Uploaded Source

Built Distributions

Colubrid-0.10-py2.4.egg (58.0 kB view hashes)

Uploaded Source

Colubrid-0.10-py2.3.egg (176.4 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