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