gdesk.core.conf module¶
- gdesk.core.conf.configure(**overwrites)¶
- gdesk.core.conf.deep_diff(dict1, dict2)¶
Difference of nested dictionary or similar mapping.
- gdesk.core.conf.deep_update(source, overrides)¶
Update a nested dictionary or similar mapping. Modify
source
in place.
- gdesk.core.conf.list_packages(packages)¶
- gdesk.core.conf.load_config(path)¶
- gdesk.core.conf.load_config_json(path=None)¶
- gdesk.core.conf.not_defaults(current_config)¶
- gdesk.core.conf.save_config_json(path=None)¶