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.2.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.2.tar.gz.
File metadata
- Download URL: kadoa_sdk-0.1.2.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 |
afcde0ad660762feac3d81650b9dc01eb93ba6b4d85575522fa6c7cf8f36c71b
|
|
| MD5 |
cc786ee38742fa5a28a2b766f43af2de
|
|
| BLAKE2b-256 |
3337ba8b5969161b1bd685ffe152c8072732fdc31e0de521ce1fefe862e2eea6
|
File details
Details for the file kadoa_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kadoa_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
c169f0bbc61252c73ae0d5f85f964f8343c626e0f4eb6a2ae4b40bf3935fe76e
|
|
| MD5 |
0341023aa9d7f4848558bf88d6ba0584
|
|
| BLAKE2b-256 |
c2fad7700a4c4ea9af21d98b0a85f68d67d6adae7668cf9c1a26e28de94f8c49
|