A utility to render Jinja2 templates with a YAML environment, allowing nested template rendering within rendered text. Current version 1.0.11, with no regular release cadence.
pip install jnjrenderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic rendering of a Jinja2 template string with a YAML-like environment dictionary.
Use yaml.safe_load(yaml_string) if you have a YAML file or string.
Use the jinja2 library for full template support.
Consider migrating to jinja2's direct API or a more maintained alternative.
No dependency data recorded yet.