earthdaily.utils.copy_credentials_template module

Utility script used for copying credentials templates to a user-defined path

earthdaily.utils.copy_credentials_template.write_env(env_path: Path) None[source]

Write template .env credentials file.

Parameters:

env_path (Path) – Path to output .env file.

earthdaily.utils.copy_credentials_template.write_json(json_path: Path) None[source]

Write template JSON credentials file.

Parameters:

json_path (Path) – Path to output JSON file.

earthdaily.utils.copy_credentials_template.write_toml(toml_path: Path) None[source]

Write template TOML credentials file.

Parameters:

toml_path (Path) – Path to output TOML file.