earthdaily.utils.copy_credentials_template

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

Functions

write_env

Write template .env credentials file.

write_json

Write template JSON credentials file.

write_toml

Write template TOML credentials file.

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

earthdaily.utils.copy_credentials_template.write_env(env_path)[source]

Write template .env credentials file.

Parameters:

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

Return type:

None

earthdaily.utils.copy_credentials_template.write_json(json_path)[source]

Write template JSON credentials file.

Parameters:

json_path (Path) – Path to output JSON file.

Return type:

None

earthdaily.utils.copy_credentials_template.write_toml(toml_path)[source]

Write template TOML credentials file.

Parameters:

toml_path (Path) – Path to output TOML file.

Return type:

None