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.1.tar.gz
(81.1 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.1.tar.gz.
File metadata
- Download URL: gabber_sdk-0.2.1.tar.gz
- Upload date:
- Size: 81.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c78e4dd5afac9275589890098b20bfa98d0cb4b2cf0e9a84698a0fd99edd490
|
|
| MD5 |
2c1e832a17a824074670b998c09dc0c2
|
|
| BLAKE2b-256 |
192f065219dcc979338ba1e5c04a8ad9228696d4e89d24564369ac9551efd9bc
|
File details
Details for the file gabber_sdk-0.2.1-py3-none-any.whl.
File metadata
- Download URL: gabber_sdk-0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9caf9e8e77bcdbff665cdbd85fcdcda97d1b0a03e9f05ca5c49c18e5bb4c392a
|
|
| MD5 |
b10767ca8f494aead769a61fecf2050b
|
|
| BLAKE2b-256 |
c5fb62f0069eafd830343218dac389945225b4db3c028c3bcdc39cfa4b5d4acd
|