<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Colubrid</name>
<shortdesc>simple wsgi publisher</shortdesc>
<description>=====================
Colubrid WSGI Toolkit
=====================

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`_.

.. _the homepage: http://wsgiarea.pocoo.org/colubrid/documentation/</description>
<download-page>http://wsgiarea.pocoo.org/colubrid/dist/Colubrid-0.10.tar.gz</download-page>
<homepage rdf:resource="http://wsgiarea.pocoo.org/colubrid/" />
<maintainer><foaf:Person><foaf:name>Armin Ronacher</foaf:name>
<foaf:mbox_sha1sum>c7ba33ae7e575ec4e37640d5fb9b76fc2df7a623</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.10</revision></Version></release>
</Project></rdf:RDF>