Pre-release
This release is a pre-release and may not be stable for production use.
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.2.0a1
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.2.0a1.tar.gz | 8.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kitefrost_core-1.2.0a1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.7 kB
Release files / kitefrost_core-1.2.0a1.tar.gz
| Download URL | kitefrost_core-1.2.0a1.tar.gz |
|---|---|
| Size | 8.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4952913421d1abe3b55af8f2e022702af29ed62e2975584d6539cb9506fb7d7d
|
|
BLAKE2b-256 checksum How to use checksums |
aa0626ba9712ab3af2d1bdb89adae446438ac6c0943fb31e07754f5285d0c792
|
| 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.2.0a1-py3-none-any.whl
| Download URL | kitefrost_core-1.2.0a1-py3-none-any.whl |
|---|---|
| Size | 9.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ae699d6656946cfdb0bce2e970729a3df7ccbea88148de7adf41730884848f48
|
|
BLAKE2b-256 checksum How to use checksums |
8b19ddd1466d071678a34517e2e99b1b02c38162d84697b0e6d3ac09e459c821
|
| 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}
|