Config

This class is used to store config setings, as well as secrets, such as API keys, tokens, etc. By default, they come from documented environment variables. But the user can override them by setting them directly in the Config object.

setenv(var_name) staticmethod

Copy the value of a config variable to an environment variable. If the variable is not set, nothing is changed.