Module env

Module env 

Source

Functionsยง

env_or_default
Get the value of an environment variable, or a default value if it is not set or cannot be parsed.
is_env_set_and_truthy
Check if the given environment variable is set to truthy value. Returns None if not set.
is_env_truthy
Check if the given environment variable is set to truthy value. Returns false if not set.