symconf.reader module¶ Simplified management for nested dictionaries class symconf.reader.DictReader(toml_path=None)[source]¶ Bases: object __init__(toml_path=None)[source]¶ copy()[source]¶ classmethod from_dict(config_dict)[source]¶ generate_hash(exclude_keys=None)[source]¶ get(key, default=None)[source]¶ get_subconfig(key)[source]¶ set(key, value)[source]¶ update(config, in_place=False)[source]¶