Source: python-asyncpysupla
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/mwegrzynek/asyncpysupla
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-asyncpysupla
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-asyncpysupla.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-asyncpysupla
Architecture: all
Description: Asynchronous client for the Supla OpenAPI
 Supla is a home automation platform with a cloud service and an OpenAPI for
 accessing user accounts and connected devices.
 .
 This library provides asynchronous access to Supla servers through that API.
 It supports authentication with a Supla personal access token and
 communication with devices and their channels, including shutter devices.
 Responses from the Supla service are exposed as structured objects that can be
 queried and used to control supported device functions.
