Metadata-Version: 2.3 Name: leaone-ble Version: 0.3.0 Summary: Bluetooth parser for LeaOne devices License: MIT Author: J. Nick Koston Author-email: bluetooth@koston.org Requires-Python: >=3.11,<4 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Topic :: Software Development :: Libraries Requires-Dist: bleak (>=0.21.1) ; python_version >= "3.10" and python_version < "3.14" Requires-Dist: bluetooth-data-tools (>=1.28.0) Requires-Dist: bluetooth-sensor-state-data (>=1.8.0) Requires-Dist: habluetooth (>=3.42.0) ; python_version >= "3.11" and python_version < "3.14" Requires-Dist: sensor-state-data (>=2.0.2) ; python_version >= "3.11" and python_version < "4" Project-URL: Bug Tracker, https://github.com/bluetooth-devices/leaone-ble/issues Project-URL: Changelog, https://github.com/bluetooth-devices/leaone-ble/blob/main/CHANGELOG.md Project-URL: Documentation, https://leaone-ble.readthedocs.io Project-URL: Repository, https://github.com/bluetooth-devices/leaone-ble Description-Content-Type: text/markdown # leaone-ble
--- **Documentation**: https://leaone-ble.readthedocs.io **Source Code**: https://github.com/bluetooth-devices/leaone-ble --- Bluetooth parser for LeaOne devices ## Installation Install this via pip (or your favourite package manager): `pip install leaone-ble` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.