Class to store and assess and create the meta-hq configuration file.
| Attributes: |
|
|---|
path
property
¶
Returns /path/to/config.yaml
check()
¶
Checks if the meta-hq config exists. Initializes if not.
is_acceptable_config()
¶
Checks if config has correct structure.
load_config()
¶
Loads the meta-hq config file.
load_config_str()
¶
Loads the meta-hq config file.
make_config()
¶
Creates the config dictionary
save_config(config)
¶
Saves a config file.
| Parameters: |
|
|---|
setup()
¶
Main setup function.
set_default()
¶
Makes a default meta-hq config.
initialize_config()
¶
Initialize the meta-hq config file.