pharmaship.core.config¶
Core configuration functions.
-
pharmaship.core.config.load_config(content, schema)¶ Load the configuration from a YAML file.
- Parameters
- Returns
validated config dictionary or False
- Return type
- Example
>>> load_config(my_content, "config.json")