File: control

package info (click to toggle)
python-temperusb 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 745; sh: 34; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,424 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
Source: python-temperusb
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,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-usb <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/padelt/temper-python
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-temperusb
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-temperusb.git

Package: python3-temperusb
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Readings from USB-connected TEMPer devices
 This library provides functionality for interfacing with TEMPer devices over
 USB, allowing the retrieval of temperature readings. It supports various
 versions of TEMPer devices, which communicate via USB to report temperature
 and optionally humidity data. The library facilitates reading data directly
 from these devices, making use of their capabilities to provide accurate
 sensor outputs. Users can calibrate and configure the devices, adjusting the
 output scale and offset to ensure accurate measurements. The library can
 handle multiple devices simultaneously, presenting data through a
 straightforward command-line interface.