A module for retrieving program settings from various sources in a consistent method. Version 0.3.0, last released May 2018. The library is in maintenance/abandoned state with no updates planned.
pip install setoptconf==0.3.0No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a configuration object with multiple sources and retrieve a setting.
Consider using a modern alternative like 'configobj' or 'python-decouple'.
Install PyYAML: pip install PyYAML
Ensure command line arguments are passed as --key=value or --key value.
Install PyYAML: pip install PyYAML
Check that all source arguments are instances of setoptconf.Source subclasses.
Pass at least one source to Config().
No dependency data recorded yet.