pyINSPECTA
Python tooliong for reading, interactive with, and writing SDHDF files.
Contents
Installation
Installing can be done with pip (we recommend using uv):
Stable version from PyPI:
pip install sdhdf
Latest version from git:
pip install git+https://github.com/AlecThomson/pyINSPECTA.git
Usage
from sdhdf import SDHDF
my_sdhdf = SDHDF("myfile.hdf")
Full documentation on Read the Docs.
Contributing
Contributions are welcome! Please be sure to install the developer tools and pre-commit hooks:
git https://github.com/AlecThomson/pyINSPECTA.git
cd pyINSPECTA
pip install -e .[dev]
pre-commit install