Metadata-Version: 2.4 Name: xiaomi-ble Version: 1.11.0 Summary: Manage Xiaomi BLE devices License: Apache-2.0 License-File: LICENSE Author: John Carr Author-email: john.carr@unrouted.co.uk Requires-Python: >=3.9,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 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 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Provides-Extra: docs Requires-Dist: Sphinx (>=5,<8) ; extra == "docs" Requires-Dist: aiohttp (>=3.10.0) Requires-Dist: bleak (>=0.19.5) Requires-Dist: bleak-retry-connector (>=2.13.0) Requires-Dist: bluetooth-data-tools (>=0.3.1) Requires-Dist: bluetooth-sensor-state-data (>=1.6.0) Requires-Dist: cryptography (>=40.0.0) Requires-Dist: home-assistant-bluetooth (>=1.9.2) Requires-Dist: myst-parser (>=0.18,<3.1) ; extra == "docs" Requires-Dist: orjson (>=3.9.0) Requires-Dist: pycryptodomex (>=3.19.1) Requires-Dist: sensor-state-data (>=2.17.1) Requires-Dist: sphinx-rtd-theme (>=1,<4) ; extra == "docs" Project-URL: Bug Tracker, https://github.com/bluetooth-devices/xiaomi-ble/issues Project-URL: Changelog, https://github.com/bluetooth-devices/xiaomi-ble/blob/main/CHANGELOG.md Project-URL: Documentation, https://xiaomi-ble.readthedocs.io Project-URL: Repository, https://github.com/bluetooth-devices/xiaomi-ble Description-Content-Type: text/markdown # Xiaomi BLE

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

Manage Xiaomi BLE devices ## Installation Install this via pip (or your favourite package manager). `pip install xiaomi-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 [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage) project template. Special thanks to Piotr Machowski for the cloud key extractor basis.