python-setoptconf

Retrieve Python program settings from a variety of sources
  https://github.com/jayclassless/setoptconf
  0
  no reviews



Setoptconf is a Python library to define desired settings in a simple and consistent way from a variety of sources, individually or combined:
- command line
- environment variables
- INI files
- JSON
- YAML
- Python objects/modules
This package contains the modules for Python2.