Source: aiontfy 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-hatch-regex-commit, python3-mashumaro , python3-orjson , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , Standards-Version: 4.7.4 Homepage: https://github.com/tr4nt0r/aiontfy Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aiontfy Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aiontfy.git Testsuite: autopkgtest-pkg-pybuild Package: python3-aiontfy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: asynchronous client for ntfy pub-sub notifications This library provides an asynchronous interface to ntfy servers, which expose topic-based publish and subscribe notification endpoints. . It can publish notifications to a selected topic with attributes such as title, message text, click URL, delay, priority, and tags. It can also subscribe to one or more topics and pass received notifications to a callback for processing. . The library communicates with an ntfy service, such as ntfy.sh or a self- hosted ntfy server, using the service's HTTP notification API.