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 AST node definitions.
Kida Parser — transforms token stream into immutable AST. Recursive descent parser that consumes tokens from the...
Kida Template package — compiled template objects ready for rendering.
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 RenderAccumulator — opt-in profiling for template rendering.
Kida RenderContext — per-render state isolated from user context.
Kida Template String support (PEP 750).