Metadata-Version: 2.4 Name: pyprobeplus Version: 1.1.2 Summary: A generic library to interact with a Probe Plus BLE device Home-page: http://github.com/pantherale0/pyprobeplus Author: pantherale0 License: Apache-2.0 Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent Requires-Python: >=3.8, <4 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: bleak Requires-Dist: bleak-retry-connector Provides-Extra: dev Requires-Dist: bandit<1.9,>=1.7; extra == "dev" Requires-Dist: black<26,>=23; extra == "dev" Requires-Dist: build<1.3,>=0.10; extra == "dev" Requires-Dist: flake8<8,>=6; extra == "dev" Requires-Dist: isort<7,>=5; extra == "dev" Requires-Dist: mypy<1.16,>=1.5; extra == "dev" Requires-Dist: pytest<9,>=7; extra == "dev" Requires-Dist: pytest-cov<7,>=4; extra == "dev" Requires-Dist: twine<7,>=4; extra == "dev" Dynamic: author Dynamic: classifier Dynamic: description Dynamic: description-content-type Dynamic: home-page Dynamic: license Dynamic: license-file Dynamic: provides-extra Dynamic: requires-dist Dynamic: requires-python Dynamic: summary # Probe Plus BLE

PyPI Version Supported Python versions License

Retrieve Probe Plus BLE device information. ## Installation Install this via pip (or your favourite package manager): `pip install pyprobeplus` ## 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.