llumpy.core.load_api_key¶
- load_api_key(env_var)[source]¶
Load API key from env variable
- Parameters:
env_var (str) – Environment variable to attempt load key from
- Raises:
EnvironmentError – If the env var is not defined
- Returns:
API key
Load API key from env variable
env_var (str) – Environment variable to attempt load key from
EnvironmentError – If the env var is not defined
API key