Package logilab :: Package common :: Package ureports
[frames] | no frames]

Package ureports

source code

Universal report objects and some formatting drivers.

A way to create simple reports using python objects, primarily designed to be
formatted as text and html.

:copyright:
  2004-2008 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
  all rights reserved.

:contact:
  http://www.logilab.org/project/logilab-common --
  mailto:python-projects@logilab.org

:license:
  `General Public License version 2
  <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_

Submodules

Classes
  BaseWriter
base class for ureport writers
Functions
 
build_summary(layout, level=1)
make a summary for the report, including X level
source code
 
get_nodes(node, klass)
return an iterator on all children node of the given klass
source code
 
layout_title(layout)
try to return the layout's title as string, return None if not found...
source code
Variables
  __package__ = 'logilab.common.ureports'
  linesep = '\n'
Function Details

layout_title(layout)

source code 
try to return the layout's title as string, return None if not found