Skip to main content

Shared domain models and types for MeshSync platform

Project description

MeshSync Core Common Library - Python

Shared domain models, value objects, and SQLAlchemy schemas for the MeshSync 3D model marketplace platform.

Overview

This library provides Python implementations of domain models following Domain-Driven Design (DDD) principles. It includes:

  • Value Objects: Immutable domain concepts
  • Enums: Enumerated types for domain states
  • SQLAlchemy Schemas: Database mappings for persistence

Installation

pip install mesh-sync-core-common-lib

Usage

Importing Value Objects

from mesh_sync_common.generated.model import print_estimates_base
from mesh_sync_common.domain.user import user_preferences

Importing Enums

from mesh_sync_common.generated.model import model_status_base
from mesh_sync_common.generated.storage import storage_provider_type_base

Using SQLAlchemy Schemas

from mesh_sync_common.generated.model.infrastructure import model_schema_base
from mesh_sync_common.generated.user.infrastructure import user_schema_base

Domain Organization

The library is organized by domain:

  • storage: Storage provider configurations and connections
  • user: User management and preferences
  • model: 3D model domain with processing metadata
  • marketplace: Marketplace listings and integrations
  • catalog: Model catalog and discovery

Generated Code

This library is auto-generated from YAML schema definitions using the MeshSync schema generator. Do not edit generated files directly - modify the source YAML schemas instead.

Type Safety

All code is fully typed with mypy strict mode enabled.

License

MIT

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

mesh_sync_core_common_lib-0.1.6.tar.gz (56.7 kB view details)

Uploaded Source

Built Distribution

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

mesh_sync_core_common_lib-0.1.6-py3-none-any.whl (133.0 kB view details)

Uploaded Python 3

File details

Details for the file mesh_sync_core_common_lib-0.1.6.tar.gz.

File metadata

File hashes

Hashes for mesh_sync_core_common_lib-0.1.6.tar.gz
Algorithm Hash digest
SHA256 476e3fc7a2c985ea36ed8694c901e8e149bd81d7c83ecbd3d47ee558d6637016
MD5 12c61a336d0c61a0a6a7e482ea88924a
BLAKE2b-256 457142a190d96de4a58f4e34c1a7b67ec3ccd797ff2c45611727f63cc64a60c0

See more details on using hashes here.

File details

Details for the file mesh_sync_core_common_lib-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for mesh_sync_core_common_lib-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1196b5ae0f564552fec9dc2cf1bff195113f59e6ca4d4567ae67cb78226290df
MD5 729e7deacf6663c503f6845480a33b5c
BLAKE2b-256 bc0b1dab5b034304da9142b59fd59dd3ae1c248857f8954ebb0fb750fbbd693a

See more details on using hashes here.

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