3.2.2. File Format

3.2.2. File Format

The file is a standard format configuration file with section headers enclosed between [square brackets] and config items followed by colons:. An example of such as a section is as follows:

[section]
item1: value
item2: value

The parser makes use of Python’s built in ConfigParser, please see the ConfigParser documentation for more information on the structure and parsing of configuration files.

Last modified October 12, 2025: Initial commit (312cf32)