Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Releases: jbasko/configmanager

v1.3.0

20 May 12:12
Compare
Choose a tag to compare

Programmatic access to any component + interface cleanup

  • Given path, which is a tuple or list, you can now get to any component with config[path]
  • len(section) returns number of items declared in the section
  • Section is now aware of its alias
  • JsonAdapter.write consistent with ConfigParserAdapter.write in terms of with_defaults defaulting to False.