cookiecutter_autodocs.lib.files.load_cookiecutter_description#

async cookiecutter_autodocs.lib.files.load_cookiecutter_description(path_or_str: StrOrPath) Dict[str, Any]#

Load a cookiecutter.desc file.

Parameters:

path_or_str (StrOrPath) – path to load from

Returns:

CookiecutterDesc represented as a dict

Return type:

DictStrAny