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

PyPI version Python versions License: MIT

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 pypi.org/project/velarium
Repository github.com/eddiethedean/velarium
Python 3.10+
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 on PyPI) consume this IR to emit .pyi stubs and other artifacts. The IR contract is in docs/modelspec-ir.md; how Python annotations map to the IR is in docs/supported-annotations.md; stub consumer guarantees are summarized in docs/stub-compatibility.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; optional VELARIUM_NORMALIZE_BACKEND=native (falls back to Python; see performance.md)
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

License

MIT — see LICENSE.

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.6.0.tar.gz (11.1 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.6.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for velarium-0.6.0.tar.gz
Algorithm Hash digest
SHA256 22aa273863e20ddc96302e6a6fbb2b56674bc535c10e43241acbd0d1dccfcb2b
MD5 fb966bdb9901698fbc420e33d2bef640
BLAKE2b-256 09040c249bc642fad839aff71d450d30aa61d1aa37cb770d90857514dc78dc9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: velarium-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 15.7 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 95b3ae39f36cb5e8a65afdfb60b4728694ff78c6defe7d07c86f830556b86f44
MD5 ebae9ac49113b1b5b97c7155e75126a0
BLAKE2b-256 92a474bdfcc14d66a05bd8a301b9de04b51340507aef038d340db81c6e9fe04e

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