A python package to parse logged Matlab files of the Format Signia.
pip install signialib
git TODO
cd signialib
poetry install
To run any of the tools required for the development workflow, use the doit commands:
$ poetry run doit list
docs Build the html docs using Sphinx.
format Reformat all files using black.
format_check Check, but not change, formatting using black.
lint Lint all files with Prospector.
test Run Pytest with coverage.