geometamaker.config module
- class geometamaker.config.Config(config_path=None)[source]
Bases:
objectEncapsulates user-settings such as a metadata Profile.
Load a Profile from a config file.
Use a default user profile if none given.
- Parameters:
config_path (str) – path to a local yaml file
- save(profile)[source]
Save a Profile to a local config file.
- Parameters:
profile (geometamaker.models.Profile)