This package is no longer maintained. Its functionality is entirely included in vptstools.
A simple Python package to access data in ODIM HDF5 format.
Limitations:
- (currently) read-only
- Python 3.7+
Install from PyPI
$ pip install odimh5
$ pip install -e .
$ pip install -r requirements.txt
$ pytest
$ mypy odimh5
$ black .
- Update version number in
setup.py
- Make sure everything is commited
- Build the package:
$ python3 -m build
- Upload it to PyPI:
$ python3 -m twine upload dist/*
- Tag it:
$ git tag v0.1.0
$ git push origin --tags