Source: aioimmich
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-aiofiles <!nocheck>,
 python3-aiohttp <!nocheck>,
 python3-aioresponses <!nocheck>,
 python3-mashumaro <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-syrupy <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/mib1185/aioimmich
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aioimmich
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aioimmich.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aioimmich
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: asynchronous client interface for Immich albums and assets
 This library talks to an Immich server through its HTTP API using an API key.
 It can query album records, including names and asset counts, request asset
 bytes from the server, and fetch server information such as about data and
 storage usage.
 .
 The returned data is represented as structured objects for the Immich API
 areas covered by the module, including albums and server status.
