swmr_tools is a Python library developed by Diamond Light Source Ltd designed to facilitate reading and processing data from HDF5 swmr files as they are being written.
swmr_tools can be installed using either conda (from the conda-forge channel):
conda install -c conda-forge swmr-tools
or the package manager pip:
pip install swmr_tools
-
For full examples of use please see the full documentation at https://python-swmrtools.readthedocs.io
-
Jupyter notebook tutorials for key functionality can be found in the tutorial directory in the git repository