clipppy.yaml.templating

Module Contents

clipppy.yaml.templating._sentinel_dict
class clipppy.yaml.templating.Template(template)

A string class for supporting $-substitutions.

static get_mapping(mapping, **kwargs)
safe_convert(self, mo: re.Match, mapping: Mapping[str, str])
safe_substitute(self, mapping=_sentinel_dict, **kws)
class clipppy.yaml.templating.TemplateWithDefaults(template)

A string class for supporting $-substitutions.

braceidpattern
safe_convert(self, mo: re.Match, mapping: Mapping[str, str])