zero.config.base module

Base configuration parser

class zero.config.base.BaseConfig[source]

Bases: dict

Base YAML config parser

BASE_CONFIG_FILENAME = None
DEFAULT_USER_CONFIG_FILENAME = None
USER_CONFIG_FILENAME = None
property base_config_path
create_user_config()[source]
open_user_config()[source]
remove_user_config()[source]
property user_config_path
exception zero.config.base.ConfigAlreadyExistsException(config_path, *args, **kwargs)[source]

Bases: Exception

exception zero.config.base.ConfigDoesntExistException(config_path, *args, **kwargs)[source]

Bases: Exception