Python SDK for Kite customer success instrumentation
Project description
Kite SDK for Python
Python client for Kite customer success instrumentation.
from kitesdk import KiteSDK
kite = KiteSDK(write_key="kite_prod_xxx")
kite.identify("usr_123", {"plan": "pro"})
kite.track("integration_connected", {"integration_type": "slack"})
Async usage:
from kitesdk import AsyncKiteSDK
async with AsyncKiteSDK(write_key="kite_prod_xxx") as kite:
await kite.identify("usr_123")
await kite.value("report_generated")
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.0.tar.gz
(6.4 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.0.tar.gz.
File metadata
- Download URL: kitesdk-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a29b482a978c0f064e183f0cfe951e9744547ddd7684499bc90ced2862311e6c
|
|
| MD5 |
55b5ecbfea835442bb2b0517fa04deb0
|
|
| BLAKE2b-256 |
f89c454f1ccc42be5aee10710d5df2637a8d5ffe7b7ea784e63bb089a8054511
|
File details
Details for the file kitesdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kitesdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfca35501a61de6bf420d4fe29e43be119960980e590fdafcaae3b79e3f1db26
|
|
| MD5 |
06cf9171a20271909a1ad81b39673480
|
|
| BLAKE2b-256 |
85fc317d2b8e790646888936d4ad37c6195fc8fb49129f0a1e5c485abd4ef008
|