Metadata-Version: 2.4
Name: touchlab_comm_py
Version: 0.1.7
Summary: Touchlab communication library python wrapper
Keywords: touchlab,communication,serial
Author-Email: Vladimir Ivan <vlad@touchlab.com>
License-Expression: LicenseRef-Touchlab
License-File: LICENSE.txt
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Description-Content-Type: text/markdown

# TouchLab Comm Python

The **TouchLab Comm Python** is the driver for reading data from Touchlab Sensors. This is a python wrapper of the c++ library.

Example usage:
```bash
cd <PATH_TO_TOUCHLAB_COMM_PY>
python3 examples/example.py <SERIAL_PORT> <CALIBRATION_FILE>
```
