Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.12 KB

swmr_tools

PyPI release Test status Docs

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.

Installation

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

Usage

  • 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