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
* INI, CFG, .properties
The yapydata in particular supports the advanced access to data entries by mapping the dotted-OID notation onto mixed in-memory data types, optional including non-conformant tyeps such as tuple and set.
Features
- single API for multi-data syntaxes
- JSON
- XML
- YAML
- INI
- CFG
- .properties
- Python
- addressing by advanced namebinding