Skip to content

ZNotify/py-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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