luke / Haus (http://houseofhaus.org/)

A loosely joined WSGI-centric Web programming framework. It is easy to add components to the framework or override components with your own versions on a per application basis. You can control how components are loaded and applied to your application by adding simple configuration options. The framework is connected to your application code and templates with an easy-to-use decorator.

Clone this repository (size: 106.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/luke/haus/
commit 36: efe31f6930ad
parent 35: 4d1e1fc72b7f
child 37: c201022113f1
bumped version to 0.1.0 defaultv0.1.0
Luke Arno / luke
16 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
Haus /
filename size last modified message
docs  
haus  
.hgignore 92 B 20 months ago Initial checkin.
.hgtags 240 B 20 months ago Added tag v0.0.2 for changeset ac16a406eacb
COPYING 25.8 KB 20 months ago Initial checkin.
MANIFEST.in 49 B 20 months ago Initial checkin.
README 1022 B 20 months ago Initial checkin.
ez_setup.py 9.2 KB 20 months ago Initial checkin.
logo.svg 22.8 KB 20 months ago Logo update, repeated changes lost in inkscape crash, update…
setup.py 3.5 KB 16 months ago bumped version to 0.1.0

README

About Haus
==========

A WSGI-centric Web programming framework.

Formerly known as RIP.

See docstrings of modules for details.

License
-------

Created and maintained by Luke Arno <luke.arno@gmail.com>

Copyright (C) 2006-2008 Luke Arno - http://lukearno.com/

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to:

The Free Software Foundation, Inc., 
51 Franklin Street, Fifth Floor, 
Boston, MA  02110-1301, USA.

Luke Arno can be found at http://lukearno.com/