Skip to main content

machina-sports-canonical

The canonical Machina Sports Schema runtime: provider-neutral observations, IPTC Sport Schema 1.1 serialization, and the shared JSON-LD context that every document produced by it inlines.

Standard library only. No runtime dependencies. Python 3.9+.

What it is for

A provider payload goes into an adapter and a canonical-observation/1 document comes out. Everything downstream — validation, both serializers, the capability report, the rights gate — sees that contract and never a provider's vocabulary. Adding a provider therefore costs one adapter module rather than a fork of the serializer.

from machina_sports_canonical.adapters import api_football
from machina_sports_canonical.ids import surrogate_resolver
from machina_sports_canonical.observation import validate_observation
from machina_sports_canonical.serialize import canonical_envelope

observation = api_football.to_observation(payload, observed_at="2026-08-11T12:00:00Z")
problems = validate_observation(observation)
envelope = canonical_envelope(observation, id_resolver=surrogate_resolver("urn:machina"))

Adapters take no clock, no network, no credential and no environment: observed_at is an input precisely so that serializing the same payload twice produces the same bytes.

Contents

Module What it holds
machina_sports_canonical the three version constants and the upstream pin
.observation the canonical-observation/1 input contract and its validator
.serialize the IPTC Sport Schema graph, the event view and the envelope
.vocab the NewsCodes tables provider values map onto
.ids Machina identifier minting and the injected resolver
.rights the consumer-tier rights gate
.capabilities what a given document can and cannot support
.adapters one module per provider reading
.successor strict Phase 1 readers, validators, opaque trust objects and private execution engine

Two legacy JSON resources ship beside the code and are read through __file__: shared-context.json (the prefix table) and official-property-names.json (the official Sport Schema property allowlist, generated from the pinned upstream ontologies). Phase 1 registries, manifests, schemas, compatibility snapshots and the complete runtime receipt ship under data/.

Opt-in Phase 1 evidence contract

Version 0.4.1 adds nine synthetic-replay owner registrations for the approved Sports Skills Arena operations, accepts only exact 0.4.0/0.4.1 owner identity, and adds closed root-fixture dispatch for the approved mixed-representation longitudinal shapes. Their descriptions explicitly limit non-evidenced spatial, coverage, authority, and longitudinal semantics to synthetic replay. Version 0.4.0 preserves the 0.3.0 public surface and adds the internal, provider-neutral trust prerequisites for separately attested output collection contracts, closed source-shape validation, and selector enums. Version 0.3.0 added canonical-observation/1.2, profile 1.3, envelope 1.1, and the separate longitudinal contract without rebinding the three legacy public version constants. Existing adapters and legacy serializers remain on /1.1 unless a caller explicitly uses the successor execution path.

Strict successor readers, validators, opaque trust/document handles, and the private sequence-owning execution engine live in machina_sports_canonical.successor. See docs/rfcs/003-canonical-evidence-contract-phase-1.md for the contract and generation commands.

Provenance

These bytes are not authored in this distribution. They are published from machina-templates at tools/iptc/canonical, unmodified. package-receipt.json ships inside the package and records the distribution version, source path, and complete SHA-256 runtime/data manifest. The 0.4.1 release metadata pins the reviewed owner source commit bf96c8d84b308e2e23d7dd7ec8942e2da82f6c14:

import json, pathlib, machina_sports_canonical
receipt = json.loads(
    (pathlib.Path(machina_sports_canonical.__file__).parent / "package-receipt.json")
    .read_text(encoding="utf-8"))

The complete file hashes gate the packaged runtime and data in the originating repository. The release review receipt's reviewed_source_tree identifies the canonical implementation tree before generated fixed-point metadata is re-pinned; it does not identify the complete fixed-point tree. Rebuilding that fixed-point checkout and matching the reviewed archive hashes supplies the artifact association, so an installed file that disagrees with the package receipt is a build that transformed something it had no business transforming.

export_official_terms, the generator that produces official-property-names.json, stays in the originating repository: it needs the pinned upstream ontologies, which are not part of this distribution.

License

MIT AND CC-BY-4.0. A conjunction, because both sets of terms apply — to different files in the same archive.

  • The software is MIT. The Python runtime, the adapters and the build tooling are Copyright (c) 2026 Machina Sports, under LICENSES/MIT.txt.
  • Two packaged assets carry CC-BY-4.0 attribution obligations. official-property-names.json is extracted and generated from IPTC Sport Schema 1.1, and shared-context.json is Machina-authored but reproduces that work's pinned namespace bindings. The licence text is LICENSES/CC-BY-4.0.txthttps://creativecommons.org/licenses/by/4.0/.

The upstream work is IPTC Sport Schema 1.1 by the IPTC Sports Content Working Group. NOTICE-IPTC.md ships in this distribution and carries the full attribution: creator, copyright, the exact upstream commit, what was extracted or reproduced, and the boundary between the two licences. Read it before reusing either asset.

CC BY does not reach the software, and none of this implies IPTC endorsement, sponsorship or affiliation.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

machina_sports_canonical-0.4.1.tar.gz (145.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

machina_sports_canonical-0.4.1-py3-none-any.whl (168.0 kB view details)

Uploaded Python 3

File details

Details for the file machina_sports_canonical-0.4.1.tar.gz.

File metadata

  • Download URL: machina_sports_canonical-0.4.1.tar.gz
  • Upload date:
  • Size: 145.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for machina_sports_canonical-0.4.1.tar.gz
Algorithm Hash digest
SHA256 c5e1053620fe8f8e7b6dd5f4a07f4672cec3c80305dc8d88c8cffc71380e28f0
MD5 c18af94fa5ca363ead0b0e5ccf9fe1ab
BLAKE2b-256 ffa4cdab1b996fdec4597fc0569bf8902b6d4ec6d6f39c0be93e4c78d5d93735

See more details on using hashes here.

Provenance

The following attestation bundles were made for machina_sports_canonical-0.4.1.tar.gz:

Publisher: publish-machina-sports-canonical.yml on machina-sports/machina-templates

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file machina_sports_canonical-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for machina_sports_canonical-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd454eb8411b5639af7313c713276bfa4a0dc72aab037b66ba451bc3e0f090bd
MD5 d9178a87cf1d52fd47c4979c3fe51ea4
BLAKE2b-256 4cdc61684883ff3f99574202550712e9c44d8e2bd973e11bc7e70571aeadc194

See more details on using hashes here.

Provenance

The following attestation bundles were made for machina_sports_canonical-0.4.1-py3-none-any.whl:

Publisher: publish-machina-sports-canonical.yml on machina-sports/machina-templates

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.1 This release

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page