Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-ruamel-yaml-jinja2 - Jinja2 pre and post-processor to update with YAML
- Description:
jinja2 templates for YAML files can normally not be loaded as YAML
before rendering the template. This plugin allows pre and
post-processing based on the round-trip processor.
It works by rewriting the jinja2 constructs and keeping track of what
needs to be “un-rewritten” for this to work, you need to use the same
YAML() instance for loading and dumping.
Its intended use is allowing you to update hardcoded values in the
YAML file, and not to update the jinja2 template part (which might
even only be available in a comment).
Packages