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 33: ca86a1b56ade
parent 32: 0cc83e2fdf32
branch: default
added missing targets in docs
Luke Arno / luke
16 months ago

Changed (Δ112 bytes):

raw changeset »

haus/components/yaroreq.py (2 lines added, 0 lines removed)

haus/core.py (2 lines added, 0 lines removed)

Up to file-list haus/components/yaroreq.py:

@@ -21,6 +21,8 @@ provides the following:
21
21
``vars``        WSGI routing kwargs.
22
22
=============== ==============================
23
23
24
.. _Yaro: http://lukearno.com/projects/yaro/
25
24
26
"""
25
27
26
28
from yaro import Yaro

Up to file-list haus/core.py:

@@ -46,6 +46,8 @@ ConfigObj_ in your own :file:`mypackage/
46
46
loads the components, in the default order or the order specified 
47
47
in the configs. Components are loaded and the trunk stack is built.
48
48
49
.. _ConfigObj: http://www.voidspace.org.uk/python/configobj.html
50
49
51
.. code-block:: python
50
52
51
53
    from hause.core import Haus