General Notification System Client SDK
Project description
GNS Python SDK
Official Python client for the General Notification System (GNS).
Installation
pip install gns-sdk
Usage
from gns_sdk import GNSClient
# Initialize client
client = GNSClient(
base_url="http://your-gns-server:8080",
token="YOUR_API_TOKEN"
)
# Send a notification
response = client.send_notification(
task_id="your-task-uuid",
data={
"name": "User",
"order_id": "123456"
},
priority="High"
)
print(response)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gns_sdk_demo-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gns_sdk_demo-0.1.0.tar.gz.
File metadata
- Download URL: gns_sdk_demo-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7258507d4d280d37182f60f4f4443f5c4eb8bfdab047404bc48907690463bdb
|
|
| MD5 |
4fb9b595f437f33d0adc3f99d44f1ae6
|
|
| BLAKE2b-256 |
1d1749ec10c7979a4293b1c7f5b6f286ad54fb1ff84abef8eb9f4390b79fcf9f
|
File details
Details for the file gns_sdk_demo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gns_sdk_demo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01fb44265ef548c502bf6fa28c5b9e551d2dccc40f3f22dd4bde4012f0ef2f27
|
|
| MD5 |
3a12cda94981eb2ee082eccb80328f40
|
|
| BLAKE2b-256 |
a769fbc00e62d14dd42b3e34665b57010847b9d108828516edd530a8b306f4fb
|