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.
Release files for Colubrid 0.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Colubrid-0.10.tar.gz | 29.0 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Colubrid-0.10-py2.4.egg | Legacy Egg format | - | - | Details |
| Colubrid-0.10-py2.3.egg | Legacy Egg format | - | - | Details |
Total release size: 263.5 kB
Release files / Colubrid-0.10.tar.gz
| Download URL | Colubrid-0.10.tar.gz |
|---|---|
| Size | 29.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6814f94bbe08148d61efad07388fbe96d6f0e3cc4186c8d90a5c9f22b00fdd31
|
|
BLAKE2b-256 checksum How to use checksums |
5ad4177c32789185197228ef2fc4ba8f02f1764f751e81cf42fa88d4728319a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Colubrid-0.10-py2.4.egg
| Download URL | Colubrid-0.10-py2.4.egg |
|---|---|
| Size | 58.0 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
f29c35ca817ba5548815c3d611867ce9f3f5cecf276fbcd1f9a3d882e30f53c1
|
|
BLAKE2b-256 checksum How to use checksums |
8128a6b3e80490b42e4a156f28ff16bca0c61c3ec63769c773eb171a685d8c5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Colubrid-0.10-py2.3.egg
| Download URL | Colubrid-0.10-py2.3.egg |
|---|---|
| Size | 176.4 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
37883d5b0b5a0deb2bf856adecc1cd32ac6aa0af4dfaf99a15b016e1ad02827c
|
|
BLAKE2b-256 checksum How to use checksums |
d9a607425899b88307effb0bf6248c35df1a0afba928d4c1105e9973c905bfb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |