Kadoa official python SDK
Project description
Python SDK
Usage
Installation
pip install kadoa-sdk
Usage
from kadoa_sdk import Kadoa
kadoa_props = {
"api_key": None,
"team_api_key": os.getenv("KADOA_TEAM_API_KEY")
}
kadoa_client = Kadoa(**kadoa_props)
kadoa_client.realtime.listen(process_event)
Examples
Requirements
- uv https://github.com/astral-sh/uv
- Kadoa API key configured
Create a .env file, add the following content:
KADOA_TEAM_API_KEY=<YOUR_TEAM_API_KEY>
Get started
Install dependencies
uv sync
Start example
uv run examples/realtime_events.py
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
kadoa_sdk-0.1.4.tar.gz
(4.0 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 kadoa_sdk-0.1.4.tar.gz.
File metadata
- Download URL: kadoa_sdk-0.1.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff35575d1c785ae8ab6ea51976b9a742fb1b182935c6b6be6afc3741e06d8eb4
|
|
| MD5 |
3ee779b4473b021dd4abcb4338dbb835
|
|
| BLAKE2b-256 |
ee3d524d76eeb44428fcb2e131131fbe7e3539109309a0a1eb04994c940d917a
|
File details
Details for the file kadoa_sdk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: kadoa_sdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87e16e568b38226f0ba2a6fa31df8865dbcd5e5e668b0fc81a559bda57a237fc
|
|
| MD5 |
71eead9655e571503b50a9dbd6976079
|
|
| BLAKE2b-256 |
3f92828a9591e2087375eb1fb2613d521820cd5ab42d70721a351d215623db53
|