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)
Built Distributions
Colubrid-0.10-py2.4.egg
(58.0 kB
view hashes)
Colubrid-0.10-py2.3.egg
(176.4 kB
view hashes)