File: control

package info (click to toggle)
meater-python 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 130; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,355 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
Source: meater-python
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,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Sotolotl/meater-python
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/meater-python
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/meater-python.git

Package: python3-meater-python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for interacting with the Meater cooking probe
 This library provides a Python interface for interacting with the Meater smart
 meat thermometer from Apption Labs. It enables communication with the Meater
 Cloud API to retrieve data from Meater cooking probes. With this library, you
 can authenticate with the Meater API, and obtain information about connected
 probes, including their internal and ambient temperature readings.
 Additionally, it allows querying for current cooking sessions and their
 details, such as target temperatures and elapsed cooking time. The library
 requires an active Wi-Fi and Bluetooth connection to the Meater Cloud for
 device data synchronization.