Config file reading, writing, and validation https://github.com/DiffSK/configobj
Go to file
2024-01-06 10:59:08 +01:00
python-configobj.spec rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 5.0.8-3mamba;Wed Sep 27 2023] 2024-01-06 10:59:08 +01:00
README.md automatic version update by autodist [release 5.0.4-1mamba;Tue Apr 15 2014] 2024-01-06 10:59:07 +01:00

python-configobj

ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though:

  • Nested sections (subsections), to any level
  • List values
  • Multiple line values
  • String interpolation (substitution)
  • Integrated with a powerful validation system o including automatic type checking/conversion o repeated sections o and allowing default values
  • All comments in the file are preserved
  • The order of keys/sections is preserved
  • No external dependencies
  • Full unicode support