Simple config management supporting CLI modification. Current version 0.2.5. Allows nested config via dict-like objects and CLI overrides. Lightweight, no dependencies beyond Python 3.6+. Low release cadence (last release 2021).
pip install sconfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a config from a dict and access nested keys with dot notation.
Use .get() or check key existence with `in`.
Do not expose CLI override functionality to untrusted input.
No dependency data recorded yet.