Metadata-Version: 2.4 Name: bluetooth-auto-recovery Version: 1.6.4 Summary: Recover bluetooth adapters that are in an stuck state License-Expression: MIT License-File: LICENSE Author: J. Nick Koston Author-email: nick@koston.org Requires-Python: >=3.10 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.10 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 Provides-Extra: docs Requires-Dist: PyRIC (>=0.1.6.3) Requires-Dist: Sphinx (>=5,<8) ; extra == "docs" Requires-Dist: async-timeout (>=3.0.0) ; python_version < "3.11" Requires-Dist: bluetooth-adapters (>=0.16.0) Requires-Dist: btsocket (>=0.2.0) Requires-Dist: myst-parser (>=0.18,<3.1) ; extra == "docs" Requires-Dist: sphinx-rtd-theme (>=1,<4) ; extra == "docs" Requires-Dist: usb-devices (>=0.4.1) Project-URL: Bug Tracker, https://github.com/bluetooth-devices/bluetooth-auto-recovery/issues Project-URL: Changelog, https://github.com/bluetooth-devices/bluetooth-auto-recovery/blob/main/CHANGELOG.md Project-URL: Documentation, https://bluetooth-auto-recovery.readthedocs.io Project-URL: Repository, https://github.com/bluetooth-devices/bluetooth-auto-recovery Description-Content-Type: text/markdown # Bluetooth Auto Recovery

CI Status Documentation Status Test coverage percentage

Poetry Ruff pre-commit

PyPI Version Supported Python versions License

Recover bluetooth adapters that are in an stuck state ## Credits The code in this repo originates from https://github.com/custom-components/ble_monitor/blob/master/custom_components/ble_monitor/bt_helpers.py ## Installation Install this via pip (or your favourite package manager): `pip install bluetooth-auto-recovery` ## 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 [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage) project template.