# notify-py-sdk
Send notifications to [Notify](https://github.com/znotify/Notify)
## Installation
```bash
pip install znotify
```
## Usage
```python
from znotify import Client
client = Client.create("user_id")
client.send("Hello World")
```
## Development
### Run tests
```bash
python -m unittest discover
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ZNotify/py-sdk",
"name": "znotify",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Zxilly",
"author_email": "zhouxinyu1001@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/41/74/840ca6830b5e2fb688dbec3ad8b1304b0418ada087863e275205a3a221f4/znotify-0.4.0.tar.gz",
"platform": null,
"description": "# notify-py-sdk\n\nSend notifications to [Notify](https://github.com/znotify/Notify)\n\n## Installation\n\n```bash\npip install znotify\n```\n\n## Usage\n\n```python\nfrom znotify import Client\n\nclient = Client.create(\"user_id\")\nclient.send(\"Hello World\")\n```\n\n## Development\n\n### Run tests\n\n```bash\npython -m unittest discover\n```\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "sdk for notify",
"version": "0.4.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e217331f21e3efba9088f10357340f0a54cb5723f1b543d08e4e306e6288c65a",
"md5": "b0269fdc599ebd13791329ad8d181824",
"sha256": "76609e2a42227440ee79789b4cbbbba7203d114e0382b46a64800bf63974dece"
},
"downloads": -1,
"filename": "znotify-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b0269fdc599ebd13791329ad8d181824",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 7232,
"upload_time": "2023-01-13T12:41:38",
"upload_time_iso_8601": "2023-01-13T12:41:38.749431Z",
"url": "https://files.pythonhosted.org/packages/e2/17/331f21e3efba9088f10357340f0a54cb5723f1b543d08e4e306e6288c65a/znotify-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4174840ca6830b5e2fb688dbec3ad8b1304b0418ada087863e275205a3a221f4",
"md5": "d400080b100ba34a2069b27b0f6db8d2",
"sha256": "474d63e08d3c672e7ad710d4111e0763715e02195f6e7a52cd1881dec159e12d"
},
"downloads": -1,
"filename": "znotify-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "d400080b100ba34a2069b27b0f6db8d2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 6506,
"upload_time": "2023-01-13T12:41:40",
"upload_time_iso_8601": "2023-01-13T12:41:40.256851Z",
"url": "https://files.pythonhosted.org/packages/41/74/840ca6830b5e2fb688dbec3ad8b1304b0418ada087863e275205a3a221f4/znotify-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-13 12:41:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ZNotify",
"github_project": "py-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "znotify"
}