The python version of the vhlab toolbox
This is not a complete port but is a partial port for supporting NDI-python
To use this toolbox, it is recommended to set up a virtual environment.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtTo run the unit tests, ensure you have the dependencies installed and run the following command from the root directory:
python3 -m unittest discover tests