1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# Probe Plus BLE
<p align="center">
<a href="https://pypi.org/project/pyprobeplus/">
<img src="https://img.shields.io/pypi/v/pyprobeplus.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/pyprobeplus.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/pyprobeplus.svg?style=flat-square" alt="License">
</p>
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.
|