dotenv_utils

This package contains utility functions for parsing values from the environment.

Functions

get_var(name[, default, cast])

Retrieve an environment variable, and raise if it's undefined and no default was passed.

get_var_list(name[, default, cast, sep])

Retrieve a list of values from an environment variable, and raise if it's undefined and no default was passed.

Submodules

casts

This module contains logic for casting string values to native python types.