- genshi.builder: Support for programmatically generating markup streams from Python code using
a very simple syntax.
- genshi.core: Core classes for markup processing.
- genshi.filters: Implementation of a number of stream filters.
- genshi.input: Support for constructing markup streams from files, strings, or other
sources.
- genshi.output: This module provides different kinds of serialization methods for XML event
streams.
- genshi.path: Basic support for evaluating XPath expressions against streams.
- genshi.template: Implementation of the template engine.
- genshi.util: Various utility classes and functions.
|