File: control

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 (34 lines) | stat: -rw-r--r-- 1,442 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
25
26
27
28
29
30
31
32
33
34
Source: pyprobeplus
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/pantherale0/pyprobeplus
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyprobeplus
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyprobeplus.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pyprobeplus
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to interact with a Probe Plus BLE device
 This library enables communication with a Probe Plus BLE device to retrieve
 information wirelessly. It provides functions to establish and manage
 Bluetooth Low Energy connections, allowing users to read device status,
 configure settings, and gather sensor data. The library supports operations
 like scanning for devices, connecting to targeted devices, and data extraction
 to facilitate seamless integration of BLE functionality into larger
 applications. This interaction enables applications to capture relevant data
 from Probe Plus devices over a wireless network, improving the reach and
 functionality of IoT solutions within local networks, such as monitoring
 environments or managing Wi-Fi-enabled operations.