======== Overview ======== Colubrid is a `WSGI`_ publisher which simplifies Python_ web developement. If you've ever created a WSGI application without a framework of an request handler you know how hard this can be. For the full feature list have a look at the `Features`_ page. Colubrid should be compatible with Python 2.2. If you find a line of code that doesn't work with 2.2, please `submit a bug`__. __ Bugs_ Get Colubrid ============ You can fetch the most recent version of Colubrid on the `Download`_ page. If you're using `easy_install`_ you can fetch the egg by using this command:: easy_install Colubrid Not A Framework =============== Colubrid is not a framework :-) Although `some`_ people like the idea of having found a framework in Colubrid. All Colubrid does for you is parsing form data, URL parameters and cookies and providing an URL dispatcher. Looking for help? ================= Colubrid users can post on the `Colubrid Google Group`_. There is also a small wiki with code snippets in the `Trac`_. Bugs ==== Bugs, patches and requests for enhancement can be filed as a `trac ticket`_. .. _Python: http://www.python.org/ .. _WSGI: http://www.python.org/peps/pep-0333.html .. _Features: http://wsgiarea.pocoo.org/colubrid/features/ .. _Download: http://wsgiarea.pocoo.org/colubrid/downloads/ .. _easy_install: http://peak.telecommunity.com/dist/ez_setup.py .. _some: http://www.k4ml.com/node/168 .. _Colubrid Google Group: http://groups.google.com/group/colubrid-users .. _Trac: http://trac.pocoo.org/wiki/Colubrid .. _trac ticket: http://trac.pocoo.org/newticket