sc-config

A simple Python configuration file operator

This project provides a common way to read configurations using config42.

Installation

It is possible to install the tool with pip:

pip install sc-config

Configuration

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.

Dependencies

GitHub

https://github.com/Scott-Lau/sc-config