kitefrost-core
Shared runtime core for the KiteFrost per-pack SDKs (PPI-3, D-PPI-SDK-BUNDLING
Option A). Importable as kitefrost_core.
It owns the cross-pack infrastructure surface so each per-pack SDK does not duplicate it:
- HTTP transport (single httpx connection pool)
- Auth provider with one-shot 401 refresh
- Typed error hierarchy (
KiteFrostErrorand subclasses) - The SHARED_TAGS resource clients (auth, keys, billing, projects, events, context, byok, webhooks, health)
- A lockstep version stamp (
CORE_VERSION) the per-pack SDKs pin
from kitefrost_core import KiteFrostCore
core = KiteFrostCore(api_key="sk_live_...")
print(core.health.check())
When a customer installs more than one per-pack SDK, the packs share a single
KiteFrostCore instance, so they share one auth provider and one connection
pool (the Option-A DX win).
Release files for kitefrost-core 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kitefrost_core-1.1.0.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kitefrost_core-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.2 kB
Release files / kitefrost_core-1.1.0.tar.gz
| Download URL | kitefrost_core-1.1.0.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ab10246cacbadfcf3eb1796c21f83947cc8ec560aefddd033f51b973722299a
|
|
BLAKE2b-256 checksum How to use checksums |
84b21c172c7df752fc84e8fa6a3f12912be480dcaa139d03ac9ab5f6258f1802
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / kitefrost_core-1.1.0-py3-none-any.whl
| Download URL | kitefrost_core-1.1.0-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
18877de08828dcd7b042403c739e0d40adb7a5ade747b7dbdae17d408a4992e2
|
|
BLAKE2b-256 checksum How to use checksums |
c6924aa9d4fda22374fe265eb6f9433d692d9b163a7535f0b579c872b53bc5cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|