Packages
Kida Template Introspection API. Static analysis of compiled templates for caching optimization, validation, and...
Kida Compiler — transforms Kida AST into executable Python code. The compiler takes an immutable Kida AST (Template...
Kida Environment — central configuration and template management. The Environment is the central hub for all...
Kida Parser — transforms token stream into immutable AST. Recursive descent parser that consumes tokens from the...
Kida utilities.
Modules
Core types for Kida template engine.
Template Bytecode Cache. Persists compiled template code objects to disk for near-instant cold-start loading.
Kida — Next-generation template engine for free-threaded Python (3.14t+). A pure-Python template engine optimized...
Kida lexer — tokenizes template source code into a token stream. The lexer scans template source and produces Token...
Kida AST node definitions. Immutable, frozen dataclass nodes representing the Kida template AST. All nodes track...
Kida Template — compiled template object ready for rendering. The Template class wraps a compiled code object and...
Kida Template String support (PEP 750).