Metadata-Version: 2.4
Name: pyprobeplus
Version: 1.0.1
Summary: A generic library to interact with a Probe Plus BLE device
Home-page: http://github.com/pantherale0/pyprobeplus
Author: pantherale0
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE
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-cov<7,>=4; extra == "dev"
Requires-Dist: pytest<9,>=7; 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-python
Dynamic: summary

# LED BLE

<p align="center">
  <a href="https://github.com/pantherale0/pyprobeplus/actions?query=workflow%3ACI">
    <img src="https://img.shields.io/github/workflow/status/pantherale0/pyprobeplus/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >
  </a>
  <a href="https://pyprobeplus.readthedocs.io">
    <img src="https://img.shields.io/readthedocs/pyprobeplus.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
  </a>
</p>
<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&amp;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`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

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.
