Metadata-Version: 2.4
Name: touchlab_comm_py
Version: 0.1.12
Summary: Touchlab Driver Python Bindings
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
Project-URL: Homepage, https://touchlab-avatarx.github.io/touchlab_driver_py
Project-URL: Documentation, https://touchlab-avatarx.github.io/touchlab_driver_py/api.html
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Description-Content-Type: text/markdown

The **TouchLab Comm Python** is the driver for reading data from Touchlab Sensors. This is a python wrapper for the [c++ driver](https://github.com/touchlab-avatarx/touchlab_driver_cpp).

Installation
```
pip install touchlab-comm-py
```

Read our the [documentation](https://touchlab-avatarx.github.io/touchlab_driver_py/) learn about the [API](https://touchlab-avatarx.github.io/touchlab_driver_py/api.html) and [example usage](https://touchlab-avatarx.github.io/touchlab_driver_py/example.html).
