config_load

Handles the loading of config files and checking paths.

DEFAULT_CONF_DIR_PATH

Path to the default config directory.

Type:

Path

DEFAULT_CONFIG_NAME

Name of the default, example config.

Type:

str

class ToDefaultConfDir

Changes to the default config directory. Switches back to the previous CWD on close.

universal_path(path: Any) Path

Creates a Path object from str or Iterable inputs.

Parameters:

path (Any) – Representation of a path to convert to Path object.

Returns:

Path object of the input path.

Return type:

Path