[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- tdi: Template Data Interface (TDI).
- tdi._exceptions
- tdi._htmldecode: HTML Decoder.
- tdi._htmlentities: HTML5 named character references.
- 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.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.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.util: Misc utilities.