File: control

package info (click to toggle)
ruuvitag-ble 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: python: 824; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,583 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
35
36
37
38
39
Source: ruuvitag-ble
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-bluetooth-data-tools <!nocheck>,
 python3-bluetooth-sensor-state-data <!nocheck>,
 python3-home-assistant-bluetooth <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-sensor-state-data (>=2.20) <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/Bluetooth-Devices/ruuvitag-ble
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/ruuvitag-ble
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/ruuvitag-ble.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-ruuvitag-ble
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Handle RuuviTag BLE devices
 This library provides essential functionality to manage RuuviTag Bluetooth Low
 Energy (BLE) devices. It allows for the efficient parsing and interpreting of
 data transmitted by these devices, enabling users to monitor various
 environmental parameters like temperature, humidity, and air pressure.
 Additionally, it supports the automatic discovery of RuuviTag devices once
 Bluetooth integration is enabled and operational. Users can ensure their
 devices are running the latest firmware to fully utilize the library's
 features. This library is well-suited for applications that require local data
 push from sensor devices.