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.