Framework-free raw commerce contracts shared by Keble data providers and the raw API.
Project description
keble-data-infra-contract
Install the provider-neutral public contract with
pip install "keble-data-infra-contract>=0.2.0,<1".
Framework-free, provider-neutral raw-commerce contracts. This distribution owns validated request/response models, provider protocols, operation keys, manifests, and typed domain errors. It intentionally has no FastAPI, database, HTTP client, provider, platform, or idea dependency.
The distribution declares only registry-resolvable runtime dependencies. Do not
add workspace-relative tool.uv.sources here: downstream Git/subdirectory installs
must build this contract without inheriting paths outside the repository checkout.
Provider packages own implementations and native DTOs. The raw API consumes provider manifests and constructs HTTP paths from their typed operation keys.
Page[T] and RankingSnapshot[T] carry a provider-neutral usage list of
keble-helpers.UsageAccountingEvent. Providers measure physical tokens,
requests, items, media, or bytes; this contract only transports those facts.
It must never contain prices, currency conversion, allocation policy, or
deployment secrets. Cache hits return an empty list so old upstream spend is
not replayed to consumers.
Version 0.2.0 is the exact-usage release. It requires
keble-helpers>=1.51.0 and preserves media/storage/compute quantities plus
fully failed video-operation attempts without reconstructing prices. The
distribution has no Git or workspace source override, so consumers resolve the
same public contract in clean build and runtime environments.
Side effects if changes:
- provider packages and the raw API serialize these exact camel-case events;
- the Ideas platform deduplicates producer attempt keys and prices quantities with its own immutable profile effective at the event time.
uv run --package keble-data-infra-contract pytest -q keble-data-infra-contract/tests
uv run --package keble-data-infra-contract npx --yes pyright keble-data-infra-contract
uv build --package keble-data-infra-contract
Contract values inherit ContractModel, which accepts snake-case Python names
and camel-case wire aliases, rejects undeclared fields, and is frozen. Persisted
Mongo shapes do not belong here; provider/API packages own SchemaBase /
MongoObjectBase aggregates when durability is required.
ContractModel and the deliberately producer-tolerant Job/Result projection
both configure Pydantic through keble-helpers.PydanticModelConfig; a local
ConfigDict convention would split alias and validation ownership again.
Money, Currency, and AmazonMarketplace are imported from
keble-helpers. Provider-native response details remain inside the provider
package instead of crossing this boundary through an untyped extension bag.
Video enrichment uses the same framework-free boundary: immutable asset,
submission, job, completion-event, result, and normalized-projection models plus
one VideoEnrichmentGateway Protocol. HTTP submission and Mongo correlation
remain implementations owned by keble-data-infra-api.
Each video operation outcome carries canonical UsageAccountingEvent rows and
an opaque producer price-profile identity. The normalized projection preserves
both the per-operation status (including partial failure) and a flattened usage
view. It deliberately omits producer estimates and monetary values: ASR/OCR
route policy stays in Video Enrichment, while the Ideas platform resolves its
own immutable rates.
The job read also retains analysisOperationAttempts for every whole-workflow
retry. This is the accounting path for fully failed jobs and for failed provider
calls that precede a later successful result. Consumers must deduplicate by the
producer attempt key carried by each usage event; they must not infer zero cost
from the absence of a result.
Authorized provider transcripts use one canonical VideoTranscript/
VideoTranscriptSegment shape across submission, authoritative result reads, and
the local projection. Reuse evidence binds the normalized transcript checksum to
the data-infra source reference and media SHA-256; a title/description such as
ShortVideo.caption is not a spoken transcript and cannot bypass ASR.
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
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 keble_data_infra_contract-0.2.0.tar.gz.
File metadata
- Download URL: keble_data_infra_contract-0.2.0.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5baf6078d22b55ffb2664ba706002502f6b1877ddf40c5c3f46ee5dc6d190d1f
|
|
| MD5 |
379d9d296656149f641b0fff9737ad66
|
|
| BLAKE2b-256 |
cf60067b1a0798f3327a8c6d9923512203ab04ede0434f045fd994a20db83adf
|
File details
Details for the file keble_data_infra_contract-0.2.0-py3-none-any.whl.
File metadata
- Download URL: keble_data_infra_contract-0.2.0-py3-none-any.whl
- Upload date:
- Size: 41.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
714d1a27ea507dd7e7ff0a14b2ee666a74bae5de2c4a6d107e467250a1ac341b
|
|
| MD5 |
2279c824d593084ffd021a1617516852
|
|
| BLAKE2b-256 |
71437fdab697c358806a9e5a0e5643ab134a603c2c8375b0a7b86e67ef3cd16e
|