Home
Trees
Indices
Help
Visit TDI Online
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Module Hierarchy
tdi
:
Template Data Interface (TDI).
tdi._exceptions
tdi._graph
:
Dependency Graph Resolver.
tdi._htmldecode
:
HTML Decoder.
tdi._htmlentities
:
HTML5 named character references.
tdi._util
:
Misc utilities.
tdi._version
:
Version representation.
tdi.c
:
The modules in this package implement (or reimplement) various functionality in C for reasons of performance or availability.
tdi.factory
:
Template Factories.
tdi.factory_memoize
:
Factory Caching.
tdi.filters
:
This module provides the base classes and concrete implementations for filters.
tdi.integration
:
TDI integration into frameworks.
tdi.integration.wtf_service
:
This module implements the tdi template locating and caching service.
tdi.interfaces
:
The module provides all interfaces required or provided by the
tdi
package and a small function to check for them.
tdi.markup
:
This package contains TDI's builtin markup collections.
tdi.markup._analyzer
:
This module provides the logic to build a nodetree out of parser events.
tdi.markup.factory
:
Default Soup Template Factory.
tdi.markup.soup
:
This package contains TDI's builtin soup markup (HTML / XML)
tdi.markup.soup.builder
:
This module provides the logic to build a nodetree out of parser events.
tdi.markup.soup.decoder
:
Soup Input Decoders.
tdi.markup.soup.dtd
:
This module provides a collection of DTD query classes to be used with the soup parser.
tdi.markup.soup.encoder
:
This module provides output encoding logic.
tdi.markup.soup.filters
:
Filters for soup templates.
tdi.markup.soup.parser
:
This module provides a very lenient HTML/XML lexer.
tdi.markup.text
:
This package contains TDI's builtin text markup.
tdi.markup.text.builder
:
This module provides the logic to build a nodetree out of parser events.
tdi.markup.text.decoder
:
Text Input Decoder.
tdi.markup.text.encoder
:
This module provides output encoding logic.
tdi.markup.text.filters
:
Filters for text templates.
tdi.markup.text.parser
:
Text Parser.
tdi.model_adapters
:
Model adapter implementations.
tdi.nodetree
:
This module provides node tree management.
tdi.template
:
Template Objects.
tdi.tools
:
This package contains tools which are supposed to make the practical template handling even more easy.
tdi.tools._util
:
Tool Utilities.
tdi.tools.css
:
CSS Tools.
tdi.tools.html
:
HTML Tools.
tdi.tools.htmlform
:
HTMLForm abstraction.
tdi.tools.htmlform._adapters
:
Form helper classes.
tdi.tools.htmlform._interfaces
:
Form helper classes.
tdi.tools.htmlform._main
:
Form helper classes.
tdi.tools.htmlform._processors
:
HTML form processors.
tdi.tools.javascript
:
Javascript Tools.
tdi.tools.rcssmin
:
CSS Minifier.
tdi.tools.rjsmin
:
rJSmin is a javascript minifier written in python.
tdi.tools.template
:
Template Tools.
Home
Trees
Indices
Help
Visit TDI Online