<?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>notmm</name>
<shortdesc>A general-purpose, high-performance, and heterogeneous web toolkit</shortdesc>
<description>About
-----

``notmm`` is a collection of various modules for writing (and testing) 
WSGI applications in Python. It started as a vague toolkit for easing
Django hard edges to something more Pythonic, fun, and less linear.

Usage
-----

For intrepid readers and experimentalists, here's a quick-start
example written just for you::

    from notmm.controllers.base import BaseController
    from flup.server.fcgi import WSGIServer
    
    class Application(BaseController):
        # ... write some stuff here ...
        pass
        
    # run the application with flup
    WSGIServer(Application()).run()

A more detailed example may be found in ``examples/helloworld``.</description>
<homepage rdf:resource="http://gthc.org/projects/notmm/" />
<maintainer><foaf:Person><foaf:name>Etienne Robillard</foaf:name>
<foaf:mbox_sha1sum>bd13f8bf5ea0adb2d58b9a6076f94dced66485f0</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.10</revision></Version></release>
</Project></rdf:RDF>