We have a number of HDF5 files around: digi, recon, in different flavors (e.g., with different readouts) that can be opened in read or write mode. It would be nice to have a consistent ecosystem (possibly modeled around the Python open() builtin) that we can use transparently across different applications. It would be nice, e.g., if the file objects supported context management, and iteration (in read mode).
We have a number of HDF5 files around: digi, recon, in different flavors (e.g., with different readouts) that can be opened in read or write mode. It would be nice to have a consistent ecosystem (possibly modeled around the Python
open()builtin) that we can use transparently across different applications. It would be nice, e.g., if the file objects supported context management, and iteration (in read mode).