Source: aiontfy
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-hatch-regex-commit,
 python3-mashumaro <!nocheck>,
 python3-orjson <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
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.
