Skip to content

Releases: mseri/xapitodict

v0.5.5

12 May 18:26
f6e972c
Compare
Choose a tag to compare
Update CHANGELOG

Improve unmarshalling and unescaping of xapi database strings

25 Jan 11:21
Compare
Choose a tag to compare
Prepare to release 0.5.1

Signed-off-by: Marcello Seri <[email protected]>

Correctly parse tables with one row

25 Jan 11:20
Compare
Choose a tag to compare
  • lib: fixup in unsexpification
  • lib: correctly parse tables with one row
  • lib: correctly strip %. from recent xapi database sexps

New CLI interface

19 Oct 17:05
Compare
Choose a tag to compare
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

19 Jul 16:47
Compare
Choose a tag to compare

Fixes a crash when the last_booted_record field is serialized in xml instead of sexp

v0.2

17 Jul 10:58
Compare
Choose a tag to compare

This release contains the following:

  • code cleanup
  • fix de-serialization of the 'last_booted_record' fields

First Release

12 Jul 13:25
Compare
Choose a tag to compare

Simple python module and cli to convert the xml dump of a xapi database into a python dictionary or a json file