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.1.tar.gz (11.0 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.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ods_models_py-0.1.1.tar.gz
  • Upload date:
  • Size: 11.0 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.1.tar.gz
Algorithm Hash digest
SHA256 77512ce14f7c44c65645828fe56b611fd0255cd1f80e599599356ade5922972a
MD5 c5a1f7c3557a57b433a2c95ed9ea82bf
BLAKE2b-256 0ae1a2e091dbaac890583099e835372c650708a625d0f73c38c05952e7cce3a2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ods_models_py-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 13.3 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9805a29c80d83c4a22448fe7049383a98e04489086136a0abe20d9671fc8e5d9
MD5 32a03dd933703a976f307a5306c21215
BLAKE2b-256 6602fd52c8bffbed7a4da53735bdaa48337b1fb0928cbb8638c49de73db1f23d

See more details on using hashes here.

Provenance

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