Problem
Currently, the package only supports JSON-based configurations, which are not very friendly for human-generated files. Although the structure is quite simple, we should likely migrate to and prefer more modern configuration file formats.
Since XML is natively supported in Python our configurations, it would likely be trivial to add support for this as well.
Problem
Currently, the package only supports JSON-based configurations, which are not very friendly for human-generated files. Although the structure is quite simple, we should likely migrate to and prefer more modern configuration file formats.
Since XML is natively supported in Python our configurations, it would likely be trivial to add support for this as well.