This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Releases: jbasko/configmanager
Releases · jbasko/configmanager
v1.3.0
Programmatic access to any component + interface cleanup
- Given
path
, which is a tuple or list, you can now get to any component withconfig[path]
len(section)
returns number of items declared in the section- Section is now aware of its alias
JsonAdapter.write
consistent withConfigParserAdapter.write
in terms ofwith_defaults
defaulting toFalse
.