Skip to content

Releases: gahjelle/pyconfs

v0.3.2

18 Apr 10:23
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Add .leafs, .leaf_keys, and .leaf_values to iterate over all entries in a nested configuration
  • Simplified support of multi-document YAMLs by only reading the first document
  • Ignore environment variables where conversion fails

v0.3.1

18 Apr 10:24
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Support encodings in config files

v0.3.0

18 Apr 10:28
Compare
Choose a tag to compare
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