aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-setoptconf/pkg-descr
blob: 4328c3ebb8adc79e7c94b168834f3d19303362cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
setoptconf is a Python library that can be used to retrieve program settings
from a variety of common sources:
- Command Line
- Environment Variables
- INI Files
- JSON Files
- YAML Files
- Python Objects/Modules

The goal of this project is to define your desired settings in a simple and
consistent way, and then point setoptconf at as many of the sources as you'd
like to use, and let it comb them all, looking for your settings.