yapydata
Lower-Layer unified data - JSON, XML, YAML + INI, CFG, properties
The yapydata - Yet Another Python Data - provides a unified interface for the access to various data syntaxes. Therefore it encapsulates the libraries by offering a common API with the canonical internal data as JSON compatible Python in-memory structure.
The application is foreseen in particular for the lower layer of the software stack including setup-tools. Thus it uses standard libraries only whenever possible.
The initial supported DDLs are:
* JSON, XML, YAML
and the formats...