Source: ekey-bionyxpy
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-aiohttp <!nocheck>,
 python3-aioresponses <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/richardpolzer/ekey-bionyx-api
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/ekey-bionyxpy
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/ekey-bionyxpy.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-ekey-bionyxpy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python client for the ekey bionyx third-party API
 This library provides an asynchronous Python client for the third-party API
 used by ekey bionyx biometric access control systems. It communicates with
 the bionyx online service and exposes Python interfaces for the API endpoints
 currently available to third-party integrations.
 .
 The library allows applications to retrieve systems associated with an
 account and to manage webhook configuration, including listing, creating and
 updating webhook registrations for integrations.
 .
 Authentication is performed using externally supplied access tokens. Token
 acquisition and renewal are handled by the calling application, allowing the
 library to focus on structured access to the API operations.
