earthdaily.utils.copy_credentials_template
Utility script used for copying credentials templates to a user-defined path
Functions
Write template .env credentials file. |
|
Write template JSON credentials file. |
|
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