Python client SDK for interacting with the Gabber Engine
Project description
Gabber Python SDK
Python client for Gabber.
Install
pip install gabber-client
# or
uv pip install gabber-client
Quickstart
import asyncio
from gabber import Engine
async def main():
engine = Engine()
await engine.connect(url="your-gabber-url", token="your-token")
sub = await engine.subscribe_to_node(output_node_id="node-id")
async for out in sub:
print(out)
asyncio.run(main())
See examples in the main repo.
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
gabber_sdk-0.2.0.tar.gz
(80.9 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 gabber_sdk-0.2.0.tar.gz.
File metadata
- Download URL: gabber_sdk-0.2.0.tar.gz
- Upload date:
- Size: 80.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3747fdf620d7f8a1ef8b5a1a0011e6066ade38a66c34d19bb4024127601e92a
|
|
| MD5 |
98cae10f8520a19de060b21eb551d9b8
|
|
| BLAKE2b-256 |
c1398abee69d27999f54eb8153bee4a1bc4b10b547c17a152d96847a2ba1b61d
|
File details
Details for the file gabber_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: gabber_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12c3474ed7a81fb341f64e756a768f4927b5e777414cde516ac34d3a1d263e4
|
|
| MD5 |
27d6714b5710f2ec3ccfa330bb713015
|
|
| BLAKE2b-256 |
cc9da97424a1cb31ee5e3d54055085a45218769875ef2cdb6d71803f1f1dd74a
|