This project provides a common way to read configurations using config42.
It is possible to install the tool with pip:
pip install sc-config
Configuration files reading in this order, the first is the top most priority: 1. production.xml in current directory, 2. production.xml in <project_name> directory under User directory, 3. production.xml in <project_name> directory under /var/opt/sc/ directory, 4. default.xml in <project_name> directory under /var/opt/sc/ directory.
- config42 >= 0.4.5
The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative.