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

Package: python3-aioghost
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: asynchronous client for the Ghost Admin API
 This library provides an asynchronous interface to the Ghost Admin API used by
 Ghost publishing sites. It communicates with a configured Ghost site using an
 Admin API key and exposes calls for the parts of the Admin API covered by the
 module.
 .
 It can retrieve site information, post counts, the latest post, member counts,
 monthly recurring revenue data, newsletters, the latest email, comment counts,
 tiers, and ActivityPub statistics. It can also create and delete Ghost
 webhooks and check whether the supplied Admin API credentials are accepted by
 the site.
 .
 The library reports common API failures with specific exceptions, including
 authentication errors, connection errors, missing resources, and validation
 errors.
