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 details)
Built Distributions
Colubrid-0.10-py2.4.egg
(58.0 kB
view details)
Colubrid-0.10-py2.3.egg
(176.4 kB
view details)
File details
Details for the file Colubrid-0.10.tar.gz
.
File metadata
- Download URL: Colubrid-0.10.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6814f94bbe08148d61efad07388fbe96d6f0e3cc4186c8d90a5c9f22b00fdd31 |
|
MD5 | 842af04469f898207e016985461be032 |
|
BLAKE2b-256 | 5ad4177c32789185197228ef2fc4ba8f02f1764f751e81cf42fa88d4728319a6 |
File details
Details for the file Colubrid-0.10-py2.4.egg
.
File metadata
- Download URL: Colubrid-0.10-py2.4.egg
- Upload date:
- Size: 58.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f29c35ca817ba5548815c3d611867ce9f3f5cecf276fbcd1f9a3d882e30f53c1 |
|
MD5 | 74c69dbe5cfd566ac490fed54ec8bf7a |
|
BLAKE2b-256 | 8128a6b3e80490b42e4a156f28ff16bca0c61c3ec63769c773eb171a685d8c5f |
File details
Details for the file Colubrid-0.10-py2.3.egg
.
File metadata
- Download URL: Colubrid-0.10-py2.3.egg
- Upload date:
- Size: 176.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37883d5b0b5a0deb2bf856adecc1cd32ac6aa0af4dfaf99a15b016e1ad02827c |
|
MD5 | 882977a687f5f93cff464f748970e222 |
|
BLAKE2b-256 | d9a607425899b88307effb0bf6248c35df1a0afba928d4c1105e9973c905bfb4 |