get_auth
- postprocessinglib.forecast.forecast.get_auth(config_path: str) str
Reads username and password from configuration file.
- Parameters:
config_path (str) – Path to configuration file.
- Returns:
Username and password.
- Return type:
Union[str, str]