Features

When using Colubrid, you automatically create a WSGI compatible application by inheriting from a number of included application types.

Each of them is explained in the Documentation.

Each application object provides an object that allows you to send data to the webserver and get environment information, URL parameters, form data...

The Request object allows you to:

Each Colubrid application can also be easily run on top of a development webserver, using pythonpaste, wsgiref or BaseWSGIServer. There's a middleware for static exports for easy development.

Also included is a comprehensive debugging middleware with traceback interpreter and automatic source code display. If enabled, you can even execute arbitrary code within the exception's stack frames.

Last Change: 10 Sep 2006 17:55:20 | show source