File: control

package info (click to toggle)
airthings-cloud 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: python: 184; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,365 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
Source: airthings-cloud
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,
               python3-aiohttp <!nocheck>,
               python3-all,
               python3-async-timeout <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Danielhiversen/pyAirthings
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/airthings-cloud
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/airthings-cloud.git

Package: python3-airthings-cloud
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for interfacing with Airthings devices
 This library enables efficient communication with Airthings air quality
 sensors, particularly those that measure radon levels. Airthings devices are
 designed to monitor and report on various environmental parameters, enhancing
 indoor air quality management. This library requires an Airthings account and
 a valid API setup to function correctly, allowing users to authenticate and
 retrieve data seamlessly. It supports asynchronous operations and can be
 integrated into systems that require continuous environmental monitoring.