A rendering engine for templated SQL. Current version 0.6.3, with occasional releases. Supports Jinja-like templating, YAML frontmatter, and multiple file types.
pip install absqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a template with YAML frontmatter and render with context variables.
If you relied on the old key (e.g., `result['sql']`), update to `result['absql_body']`.
Install `flatdict` separately if needed: `pip install flatdict`.
No dependency data recorded yet.