Colubrid 0.10
simple wsgi publisher
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Colubrid-0.10-py2.3.egg (md5) | Python Egg | 2.3 | 2006-09-10 18:40:49 | 172KB | 521 |
| Colubrid-0.10.tar.gz (md5) | Source | 2006-09-10 18:40:18 | 28KB | 334 | |
| Colubrid-0.10-py2.4.egg (md5) | Python Egg | 2.4 | 2006-09-10 18:40:20 | 56KB | 913 |
- Author: Armin Ronacher <armin ronacher at active-4 com>
- Home Page: http://wsgiarea.pocoo.org/colubrid/
- Download URL: http://wsgiarea.pocoo.org/colubrid/dist/Colubrid-0.10.tar.gz
- Keywords: wsgi web
- License: BSD License
- Platform: any
- Categories
- Package Index Owner: mitsuhiko, gbrandl
- DOAP record: Colubrid-0.10.xml
