File: control

package info (click to toggle)
pysmartapp 0.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 1,358; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,404 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: pysmartapp
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-setuptools,
Build-Depends-Indep:
 python3-httpsig <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
Standards-Version: 4.7.3
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
Testsuite: autopkgtest-pkg-pybuild

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.