skip to navigation
skip to content

notmm 0.2.10

A general-purpose, high-performance, and heterogeneous web toolkit

Latest Version: 0.2.13-20091011

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.

File Type Py Version Uploaded on Size # downloads
notmm-0.2.10-py2.5.egg (md5) Python Egg 2.5 2008-09-27 19:26:54 27KB 214
notmm-0.2.10.tar.gz (md5) Source 2008-09-27 17:19:06 116KB 132

Log in to rate this package.