nutrimatic.ccmeta.parser
nutri-matic Package
Functions
find_templates(base_dir) | Return all template directories containing teabag.toml or tea.toml or pyproject.toml. |
|---|---|
load_teabag(path) | Load a teabag.toml file. |
nutrimatic.ccmeta.parser.load_teabag(path)
Load a teabag.toml file.
- Return type:
dict[str,Any]
nutrimatic.ccmeta.parser.find_templates(base_dir)
Return all template directories containing teabag.toml or tea.toml or pyproject.toml.
- Return type:
list[Path]