[Subversion] / WebHaiku / web_haiku.py  

Revision 2261


Jump to revision:
Previous Next
Author: pje
Date: Sun Jan 14 06:00:18 2007 UTC (17 years, 2 months ago)

Log Message:

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.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
WebHaiku added      
WebHaiku/README.txt added X X  
WebHaiku/setup.py added X X  
WebHaiku/web_haiku.py added X X  

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help