Metadata-Version: 2.4
Name: tlnw-send-notification
Version: 0.1.0
Summary: Send notification payloads to the Tellers Network notification service
Author: Tellers Network
License-Expression: MIT
Keywords: notifications,cli,tellers-network
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: curl-cffi>=0.7

# tlnw-send-notification

Send notification payloads to a Tellers Network notification service endpoint.

## Quick start

```bash
python send_notification_script.py --server https://notification-stg.tlnw.uk/notify --tenant seaweekly.com --auth "my-secret-token" --title "Daily update" --body "New articles are available."
```

See [SPECS.md](SPECS.md) for the full versioned module specification.
