v0.3.0
Pre-release
Pre-release
- Add
.section_items
property to iterate over section names and section content - Support reading configurations directly from strings
- Add writers for all supported configuration formats (INI, YAML, JSON, TOML)
- Add support for writing configurations to files with
.as_file()
- Support writing configurations directly to strings with
.as_str()
- Bugfix: Proper handling of AttributeErrors