Metadata-Version: 2.4
Name: moat-link-notify
Version: 0.0.4
Summary: Notification gateway for MoaT-Link
Author-email: Matthias Urlichs <matthias@urlichs.de>
Project-URL: homepage, https://m-o-a-t.org
Project-URL: repository, https://github.com/M-o-a-T/moat
Keywords: MoaT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Framework :: AnyIO
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: anyio~=4.2
Requires-Dist: asyncclick
Requires-Dist: attrs
Requires-Dist: httpx
Requires-Dist: moat-util~=0.63.0
Requires-Dist: moat-link~=0.4.0
Dynamic: license-file

# Notification gateway

% start synopsis
% start main

Notification gateway for MoaT-Link.

This package provides notification services for MoaT-Link, allowing you to send
notifications to external services.

% end synopsis

## Backends

Currently the only implemented backend is `ntfy.sh`.

% end main

## Usage

The notification gateway can be configured through MoaT-Link's configuration system.

## License

This project is licensed under the same terms as MoaT.
