mad-lab-fau / signialib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%