Metadata-Version: 2.1
Name: polyglot-turtle
Version: 0.0.3
Summary: A python driver for the polyglot-turtle firmware
Home-page: https://github.com/jeremyherbert/python-polyglot-turtle
Author: Jeremy Herbert
Author-email: jeremy.006@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: hidapi
Requires-Dist: cbor2
Requires-Dist: packaging
Requires-Dist: simplehdlc

To install, run

```
pip install polyglot-turtle
```

Only python 3.6+ is supported. This driver does not expose any USB-to-serial functionality, for that you should use something like [pyserial](https://pypi.org/project/pyserial/).

There are some simple examples in the git repository. More documentation coming soon.

