est.resources.generate_resource#

est.resources.generate_resource(resource: str, cache: bool = True, overwrite: bool = False, output_directory: str | None = None, word='EXAMPLE') Path[source]#

Generate the derived resource from project resource when it does not exist or when overwrite=True. The directory in which the resource is located in either

  • the directory specified by argument output_directory

  • the user’s cache directory (cache=True, this is the default)

  • a temporary directory (cache=False)