cookiecutter_autodocs.lib.files.dump_cookiecutter_description#

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

Write a cookiecutter.desc file.

Parameters:
  • path_or_str (StrOrPath) – path to write to

  • cookiecutter_desc (DictStrAny) – CookiecutterDesc represented as a dict