Skip to main content

Velarium IR (ModelSpec): normalization, JSON codec, Python→IR extraction

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

velarium

Role in Velarium: core ModelSpec IR — normalized types (TypeSpec, TypeKind, …), ModelSpec, JSON codec, union normalization, and builders that turn dataclasses, TypedDict, Pydantic BaseModel, and attrs classes into IR (see model-sources.md).

PyPI velarium
Import import velarium / from velarium.ir import ModelSpec, TypeSpec
Dependencies typing_extensions only; optional velarium[pydantic], velarium[attrs], or velarium[sources]

Downstream packages (e.g. velotype) consume this IR to emit .pyi stubs and other artifacts. The IR contract is specified in docs/modelspec-ir.md; how Python annotations map to the IR is in docs/supported-annotations.md; builders and optional extras are in docs/model-sources.md. Ecosystem context is in docs/valarium.md and docs/design.md.

Public API (high level)

Area Modules / entry points
IR types velarium.irModelSpec, TypeSpec, TypeKind, …
JSON velarium.json_codecdumps_model_spec, loads_model_spec, dict helpers
Normalization velarium.normalizenormalize_typespec, unions, optional handling
Annotations velarium.annotationstype_to_typespec, annotation_to_typespec
Builders velarium.modelspec_buildmodelspec_from_dataclass, modelspec_from_typed_dict, typespec_from_object; velarium.modelspec_pydantic / modelspec_from_pydantic_model (extra); velarium.modelspec_attrs / modelspec_from_attrs_class (extra)
Resolution velarium.typing_resolveget_resolved_hints, module_globals_for_class, evaluate_forward_ref (used by builders; re-export not required for typical use)

Install

pip install velarium
# Optional: Pydantic v2 / attrs builders
pip install velarium[pydantic]   # or velarium[attrs] / velarium[sources]

From the monorepo root (with uv):

uv sync --group dev

Version

__version__ lives in velarium/__init__.py (Hatch reads it from that package’s pyproject.toml).

See also

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

velarium-0.3.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

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

velarium-0.3.0-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file velarium-0.3.0.tar.gz.

File metadata

  • Download URL: velarium-0.3.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for velarium-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4b7ef551521b3222f0e5c3829dcb7cea708313e8743ad62a01a835158e8ac922
MD5 69c92cbbb99e256713e00f793818f9ba
BLAKE2b-256 8ff4b0186047a98d6fb06b2d9aa1f190c882b30d56b49ccfd97223288eeb8b37

See more details on using hashes here.

File details

Details for the file velarium-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: velarium-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for velarium-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a43f36580547a9ae6024f6eb0760e769ea1a05f087f1ef78b2050a79639245f6
MD5 7ffc8fd923f2d689a021aacb12f1a261
BLAKE2b-256 4b574c83f4cffbed2dc5513f853eca1da2e25aee7b315aa85d8b482aacadfe3e

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