Metadata-Version: 2.1 Name: ld2410-ble Version: 0.1.1 Summary: Interface with LD2410B modules from HiLink Home-page: https://github.com/930913/ld2410-ble License: Apache Software License 2.0 Author: 930913 Author-email: 3722064+930913@users.noreply.github.com Requires-Python: >=3.9,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: Other/Proprietary 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: Topic :: Software Development :: Libraries Provides-Extra: docs Requires-Dist: Sphinx (>=5.0,<6.0) ; extra == "docs" Requires-Dist: async-timeout (>=4.0.1) Requires-Dist: bleak (>=0.19.0) Requires-Dist: bleak-retry-connector (>=2.3.0) Requires-Dist: myst-parser (>=0.18,<0.19) ; extra == "docs" Requires-Dist: sphinx-rtd-theme (>=1.0,<2.0) ; extra == "docs" Project-URL: Bug Tracker, https://github.com/930913/ld2410-ble/issues Project-URL: Changelog, https://github.com/930913/ld2410-ble/blob/main/CHANGELOG.md Project-URL: Documentation, https://ld2410-ble.readthedocs.io Project-URL: Repository, https://github.com/930913/ld2410-ble Description-Content-Type: text/markdown # LD2410 BLE

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

Interface with LD2410B modules from HiLink ## Installation Install this via pip (or your favourite package manager): `pip install ld2410-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.