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.2.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.2.tar.gz.
File metadata
- Download URL: kitesdk-0.1.2.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 |
54c1d45dc636eb7075d376ec9c937a0663b1c30d5d4bbfbc3763e992c0b40877
|
|
| MD5 |
34ddb88a3e28188efdd7c1e0c727356c
|
|
| BLAKE2b-256 |
26318e839f8d47806fde3acdc2aa7b55de809a036288bcd095e8458024e0aa78
|
File details
Details for the file kitesdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kitesdk-0.1.2-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 |
412fae762dbfc86e578ce50bfd91334e93a35c9556b5c81ea0d5c4c83d5677ac
|
|
| MD5 |
901a8ef8a31ede3dd80f5b5ea40a448c
|
|
| BLAKE2b-256 |
3caf5d91d5a4fb9eb42dbed473d767e0aa9ada2f3304a6c494a106a0265361de
|