E&S CVS Commit: WebHaiku - Quick-and-dirty ultra-light WSGI-based microframework.

pje at eby-sarna.com pje at eby-sarna.com
Sun Jan 14 01:00:18 EST 2007


Author: pje
Date: Sun Jan 14 01:00:18 2007
New Revision: 2261

URL: http://svn.eby-sarna.com?rev=2261&view=rev
Log:
Quick-and-dirty ultra-light WSGI-based microframework.
The main design goals are to minimize the footprint
for installation requirements, memory use, and startup
time.

So all it does is dispatch and templating; the templates
are basically souped-up string.Template objects with
some limited expression capabilities, but arbitrary
TG/Buffet template engines are also supported, and the
template mechanism supports creating templates from
egg resources (e.g.  foo = HTML(resource="foo.html"))
that are adjacent to the invoking module.

There is also some very basic form parsing and validation
support.  More features may be added as I need them... or
not.

Added:
    WebHaiku/
    WebHaiku/README.txt   (with props)
    WebHaiku/setup.py   (with props)
    WebHaiku/web_haiku.py   (with props)




More information about the source-changes mailing list