{"library":"sconf","title":"sconf","description":"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).","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install sconf"],"cli":{"name":"sconf","version":"sh: 1: sconf: not found"}},"imports":["from sconf import Sconf"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sconf import Sconf\n\nconfig = Sconf({'a': 1, 'b': {'c': 2}})\nprint(config['a'])  # 1\nprint(config['b.c'])  # 2\n# CLI override example: python script.py --a 10\n","lang":"python","description":"Create a config from a dict and access nested keys with dot notation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}