/py-sdk

Primary LanguagePythonApache License 2.0Apache-2.0

notify-py-sdk

Send notifications to Notify

Installation

pip install znotify

Usage

from znotify import Client

client = Client.create("user_id")
client.send("Hello World")

Development

Run tests

python -m unittest discover