Skip to main content

Canonical YAML schemas for Runlog entries and session manifests

Project description

runlog-schema (Python)

Canonical Runlog schemas (entry + session manifest) packaged for Python. Mirrors the Go module github.com/runlog-org/runlog-schema so Python consumers don't need to do filesystem-path arithmetic against a sibling clone.

Part of the Runlog project. The canonical YAML lives at the repo root (entry.schema.yaml, manifest.schema.yaml); this package bundles a CI-gated copy under runlog_schema/_data/.

Install

Once published to PyPI (separate slice):

pip install runlog-schema

For now, install from the source tree:

pip install ./generators/python   # from runlog-schema repo root

Use

from runlog_schema import (
    entry_schema_yaml,
    manifest_schema_yaml,
    entry_schema_json,
    manifest_schema_json,
    schema_version,
    SCHEMA_VERSION,
)

# Raw YAML bytes (the canonical source form):
entry_yaml = entry_schema_yaml()

# JSON bytes for libraries that don't accept YAML
# (e.g. `jsonschema.Draft202012Validator`):
import json
from jsonschema import Draft202012Validator

doc = json.loads(entry_schema_json())
Draft202012Validator.check_schema(doc)

assert schema_version() == SCHEMA_VERSION == "0.1.0"

API parity with the Go module

Go Python
EntrySchemaYAML() []byte entry_schema_yaml()
ManifestSchemaYAML() []byte manifest_schema_yaml()
EntrySchemaJSON() entry_schema_json()
ManifestSchemaJSON() manifest_schema_json()
SchemaVersion() string schema_version()
SchemaVersionConst SCHEMA_VERSION

Both modules compile from the same canonical YAML files at the repo root. Commit-time CI ensures the bundled copies under runlog_schema/_data/ match those canonical files byte-for-byte; if you edit either schema, run:

cd generators/python
./scripts/sync_schemas.sh

…then commit the updated _data/ copies alongside your schema edit.

Develop

cd generators/python

# Editable install with test extras:
uv pip install -e '.[test]'   # or: pip install -e '.[test]'

# Run the tests:
pytest -v

Python ≥3.10 is supported (matches the server's pinned floor; 3.12 is what production runs). The package uses importlib.resources.files(), stable since Python 3.9.

Build backend

hatchling — the modern uv-friendly default. See pyproject.toml.

License

Apache-2.0 — same as the canonical schemas. See ../../LICENSE.

Project details


Download files

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

Source Distribution

runlog_schema-0.4.1.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

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

runlog_schema-0.4.1-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: runlog_schema-0.4.1.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for runlog_schema-0.4.1.tar.gz
Algorithm Hash digest
SHA256 0fcf0b2f9814e972cd4e11f03cebf0ad8617cc2fcac67c44d9d9379ba4b22190
MD5 16baa881e3de05db4c77c2ba71e0cbb4
BLAKE2b-256 b8c2ea4b7639b95a5502944296d318c48c16f1b88d81a710b2f50b663a392df9

See more details on using hashes here.

Provenance

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

Publisher: release.yml on runlog-org/runlog-schema

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

File details

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

File metadata

  • Download URL: runlog_schema-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for runlog_schema-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e680ea4afb57002c6d4f0e5e07cb55715a866d4d261f087ca3b668070592c8c6
MD5 1e121a8870f183aa3bce6afc6cfc1be0
BLAKE2b-256 bbe91ae446dad35ee79a588d7f9c1d6b0cd9cde60b4c1c7f7249a72c34d3950b

See more details on using hashes here.

Provenance

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

Publisher: release.yml on runlog-org/runlog-schema

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page