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