File: README.md

package info (click to toggle)
pyprobeplus 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: python: 287; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
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&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`

## 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.