ctdclient.configurationhandler module¶
- class ctdclient.configurationhandler.ConfigurationFile(path_to_config)[source]¶
Bases:
object
A python representation of the configuration file, ctdclient.toml . The individual key value pairs can be targeted via basic dict-like chaining of keys, e.g.: config[‘user’][‘processing’][‘psas’]
- write(current_platform=None, use_internal_values=True, path_to_write=None)[source]¶
Writes changes to the configuration file to the disk.
- Parameters:
path_to_write – (Default value = None)