idf_build_apps.yaml package

Submodules

idf_build_apps.yaml.parser.parse_postfixes(manifest_dict: Dict)
idf_build_apps.yaml.parser.flatten_common_components(manifest_dict: Dict)

Flattens nested lists under depends_components into a single list of strings.

idf_build_apps.yaml.parser.parse(path: Union[str, Path], *, common_components: Optional[Sequence[str]] = None) Dict

Module contents

idf_build_apps.yaml.parse(path: Union[str, Path], *, common_components: Optional[Sequence[str]] = None) Dict