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.3.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.3.tar.gz.
File metadata
- Download URL: kadoa_sdk-0.1.3.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 |
4de5d58164dcfab557ecf94af7f595ac030ac1391b0928e22fdbaea80eb7fafa
|
|
| MD5 |
787144528d18851b42a24635eaa0d44f
|
|
| BLAKE2b-256 |
e8ea6eb2df37dee6b0a49c7617b98ae9e73186a15cd22152d76cb02138362282
|
File details
Details for the file kadoa_sdk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: kadoa_sdk-0.1.3-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 |
b610e6f27a0e7aac50d9f16e0abc975a4df30d1586b53ba3860e6377c0407e36
|
|
| MD5 |
f4b15035c818dffeddc5a0b5920439c5
|
|
| BLAKE2b-256 |
ade3506de2e1641546d648da14a3f997bf90caac6333495fdc9391f581ae62db
|