Metadata-Version: 2.4
Name: habluetooth
Version: 6.1.0
Summary: High availability Bluetooth
License-Expression: Apache-2.0
License-File: LICENSE
Author: J. Nick Koston
Author-email: bluetooth@koston.org
Requires-Python: >=3.11
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: async-interrupt (>=1.1.1)
Requires-Dist: bleak (>=1.0.1)
Requires-Dist: bleak-retry-connector (>=4.2.0)
Requires-Dist: bluetooth-adapters (>=2.1.0)
Requires-Dist: bluetooth-auto-recovery (>=1.5.1)
Requires-Dist: bluetooth-data-tools (>=1.28.0)
Requires-Dist: btsocket (>=0.3.0)
Requires-Dist: dbus-fast (>=2.30.2) ; platform_system == "Linux"
Project-URL: Bug Tracker, https://github.com/bluetooth-devices/habluetooth/issues
Project-URL: Changelog, https://github.com/bluetooth-devices/habluetooth/blob/main/CHANGELOG.md
Project-URL: Documentation, https://habluetooth.readthedocs.io
Project-URL: Repository, https://github.com/bluetooth-devices/habluetooth
Description-Content-Type: text/markdown

# habluetooth

**Documentation**: <a href="https://habluetooth.readthedocs.io" target="_blank">https://habluetooth.readthedocs.io </a>

**Source Code**: <a href="https://github.com/bluetooth-devices/habluetooth" target="_blank">https://github.com/bluetooth-devices/habluetooth </a>

---

High availability Bluetooth

## Installation

Install this via pip (or your favourite package manager):

`pip install habluetooth`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

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.

