solidipes.loaders package

Submodules

Module contents

solidipes.loaders.load_file(path: str | Path) File[source]

Load a file from path into the appropriate object type.

solidipes.loaders.load_groups(filepath_tree, dir_path: str) tuple[dict[str, Group], dict[str, bool]][source]

Load groups of files and directories.

Return a dictionary of {pattern: loaded groups} and a dictionary with the remaining file and directory names.