/signialib

A python package to parse logged Matlab files of the Format Signia.

Primary LanguagePythonMIT LicenseMIT

SigniaLib

PyPI PyPI - Downloads

A python package to parse logged Matlab files of the Format Signia.

Installation

pip install signialib 

For developer

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.