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
  • TemplateInputJob - 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.34.tar.gz (12.7 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.34-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ods_models_py-0.1.34.tar.gz
  • Upload date:
  • Size: 12.7 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.34.tar.gz
Algorithm Hash digest
SHA256 b71083c1c234d315419d0b607a8a29cbb59f8cb453b93b0a030866263d40435e
MD5 451585674da3321ab28c23a744669e6f
BLAKE2b-256 6622938c360876f1bf5f5eede6d3297d706421ed24a9e2def8942b2f0010ce45

See more details on using hashes here.

Provenance

The following attestation bundles were made for ods_models_py-0.1.34.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.34-py3-none-any.whl.

File metadata

  • Download URL: ods_models_py-0.1.34-py3-none-any.whl
  • Upload date:
  • Size: 15.5 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.34-py3-none-any.whl
Algorithm Hash digest
SHA256 14cef992dab107a6476911f79f0554212d0f2f779df07f3693d0241ce6ab89b6
MD5 90a7987c24ceffd478e9fd53d41a9846
BLAKE2b-256 857d9296d6bfdd4fbd5863fc21e59148a1305a5bd507cdd5db31258de0595769

See more details on using hashes here.

Provenance

The following attestation bundles were made for ods_models_py-0.1.34-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