Skip to content

WIP: Python wrapper

Tim Schoof requested to merge python_wrapper into main

The Python wrapper is almost unchanged compared to ceedee.

The tests check that the serialized buffers are valid HDF5 chunks and that HDF5 chunks can be deserialized (currently the meta JSON string necessary for deserialization would need to be written manually if reading chunks from HDF5 files is desired).

TODO:

  • better error handling
  • building wheels
  • docs

Merge request reports