Skip to main content

Pydantic data models for ODS (Optikka Design System) - Python implementation

Project description

ods-models-py

Pydantic data models for the ODS (Optikka Design System) - Python implementation.

This is the Python equivalent of the @optikka/ods-models npm package, providing Pydantic models for templates, inputs, render runs, and related entities.

Installation

pip install ods-models-py

Usage

from ods_models import (
    TemplateRegistry,
    TemplateInput,
    Asset,
    Logo,
    Text,
    ImageMimeType,
    RenderRun,
    RenderRunStatus,
)

# Create an asset
asset = Asset(
    width=1920,
    height=1080,
    mime_type=ImageMimeType.PNG,
    parsing_label="hero_image",
    s3Location={"bucket": "my-bucket", "key": "image.png"},
)

# Create template input design data
from ods_models import TemplateInputDesignData

design_data = TemplateInputDesignData(
    assets=[asset],
    logos=[],
    texts=[],
    extra_data={},
)

# Use with validation
template_input = TemplateInput(
    id="123",
    template_registry_id="template-456",
    inputs=design_data,
    created_by="user@example.com",
    updated_by="user@example.com",
    account_id="account-789",
    studio_id="studio-101",
)

Package Contents

Base Enums

  • ImageMimeType - Supported image MIME types
  • ReviewStatusEnum - Review status for workflows
  • ImageTypeEnum - Image type classification
  • BatchTypeEnum, BatchStatusEnum - Workflow batch types
  • ExecutionStatusEnum - Kore execution status

Models

Template System

  • TemplateRegistry - Template metadata and configuration
  • TemplateInput - Template input with design data
  • Asset, Logo, Text - Design data elements
  • InputParameters - Template input specifications
  • CanvasGlobals - Canvas configuration (presets, guides, grids)

Rendering

  • RenderRun - Batch rendering operations
  • TargetInputJob - Target input job processing

Images & Workflows

  • Image - Image entity
  • WorkflowExecutionResult - Workflow execution results
  • WorkflowBatch - Workflow batch entity
  • KoreExecution - Kore execution entity

Supporting Models

  • GuideDoc - Canvas guide definitions
  • FlexPreset - Canvas aspect ratio presets
  • AssetSpecs, LogoSpecs, TextSpecs - Input specifications

Features

Type Safety: Full Pydantic validation with Python type hints ✅ Compatible: Matches TypeScript models in @optikka/ods-modelsValidated: Runtime validation with Pydantic v2 ✅ Documented: Comprehensive docstrings and examples

Dependencies

  • pydantic>=2.6.1,<3.0.0
  • ods-types-py>=0.1.0,<1.0.0

Development

# Install dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

# Format code
black src/ tests/

# Lint
ruff check src/ tests/

# Type check
mypy src/

Related Packages

  • ods-types-py - Core types and enums
  • optikka-design-data-layer - AWS utilities and clients

License

PROPRIETARY - Optikka

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

ods_models_py-0.1.10.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

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

ods_models_py-0.1.10-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file ods_models_py-0.1.10.tar.gz.

File metadata

  • Download URL: ods_models_py-0.1.10.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ods_models_py-0.1.10.tar.gz
Algorithm Hash digest
SHA256 4e627dc308e1696513ba85121cd9d0ab1a46963d334e5facc07ca73b675ca0bd
MD5 a135c161902eace1aef61e6dcacf02a0
BLAKE2b-256 ebc0c23e95dfa6f095d32a1e23fa64f45f8e7b98ad9d166eb585411fe668b55d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ods_models_py-0.1.10.tar.gz:

Publisher: python-publish.yml on OptikkaCorp/design-models-package

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

File details

Details for the file ods_models_py-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: ods_models_py-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ods_models_py-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 9a1eb754b40d68a1d49ff3a72f5faa7c33d7c9c6fd89cd9e32afa51c16a4a7e3
MD5 402adc8c6000a00298b0d40f540458ac
BLAKE2b-256 7e4cbc860df4d9210f74bf695bf1a72e60090ac2041c32eb0959d62cf82d6a2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ods_models_py-0.1.10-py3-none-any.whl:

Publisher: python-publish.yml on OptikkaCorp/design-models-package

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