File: control

package info (click to toggle)
pysmartapp 0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 344 kB
  • sloc: python: 1,342; makefile: 8; sh: 5
file content (37 lines) | stat: -rw-r--r-- 1,412 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
Source: pysmartapp
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-httpsig <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/andrewsayre/pysmartapp
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pysmartapp
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pysmartapp.git

Package: python3-pysmartapp
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for creating SmartThings SmartApps with asyncio
 This library enables users to build SmartThings SmartApps that utilize asyncio
 for event-driven programming. It provides tools to receive and handle SmartApp
 lifecycle events via webhooks, making it straightforward to integrate
 SmartThings compatible devices into various systems. The library communicates
 with the SmartThings Cloud API to manage devices such as lights, locks,
 thermostats, and sensors. Users can register callbacks for specific lifecycle
 events to control and monitor their SmartThings ecosystem.