Official Python SDK for Kite.
Project description
kitesdk
Official Python SDK for Kite.
from kite import Kite
kite = Kite(secret_key="kite_sk_...", host="https://app.kite.dev")
kite.identify("user_123", email="user@example.com")
kite.track("user_123", "invoice.paid", {"amount": 9900})
Async usage:
from kite import AsyncKite
async with AsyncKite(secret_key="kite_sk_...") as kite:
await kite.track("user_123", "job.completed")
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
kitesdk-0.1.1.tar.gz
(5.2 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 kitesdk-0.1.1.tar.gz.
File metadata
- Download URL: kitesdk-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b54c9ffa828b6194afa87398540e15f2eeb2cc4e7832a3d019caaca869816e
|
|
| MD5 |
6fa5a6c5a4a30f89f4c8fe7d4a7b6fc9
|
|
| BLAKE2b-256 |
3dc5ce7003b1f503b01bf530c84d8964037bafb182248b0c82cd45ec64629737
|
File details
Details for the file kitesdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kitesdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a029b7d5161d974883f7d6b671582a86c617bbc398cb2247c6bbbf48177d8dc
|
|
| MD5 |
b1ecdfa995ed705f815963fef1d3bf18
|
|
| BLAKE2b-256 |
3c4c24b680e8d091613645b092ffd4ebf90e25d071d65649ea994298ae6581a8
|