SocketNest Server Python Library
Project description
socketnest-python
SocketNest Server Python Library
Installation
pip install socketnest
# or with poetry
poetry add socketnest
Usage
from socketnest import Socketnest
client = Socketnest(app_id="your_app_id", secret="your_secret")
response = client.trigger(
channel="test", event="test", data={"message": "Hello, SocketNest!"}
)
print(response.json())
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
socketnest-0.1.0.tar.gz
(3.6 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 socketnest-0.1.0.tar.gz.
File metadata
- Download URL: socketnest-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d2167790be3ff6b32a446b0b4d9a0b58e13f447c43eb1b4074eb6071069e68
|
|
| MD5 |
f029618834e0cc3c49bf48469f44db74
|
|
| BLAKE2b-256 |
b759b5d6e6eb8ae0ead96152de54d17cd27195c24e32e037b3667ca2e13e31ab
|
File details
Details for the file socketnest-0.1.0-py3-none-any.whl.
File metadata
- Download URL: socketnest-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15aa038aed5ceeef52856707b19f6bc077413c3223e95ff93e5785aa876a8430
|
|
| MD5 |
18deef321b3d3d2511ac462d9d290dcb
|
|
| BLAKE2b-256 |
9ee6e0e36c21cd559ff50a66348584c9cc0d7c7ad1c221e39089829aebe34798
|