Source: python-fluss-api
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>,
Standards-Version: 4.7.4
Homepage: https://github.com/fluss/Fluss_Python_Library
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-fluss-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-fluss-api.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-fluss-api
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python client for the Fluss+ smart access control API
 This library provides a Python interface to the Fluss+ cloud API used by
 Fluss smart access control devices. Fluss products allow users to control
 entrances such as doors, gates, garages, and building intercom systems
 using a mobile phone and a cloud-connected service.
 .
 The library communicates with the Fluss+ online service over HTTP and
 exposes the available API endpoints through a Python interface. It handles
 authentication, request generation, and parsing of structured responses
 returned by the service.
