marmot.utils.mconfig#

This module creates the default config.yml file that is used by Marmot.

The parser function is used to parse information from the config file. The defaults defined here should not be modifed by any user, instead edit the values directly in the config.yml file once created.

Functions

createConfig(configfile_path)

Creates config.yml file using default values.

edit_value(new_value, top_level[, second_level])

Edit the config.yml file through code.

parser(top_level[, second_level])

Pull requested value from config.yml file.

reset_defaults()

When called, resets config.yml to default values.