Releases: mseri/xapitodict
Releases · mseri/xapitodict
v0.5.5
Improve unmarshalling and unescaping of xapi database strings
Prepare to release 0.5.1 Signed-off-by: Marcello Seri <[email protected]>
Correctly parse tables with one row
- lib: fixup in unsexpification
- lib: correctly parse tables with one row
- lib: correctly strip %. from recent xapi database sexps
New CLI interface
usage: xapi-to-json [-h] [--version] [-v] [-o DEST] XAPIDB
CLI util to dump an xml blob of the xapi database to json
positional arguments:
XAPIDB Path to the xml dump of the xapi database
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --print-db-version
Include the version metadata of the extracted xapi db
in the '_version' key
-o DEST, --output DEST
Path to the output json file. Print to stdout when
missing
v0.3
v0.2
First Release
Simple python module and cli to convert the xml dump of a xapi database into a python dictionary or a json file