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 | |
- Author: Etienne Robillard <notmm-discuss at googlegroups com>
- Home Page: http://gthc.org/projects/notmm/
- Keywords: wsgiref webob mako elixir sqlalchemy django
- License: BSD-style License/Apache License Version 2.0
-
Categories
- Development Status :: 3 - Alpha
- Framework :: Django
- Framework :: Paste
- Intended Audience :: Developers
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: Apache Software License
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Operating System :: POSIX :: BSD :: FreeBSD
- Operating System :: POSIX :: BSD :: OpenBSD
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Internet :: WWW/HTTP :: WSGI :: Application
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: erob
- DOAP record: notmm-0.2.10.xml
Log in to rate this package.
