Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 320 Bytes

File metadata and controls

27 lines (17 loc) · 320 Bytes

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