the Official W3bstream Client for Python
Project description
w3bstream-client-python
The Python Client for W3bstream integration on server
Getting started
Install w3bstream-client-python via pip3
pip3 install w3bstream-client-python
pip3 install typeguard
pip3 install requests
Example Code
Publish Event Synchronously
from w3bstream_client_python import Client, Header
# the http_route, project and api_key are obtained on W3bstream-Studio
client = Client("http_route", "project", "api_key")
# device_id is the identity for the device
# payload can be an empty string if served as a heartbeat
header = Header('device_id')
rsp = client.publish_event_sync(header, b'payload')
print(rsp.text)
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
hello_world_cc2-0.0.9.tar.gz
(9.3 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 hello_world_cc2-0.0.9.tar.gz.
File metadata
- Download URL: hello_world_cc2-0.0.9.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
103e80395dcb65ed907088ca8749f94aa54919b774671bd13390135eef3fdab0
|
|
| MD5 |
004909f8bad8b0d987a91cc753585fa0
|
|
| BLAKE2b-256 |
e940090962c930ca6a2e6bbcebe718cf6b66f4a7dfd1344d0d2e34568c57c2c4
|
File details
Details for the file hello_world_cc2-0.0.9-py3-none-any.whl.
File metadata
- Download URL: hello_world_cc2-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
991cdffa92091b6941940bac9ac67843726887841209e42fde226df6904033b0
|
|
| MD5 |
ae37b747507b02a8f30fd1c942744609
|
|
| BLAKE2b-256 |
debd4537a5a2c9374109a69f5491dc75ed1c5cbc78dd5eecc7ce3ba63e961f32
|