Source: aioimmich Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiofiles , python3-aiohttp , python3-aioresponses , python3-mashumaro , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-syrupy , 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.