Source: python-aiokarakeep
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-hatchling,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/sli-cka/aiokarakeep
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-aiokarakeep
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-aiokarakeep.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aiokarakeep
Architecture: all
Description: asynchronous Python client for the Karakeep API
 Karakeep is a self-hosted application for saving, organising, searching, and
 archiving web links, notes, images, and documents. It can automatically fetch
 metadata and use language models to tag and summarise saved content.
 .
 This package provides an asynchronous Python client for selected endpoints of
 the Karakeep HTTP API. It connects to a caller-specified Karakeep instance
 using an API token.
 .
 The client can retrieve statistics for the authenticated user, check the
 service health, and obtain the installed Karakeep version when the relevant
 endpoint is available. JSON responses are returned as decoded Python objects,
 and health-check results include the HTTP status code.
