Skip to main content

Rust-backed LinkML runtime for Python: schema loading, instance validation, diff/patch, Turtle import/export

Project description

linkml-core

core linkml schema operations written in rust

Showcase

Open In Colab

The showcase notebook demonstrates the Python bindings (linkml-runtime-rust on PyPI): schema loading without I/O, multi-schema namespace support with cross-schema slot disambiguation, instance loading/validation, diffing & patching, and Turtle export.

Crates

  • linkml_meta (src/metamodel): Autogenerated LinkML metamodel types and helpers. Optional Serde/PyO3 features for serialization and Python interop.
  • schemaview (src/schemaview): Schema loading, CURIE/URI conversion, resolution (feature-gated), and view utilities: SchemaView, ClassView, SlotView, EnumView.
  • linkml_runtime (src/runtime): Core runtime: LinkMLInstance parsing (YAML/JSON), basic validation, diff/patch, and Turtle serialization. Pure Rust library.
  • linkml_tools (src/tools): CLI tools wrapping the runtime and schemaview:
    • linkml-validate, linkml-convert, linkml-diff, linkml-patch, linkml-schema-validate.
  • linkml_runtime_python (src/python): PyO3 bindings and Python package (linkml_runtime_rust._native) exposing SchemaView and LinkMLInstance to Python; includes small Python helpers.
  • linkml_wasm (src/wasm): WASM build target (experimental).

SchemaView snapshots

SchemaView instances can be serialized into a snapshot—a self-contained YAML payload that carries every loaded schema definition along with the resolved-import lineage and primary-schema pointer. The snapshot can be reconstructed into an equivalent SchemaView without contacting remote import targets, making it ideal for building views server-side and shipping them to Python, WASM, or browser clients.

  • Rust: SchemaView::to_snapshot_yaml() / SchemaView::from_snapshot_yaml(...)
  • Python: SchemaView.to_snapshot_yaml(), SchemaView.from_snapshot_yaml(...)
  • WASM/JS: JsSchemaView::toSnapshotYaml(), schemaview_from_snapshot_yaml(...)

Regenerating the metamodel

In order to regenerate the metamodel:

  • Make sure you have a python virtual env with linkml_runtime (python!) installed, and that its active
  • In the ../linkml folder there should be a linkml checkout that is on a branch with the rust generator
  • run the regen.sh script from the root of this repo

Note that now the metamodel is generated from src/schemaview/tests/data/meta.yaml.

TODOs

  • generate the metamodel directly from the linkml meta repository

Development on the Python bindings

  1. Create a virtual env and activate it
  2. Install maturin (pip install maturin)
  3. From repo root, run: maturin develop -m src/python/Cargo.toml (or use your venv: ../env/bin/maturin develop -m src/python/Cargo.toml)

Now the linkml_runtime_rust module should be accessible.

Building and testing

  • Build all crates: cargo build --workspace
  • Run all tests: cargo test --workspace
  • Format: cargo fmt --all (check: cargo fmt --all -- --check)
  • Lint: cargo clippy --workspace --all-targets --all-features --exclude linkml_meta -- -D warnings --no-deps (excludes autogenerated linkml_meta)

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

linkml_runtime_rust-0.4.0.tar.gz (298.7 kB view details)

Uploaded Source

Built Distributions

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

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp314-cp314-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.14Windows x86-64

linkml_runtime_rust-0.4.0-cp314-cp314-win32.whl (5.5 MB view details)

Uploaded CPython 3.14Windows x86

linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp313-cp313-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.13Windows x86-64

linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

linkml_runtime_rust-0.4.0-cp312-cp312-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.12Windows x86-64

linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

linkml_runtime_rust-0.4.0-cp311-cp311-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.11Windows x86-64

linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

linkml_runtime_rust-0.4.0-cp310-cp310-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.10Windows x86-64

linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

File details

Details for the file linkml_runtime_rust-0.4.0.tar.gz.

File metadata

  • Download URL: linkml_runtime_rust-0.4.0.tar.gz
  • Upload date:
  • Size: 298.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for linkml_runtime_rust-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6d90d9b72a32a828548313de861de44ed2e67b5b0efca7adbfc216529d4eee2e
MD5 19da526bf7e444cd42bb38ae786f8075
BLAKE2b-256 40a8531101c1f98dc3a60431ba640ae0c19444153aae173db9584f7ff9ac142a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0.tar.gz:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8430b93ec0d0edb7ab455e34815e8baf5d5956c936c21cd41d58c3d8364b8b5
MD5 46031fb113034336ec198e874440e5bb
BLAKE2b-256 d981cd5b9dc209b960caba1c9c8b0eecd18c7ed6b82adf9aa4863a7fa231de85

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9dab8cd52f90eadd3164c594f0852fd767b847042c771a5e5d42d238bb2b9430
MD5 4d67d696add1b240662c9fd34844a39c
BLAKE2b-256 ae15fdce8ccd5f73685a1b95b2f6f74b41e080427dc59e674c2f1401ab537353

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d9fcf7e8e657eab01de327b035408f14911a2592714028bd0927d7f68fbb9db6
MD5 8290e6fb662de985983379a42c4e8581
BLAKE2b-256 92451e507b8157d2b9b57193e092e2d28a884e72735a1e7d526ffcbfbb4de346

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4f266c26d65876270a0b249076be64a4e279eb8b365a9ab112cb6b9937844fc
MD5 6236c92321244fe60f8461538cbffec2
BLAKE2b-256 3817367475bb4421977a00cd57be4b71a25d7c1caf37c77e6ab5ba95371c718c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86fe07b8cad8774eb24888a3196458ffe09e748ee79ba9e7027f5ef74c02c11d
MD5 647bf323b7345fb79e00b21ac283b292
BLAKE2b-256 4e275d1ee1d41e8cb4954e6e519c8ff51cc2a714e9cef034ceae70f65caf7878

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c42740527939454ccd3a2efba216d61df77332b328e598da884417d40d83491
MD5 88b148e1e412c30bbebfb477df4b0693
BLAKE2b-256 e6bcc462228e3817203a5036ce281097d475d0b643e1be558c0f2b224d5f6bec

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e15f58290cb7515bca6370d840c41eb90f796274ee6da38504448bfe61aed35
MD5 2366d08f708d2e2f2bce0aa7f9ad79e7
BLAKE2b-256 a27891e810e574e358ab289a55a2e637665bf7d98e62e5a94e0ac5dd1b71ecae

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ecae7d603fc8ee1aca103387f37b5233e1a9ad05b18030ca6f6545f7272405e6
MD5 04fe4346faccfa9ebb0042cd86d7bd56
BLAKE2b-256 9e333f031d6eeadbd3949afec2592a57405f5b0efd214ac9bad5747eb939035d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 343cffc73e1ada1c06b3a3cf98b9100fe2ece07e752376663242e4b6e5a7fc65
MD5 65b1b79f6a60869283a293132b31b325
BLAKE2b-256 470d4e4c4730161797abcb79452678fcd94141d1a43a923d1b65547fe6a2ca3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c2096ef4a3150c29711fb16e22fa8908cea34fb0bbbfcb3d7bc6ae18c595b1a
MD5 6be2c4eb18e219fb6d40f05ab0403162
BLAKE2b-256 2e01c8752d1adfac6cc926e7a30955b6fe85838ec8aea27faf405beef90a5127

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d7746315fb14ca3ea91161b04de7c72bad84d68a0b02b30dee48bf83bc993bd
MD5 27836d8dd78e6f9e689c068347f54556
BLAKE2b-256 3b4ce10b0f2d2c35c074eeccfac6fda9490723ee835d902a0d20e0a689e994d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ef1d1620d3b3bd61dc2876bec8aff6d52748aab5850d33b4aaa5cbe5a1ba884
MD5 30761715aaa52ef12f2ce7bdff6e8f4b
BLAKE2b-256 51e31a901b5aab363456df0eab6a781d580cbf35bfc29f280b69629994e65998

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6eb0aa6fd1966b39f6a1fe1c9f815c4000f3179000dd29ddd61875949f6c5a7b
MD5 0dd6688fdf2a3335f6efa2b441b69598
BLAKE2b-256 95e2cc5906cbcb2afcfd4d905e8de86f0d40b55e8e484d3a61dfe6d4a4dced92

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e21511dc5ab049378137c6d8d6b6c804be5fc72a51622cd6d5016196ebfa75f6
MD5 35d1bdbbd1bf08354db2cef7ef8626bf
BLAKE2b-256 5d60be1792e7ea53aa7c668c161f4e4832a4fdc8a7ac1cc456e1240ddaeda886

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25a8ec0b645a5ffa75a5be4a18e234328520f3610e141dde51b3ed76d5dd90f7
MD5 d845c0cbfcbdc1f40cd3e6e88534653e
BLAKE2b-256 e80c38a7642dcb8dc6f8216c9d2411850b63920d8dcab68bb32c2b4950d913cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a42ee304e6bc7bd8f44f9c9b023efa0bf55d46a48d1182755b75a1249be75ebb
MD5 dea2b6ff2ead35299f526a07b455890b
BLAKE2b-256 0d5d068e43e8d7447bf83ffc3f633d54bf644cae1965ee92f527bda57212598a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4cf2297c0f2157dd604c48e21679579f99c927908f3127c445eb1cffa293c1a6
MD5 f01a57214ff860867f81457803f7359d
BLAKE2b-256 e8b025bc87004b0afa38aa1b01e38d6103a74e7f1f5e8f7482d34d8af0a05966

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed7bc9aaca3dd2680bdc09d9706c670170ab77136ed2643c33ae2c26834ef1cd
MD5 ca3df936e765dc57d613759a996df989
BLAKE2b-256 2d83b3367a32f7f630f5f5ab814819fb305b796a57a254feef0fc691e65b7539

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41b100497881b3848be3f11b6912f1e864fa08d4df5288f0de29cac636a2bf1a
MD5 d52b8eba3de41d982d0237266714d45a
BLAKE2b-256 d9c2eea6e3478d521a65630f8a3223392cb317bfc6cda3af4736f4e29c658608

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5156a827feaa5e7e6866f9b7346bc48c1edb693b329a99a8e8e8714e255fddd
MD5 ab6141ae1ec8f7bf3fa78bd45dc5d5ed
BLAKE2b-256 87c1a100032c0433ea7002218a4c0844d8374612e7e40a7f4e52590dfee9e308

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5a83d581bca5c543d73641b333c5e6665a0942270fda290a5a331fe92ed1b558
MD5 90f2e2583cc163bf181b51b9b51f7828
BLAKE2b-256 c9b288a775bc4e2b365a19fe199bc93adc408e14fcfa6dcb5327585c21a97129

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57a8ad900b2d36e513d8d1ca833020393c829b63e22206b5d9b15ed6bf608d1c
MD5 72617cde3ac12aef3862ebf0bcfe4193
BLAKE2b-256 61f1521a0fcde222e81bc690c8a35fe74f41401ee389b597afd0a44d3e64fda5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91275d4c9ca9064bd2633b944cee111ec001c80aff926269da9deff87bdad69f
MD5 ab341224d8c0302d779b5638374bbea3
BLAKE2b-256 17cc78fba3e87cfa0df203bb3c3ff850264691e8333adab122aaa7b6f322f92d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac1a51aea4d804fb93c6317a8cea669cc68ffa2fc74e4464d3a4b5e44a7a1c99
MD5 5fe23e735b4c439c9b3511c1c050e9c1
BLAKE2b-256 5b7ea765f3741e92b732f3a15604412db0ed900f247e5438e656c52036bf67ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 552419d5f43bf55e5c57012ce34af53c4335ec9586486035e721542389b78b13
MD5 d97230cb15c20ef244f22a3e53d0ceef
BLAKE2b-256 23accced3550dad19bd73adf8666f70521b32505074976b14636335a981ab78f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43f7c5b6cdbb7b8ed32ee8cd2a48d73b23188a3dd9f1fdc1e5fbc89f8579c067
MD5 f17a5c36be6ef256acd55ea30c127fa8
BLAKE2b-256 a06640ebbbddfa88849ea72a991639511ddd869fa4735ae1e6bb4f6447df6e74

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9ec268a6632bd19374bc48f4e02361177ce808c92ae1ac69503e384c32af7bf
MD5 2ab388e3a6746a6aaa0bbcfef7d94ff2
BLAKE2b-256 b74d67c268bea743c3cb8480e9efc303215983af85cca4ec9fc4b4c11a9d4adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd05d3171f530ad756b868677e5664b64077efa10ba6caf39934630017b09e00
MD5 ea945dab87bf53501b2532377e4e4ee6
BLAKE2b-256 a71799a90c8f2ef815263c947b648b26d6061c7fc3f5a66ebe679ad7f6a2ccf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 90fd7a61252f26a6d5396e3bc1187d274aa83996bf903b22593c78a05a5a3088
MD5 490a5e7d555c4ec21e7c4c26b0621a99
BLAKE2b-256 7de6d5bb3f7c0af6640e8c0eb02df4cea87ac3ee8b451285cd36f51a04bb694a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d12c0a095b656495d417fc9f36fe89465ab9e1c3b51de9500f9fc34680c8a9c
MD5 fa608e67087210ab09fa60b423a6cd6c
BLAKE2b-256 9beb2176b60a9106abd12023c2571bb5d6357832aaac0d353cf100ac8bbc4ccd

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 364bb3994b3fff4b7469cadb5cc391520ed30e145756954ae186d0b921711d0a
MD5 e9fb13b51a74a400146ce453659f469d
BLAKE2b-256 429ef9d7e12661a2553d1c7b2a4703c3d2c3c49650931da6e5d17994ac2f2d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4cdf0081d1882a5e98bbc32639b8bba6bb5fc2f9bb9dbc70ab9ed2ea3890313
MD5 5a4fe430cdb2f3b2f251f795c0b147b5
BLAKE2b-256 9d6789661e87c7ccce0ea5578d135d8a5d3727f1eb7384f5137a208a8c9360ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b253872519ce3ce29df5a2427f7055b554abe881f9a9c3981c7b5657d94c19a
MD5 558dc170ffe93894d783c0bdd98ee117
BLAKE2b-256 18d195473bce1266733ea020b7a97459f1ea5467b0e60239ece52b4ed7bce181

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41aeeff22344437bebcef0eb094276ad4c47f165dfdca37bf594aefbc794fef3
MD5 608e8a7d1f828b79a76cb740cc616198
BLAKE2b-256 0a24182e0e995c0efa0b08c1291f5d9ddc90a84da679b688b39794bafa791369

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5698ac294e8d24d8e4b713e288995599a1552cd540dbfc019bd8dc4efae46fdd
MD5 f37c59dbce8b9a9dda6a0bedf1bc7726
BLAKE2b-256 6e237ea860152fbb9ca9c36d0ee3c66bb1af762f69dbdf897e87c72a9f75d3c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 435e837caba4c135c571ee21358abb0eaa66cfd67b71bbd194d7a2e7ca727531
MD5 273a6f6ac5d768ed6b534bad5325edd3
BLAKE2b-256 79f64043dc6c7d9a455e271e7e3acd87505bb49dd6132165eeca588453f664cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-win32.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f5be91b15b1de9f3f222d3bef3f5bed1199a3f7790dd636f7f07d5c48974ae8
MD5 31b16418ebd8dcdf13b3e36d08107f2f
BLAKE2b-256 273b172015d72216c1e64645b9f0304eb5a288953f08fe43556b8e98e461705b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8810f6b386d83a3328a0638cc5b5649cd22a6b309b9f170285615c7a00c99ad
MD5 2452a915c70a03bf865fbea80201c5e9
BLAKE2b-256 e2f17f4ef173a91f4a241b2340d367ac1829298026497d88c39fa7e1817de7ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1774c43d2b5d88473d37ded39f1f42a23bb2788d2880786c426786849c85b19
MD5 7ccd2ca6e6e000b15d9c42cd667717a9
BLAKE2b-256 332b46ed3dc4d3fa259f24c49ba91f80bf0dd1e5d2167f5766718ec9c12b01e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00e47db57290aafa6d7a445f2ab4195a34f9b9d6cfe48a4b0c46fac5f26f74cc
MD5 5bfdefa51722b672fe63b3289a9227f1
BLAKE2b-256 785f7f54eee7d229fa2ef3cea187cb4c1155794d8c4a6234a11a7f324b4a2f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 763176730d14dd2d6dee18529f6f6f4ace64ea093061b8ba50270567f9ed1665
MD5 e2ea317375d9b967c8df6188d667b6e2
BLAKE2b-256 c275f6f6d84c5a1514fbc29f892a01ded5dac9030c3f9cbbd916cf0d01425db2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c29a08113e52bbd8d6f6519520caa2db1267d99b1c903ad1f09ff03bae0ebb67
MD5 4eb51794e535eda406bcfc51cead394c
BLAKE2b-256 a8db8e625006e871ee3a8e031e11d778e009f05cab4e8e5fecd89a2bd4002892

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 567a743d99424bbad5914a43419513428737a00a2fc2b2cca2f3e9261cdebe5b
MD5 bd54b0d5a19e93812e2f5ab703f9bbd4
BLAKE2b-256 adb5852215c6f62ab7356d21c95932fc2b224fa40a45eeb4b698edb1259a7a2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f010990ded71a6bbe7ed754fc3f90da8f11e8a3e5c52cb673e8050a7412b300
MD5 7dcf08c3899d2caba8b6591361332e98
BLAKE2b-256 2a6cf06df229c63dd5915c777d5b2717f0f8ae66d535e988000df1b4fbbe384d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 310bb11ee2eacbf95949da47a1dbbb25492518c530284bbd1e8c74a0a6be9ee4
MD5 cdcbdb6b7eb0b3220ca0b966606a518f
BLAKE2b-256 814a0789a6bd303fdaab6ff92b7a70736be94036c707764bcc3492a4fd4e1447

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5f714156f0995ecabf2ca33e5a219dbbe90be68804ccc9816899aeb82e7e6a23
MD5 4188791a7aa7dd1448b93b9ba8ef1a81
BLAKE2b-256 555f2ade9ec5d0dcd76bc3e9dc839e2b8464f1d8b48fd3dbb314b7c0c183bdc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c50d560288dda814dc8e0ece401fe5e8cffeac91b529b696e3bb416b97ef802
MD5 6a04491229d619b41b3b8d6c10b6d4dc
BLAKE2b-256 cd44387ac754eb7946849818adbcfa98625b234563c27d6d5162935c71f3e3a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab5129cf21a6d77de2c5b05f7ca2ec97df034c95f618c6943bee797fa73b2a5f
MD5 22da554dc21e53d1990eaeeb6f2e9c16
BLAKE2b-256 765b336b20173c1341a8c433603f2f9833b3124849d4a75b86e3b2c0f0cfe51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8bbcc8b35ccf4a6b776e0ff9eef641a73eb0234cd27766a769506924c99bae4d
MD5 3574d1abddacefd39f614560bf9f4f8c
BLAKE2b-256 378d8e4cb3881d8ed77ed379491c212f4dcb8af957131e8f4f13081f04973b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa75e9b38003e46d8fda3c983e4b1a85d5fdfe9f4aa344303e1ea2be22405d3b
MD5 58a39f83e73c32150dcc3742095de98f
BLAKE2b-256 4798533c4d6edca743f5701c1481c040e2338739e161190029407cf003ff4b74

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df3f2142ed94f3cb1b2ecbaf807322d3dd3d650bf9c787d3c68642c91333a95b
MD5 c4269f2c40cd33604cec19ee2086ce0e
BLAKE2b-256 beadaa71b4e136be8e4b26591948674b730b63cb386a237b803bd928d1d11400

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b52b2471319c6d1d4a053fe26f733b43153fab933824700bfd08a515529ff75
MD5 8884f11911b06454e15824288c24e281
BLAKE2b-256 a16bac3e965cc05dab26e8b651f7833ac6d425c8935265018c973efb57d8978e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3fb22774e0159d84d37d7b01aade74bb03dc334038d6ab4cb0e13811c950c324
MD5 e268a2d275b868af69387866b3acc8b4
BLAKE2b-256 b55dd36fbebe47f84b5b6e2be08bac2a2e7fff70d37482a1cc8d9a37a4d2f9d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd003650b98c5c0d7c3cff184171f6c5521a44028403a7d04a78a0cda004b4bd
MD5 581e17db5aebafb446360990a34cac7d
BLAKE2b-256 443b935484644e7134334bb80766e6b7555ee209961b6e9ff6c5f58c165d967b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56ba9b18bd8a1f9843f8901751bd91ac3fc6bb4c95f873c35f7e327f3ebfe757
MD5 4d4bbd82e7e887d5ce3258e551929191
BLAKE2b-256 9c06d4a5669991e6cceff5b04cb806342fdbeb72b8cc6b545855c1c7afdd1291

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fc51c081ace731fcde8901c5f2d861df3c000ebb8de3a858b592f6e1dfe5be2b
MD5 c555c97a1f396251d2609e17aa781c77
BLAKE2b-256 0a6de2ef9c5433dba022a9d86ac5f9f4bbb2401abb230f1fc3152e8b0a13b09d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eecaacd7e83445adef9215432b697a86264c65c2ba4ec4430db21ed7dc989d90
MD5 683b11775a91c87720028feaf86aac6b
BLAKE2b-256 b6e3ffdbc10ebf7e2d2bc5ae1e72f7c24820b354808e7bc5c404beae049d989d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fd6918bea2156ce5904b6d2db184a5974d55bf4e847222f401345d137c808a9
MD5 f4b33e3f08327820ed0d4d05e1ba46be
BLAKE2b-256 5c5ea4ca5fe364d4cae95810b2ecf37a2055491f9e66ac598fc5ebf5ed4f501f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee3b8b06892248c7f00700b08c1415cf9a54475e78541d33f92bd6a836fcfb38
MD5 96dd21894f77145b83ad4f7fa3202e50
BLAKE2b-256 67954a1cabac8f2c45cc4fa28e74172db45175201e9c2cd3fbf0c11ad1a66de2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac2e558ffdf714c305eabacd1613900b0f4f5fb841a12ac4d5f87301fef18443
MD5 77dfc13d253684cf805cf9b276e66d3b
BLAKE2b-256 bbc1f146f9743ae26f77748e7b8c1d31f2146bd1d56b4cb0b9dcec9122f00e48

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bfcbf7faa8010c9813c16ed3556cf64cab1e633dc8b8d0433952002d5ceee7e
MD5 50c0593a937736dd6b012b828329e1ff
BLAKE2b-256 da3206fe7d1666b691b53e58576b4b5447be9a3d482c0da1da1687ef77271eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc2178b599b34b1c91d6d4190c9fa5321f4a0e8e673574d14925c343a4a9447b
MD5 55b6cf9a09ae16898213f197fea14b6f
BLAKE2b-256 d8c5739678d27e1747f63292dc08f50d307d31a7f151991de96337fb4a44161e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 855f2c523ea7e1505f115f9378fcbce8bb399dcbc75656742596b2f6d2b08b80
MD5 b073c6d1695a76b7e7d2a5190df6e9be
BLAKE2b-256 6b905ed4cf43355831de1d8f9e0922e6a2c1049a34a29f1f445bbd47257c6d17

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58f0bd6f15f6e0a88ca000a2f41001ca7da6da9c10bbc67e2f8f7523684e1caa
MD5 328dac5e5bcc057d2cf338bf9a80aeea
BLAKE2b-256 7c76b4b13f3a7bb7e839b487a03cb45a8b83e033c1cb8160ec1c1cb60ad22049

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f24887a94f6150f7ab098d4cae1e5b5fdbc82fc343b13dbab82d1c412ceab9d
MD5 a69d2f3ab20294c22ebf4d1a2c8de5ba
BLAKE2b-256 7b2f0a512b2bedda8969d44dd33097f2e3787a3cceb450bd5f7dc89139313b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b9c8c8946dde01a63581659da50855a29da3ad867bc8dfb1cc89b3f850735001
MD5 dcb03aa1ab4c6c4fab6226853d7c2f61
BLAKE2b-256 490fb6e22de95ea87a0db7fdc46df2a2d1f5f27573c7e01889bed037d519446f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d92741901bdfdd86b557ec1888c5aac5c2a82697c2a348e2da0860e1ae992e4d
MD5 609f27446f7ac7201a0026bceb3df033
BLAKE2b-256 589dbd50015c63bcba62205ccea81568b0a5fa13051802033a122d730f59629b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0889c73abf26b7be75e1579f4e1834ee42a4329f2aed913969682c4224ebeb31
MD5 4d1589d93ad020f720d03db9d8a43e1c
BLAKE2b-256 b8bb169ac620b8bb732f71123e9efb5aa7dc873db53c98f9027593cc5e4ed8e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 861fbd62ea2bb9ecf4e0337d8c45fd3d61af6c43106f388e36486694409cc5c8
MD5 5476ffdd2ebfbff51dcc8d896fb0a93a
BLAKE2b-256 3a5f2a706dfeacecb2ca30dfcfb3dce62dc534753421307acb42eba2e906c318

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 652f303d7e4809b3ab46458dcbda57447c1e614246420a5d676c3a3b696da7fd
MD5 958a31c05c90f51d09d1a22ffde485ec
BLAKE2b-256 49e4c9219a5d08f48b50a3e697e3bdbe7eda8b2f55aed3461e1c587be2f586d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f0e8ecf7bdea228ad198a2f6701c1fc3f52e4586a42e82c242c598aba7056d5b
MD5 027fbf14540dd3c90a6aeaa2c36fcf11
BLAKE2b-256 ebd552a9e4b74aabf1dd8ad1c4c42db0e242c42b5e504e3107ab3d12ca709ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49518031a61e794649e0a4fac197b7177015096bfbd120256f4f4d9d95ded0ed
MD5 29c333375b166b95e87e9c6448fb186e
BLAKE2b-256 fc2069c55eedba2c0225d092a37f5d8fce766e35baf55716c2916f4bbcf25dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b437ea39d8426a33eb3dd6a9c5e706f3b1432d30911fce7ebf4f8e247808a0
MD5 3a2da836b4fe8e5bcafea5b1d0da58b7
BLAKE2b-256 4526fa910ed19a3187aaf190c6793d098b866afda11847b4521f49c721e19641

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4490c46c506894d84dc54f44d6f1f9b5f0ef31192e867c4e3b31502a5123c263
MD5 2240f6912239781ce10370a4feb076e9
BLAKE2b-256 aede3c36126cc57d1d0e61a01a234773b0f5a680ebe27b78f2876abfc09b5e5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 390d7e5ae4ba8a932a7d4602ac9f2b5e3d7dbf4ade33f74830508694155ec9da
MD5 1b27f9ecd50ec308390a651e1e712859
BLAKE2b-256 10b94a46b33a6b446b5ebcd832a3b6efee7b7c64a7d30bf94631552998061858

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc6c5cdf4c70d09da23e0465123eb090b0f613440a04e1571b98d782d0b766bf
MD5 a91ad24f8b83040a53f0187a2af801ee
BLAKE2b-256 f90d7dc3ec6212b842e0d010e22c155b5edcd4d05670889d71082dffaf888440

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16429a8daeb9d7d98d8f665768c860d1986fd38f7a817360c6506fdb3172087a
MD5 5f8cc04b55064fd05f0d42b2792337d4
BLAKE2b-256 5c43bb6a9e85cfad7423de070018a4c6102f0a715ca7b8e0449d6d547bc28f8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 412bfedb98b8504315d1429d49f10689ce5b2dafc12e762bb300dda956f651e4
MD5 9e8adb3d9b39e091c481046518303e89
BLAKE2b-256 d3659c22ec95f61f04bdc6ddbd44f7c5b6b8cd44d0b2af208fd459c029dd3f17

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f00a98d89972d108cd413f742f004bdb0f22e935e0242d8006fb1dd5c8c35c22
MD5 28cca924874d72d76b86587566c4010f
BLAKE2b-256 d3309fb20f479972b3e1dbddb6297aaf482862f36d18826242c411f63178416a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 055a6046d15726ad926c76fb0051104778eec1c907c53a2c2c177bcba39739d7
MD5 5798bd260b7c2d03501ef33fe6e791c6
BLAKE2b-256 3db8c12b8058830f8f1f615df756c392f8e88755953b4346286b13e119c328ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ce2d164e0e33b734332e19442e8122190ed380426e1aac887c21274ad1108a0
MD5 ad74d65327ab76518451e1e61d3cc1b8
BLAKE2b-256 309d5004179d9dc8679989f7e770419d07ff929e115769e6a4e33114df0499c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7002d7cb8170200ff4f7ce48a1755e66a3ed88db43c623b3e6e31dfdf90aa94c
MD5 0295dbff6e5928bcb16dafe68f19ea25
BLAKE2b-256 5b1cd1479c05044287042f9258f75c726d2c4aa107194781b1a9c54c848d413c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 de6d9d8550d1ceb941ecd1aed805c85901d37754bb96a386d3b41d0d458f8f89
MD5 f53bc9f2e5c144be9fb4ebe9015f4d76
BLAKE2b-256 d56274751fd3175488c4d1702711e431d077569df1c3e8843f8c18fbce22eb54

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 476fe3855cebb29029d6ca2d96895a84cca513551749e19ae8b50445b7e63da9
MD5 8951e69fc70bb0b7787a14e96cf59bc7
BLAKE2b-256 0560b5a7f257eba4727ad4b23c1f81ff1a2a0d6097c424f2556df887c709469b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10a540238d5c6e9e2955bc5a4fd4bf99f6673eba11043d7efdc35511a97d80e3
MD5 88c380c16d795681c1fea15120f64898
BLAKE2b-256 54090c32c65ef7607ce9e7ac0f49e4cc4ef31eee80c23a2685da416cc3e24e8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e3a3251ab8ecc0bb9974e10c97a6b4496a06c86ac5aa9e6a6b739dec96304d3
MD5 1e284f51de67f2734b04320f4074ee0f
BLAKE2b-256 4ad405b4d71861182bde23da0b74861da87cc2d2067d2190fab9b5760e45edcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a4d5381eb31efa05c06548167042dade3729ba3f688cbf3a190fb0c276e1293
MD5 a024526effbd52efbc49552094dfe442
BLAKE2b-256 9e5b21f6d8cbf9994c753feef04065afdfa8a7c7fb8710bee526ef89a4a3478f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d11f609aa3f01de6afbade308086b93865034893b1dafd34f54288b3fcfbbd80
MD5 8bfbbfc3529917dd164ee06c02dd7f9a
BLAKE2b-256 7c5101e8b5f07db5c05092e50fa9e58a116b530ab6c6cd39c253489b21856a4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4b9c4ad07271f85e8156b1960cd518f46dabb1e8ea068723ffa5ce73137c96f
MD5 a297461d71fc3b2371327e9d8a232aff
BLAKE2b-256 76cf15474bc8288710aa01ebb04ab8e6f231809a9e08cac8c093ebc09fa88151

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 32dc13d3025d68d8b2fbf1dfe00a3a99f0e78af932b66839301b43a01bb648af
MD5 bc94ea233f2a7e114b306567128efb79
BLAKE2b-256 1644fae818d92d944e9863737c1dafa9191e4b1eccfe6538a660ed924f911f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d1a372bf99deb2a4be7850548659861bb2c6f4a0df1cdb51fc0dbc8be33d8bd
MD5 b7b316313be089c55e980876727aafb7
BLAKE2b-256 689f9776d3918c764a89c67d3da7757b203355318c04d7d2bba78d82f9fe1b97

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9d7dc17f8cac1c29ce3a51feb54fb79ec3a82240fd4e51c007b470d82bb970b1
MD5 09b7d0f7f8d3965f1dd4f8275d8148ad
BLAKE2b-256 067277fb58fb8ad749946b20d1ab29c24e2fe7638f8770fa3df6bcec876d67d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d178bea8fc2c68247fae4064cae358aeb6eadc6a356eaa8fa09a2c1139c0339
MD5 8741cd41d19dc061d10cbc5fa7fc8f01
BLAKE2b-256 851eda40c1c7ecbaa91a203d85923217d5e88d533ab88fdc7a3ad1e83b575fa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fcc55cb1b11b62a5bc263667173d9f462540031ac71a04c1077f1bb3688398ab
MD5 ae2879cbe6117da6ba38c65c753e9c0b
BLAKE2b-256 a0f4ec2d14694da86f3dbda50eca6dab20c1346846d03976c5c341ca6c9ad96d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b7bd558247fbd14ccaebc81bf78e3dc45f96a9081758759e4f310a453e9107d
MD5 ae534ed1b5605b91d25b3c6f887994f3
BLAKE2b-256 5b28e50a6eeb4d3ecf80d4d9317c92715d92ed0d3bdd4db2890a8b5ca3487d93

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6d4b8348a3044aaaff8c978d3a1555d19f9f2038d61c177c547175cd0ec13b5
MD5 b51a916dacea6540c757f915a4facbcc
BLAKE2b-256 bec4052a35a75f09a18e2fe3368e4246dda7dc7b039ab49922131035a715ed27

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8c367ead7d0d0df01a496f4eda31a6c3a55f8af7deebf49a78e992914221a35
MD5 16adcd499afedaafdb530a2728dde437
BLAKE2b-256 c0f340a6dc2dcfa9bc23f9465386c0a2eb9a9ecb42f40fb688b1735926ed52bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faf6f1e52cba1839cd1ab2cdccb472a045e0347e71ccfc3fcbfac8dd739755c4
MD5 863555016dd8bd359ee3b0925ee6def2
BLAKE2b-256 b380ea57a9a9fed66c1bd46e36338fc6c1c4a5835456db99fd05ff96d17e20d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f31e3573922f48cecad4246b1bf9985291009310561f9dc8663737a8d3c91391
MD5 e69382f5cc77104bb3ec8377e4cf08ca
BLAKE2b-256 76d1be3c99f9b6b39e8aeeb935404b1c9664df0cbaa0e3dd51798b771e1424a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 49d12051f23e8ab70361c25f8d9c9832327949cf6cafcd32c57d1b01aab2bf38
MD5 2c7ecd5f698d3dcc44d7d39d02e7abe0
BLAKE2b-256 ea03fa896098334b2d5e78eaf56065fa1560911845b3853a5399a1c03f2c60a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d6aba9b6fe0ba723746172856c0ac324557968b8206b04daee2777b856dc1629
MD5 867318dcfdd1afb7bc1bcd2ef8e56aa6
BLAKE2b-256 c88fe41577a264b2c6f9336f2564b22e93f06b66053cf7ce062cdc970a51bc67

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d009d33983b9b30e1e03b74925931696b0b52aff8e38ef1bd3bbcd9a330fa301
MD5 596e8aa9262d2bfd1cf0ad29b4544dd0
BLAKE2b-256 9b08df19df8d2cfb4aafcb722908591e880def84b35e0e73a601aa0cd32a7ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf2a4f62cb7f5cfc750d278b58958fecc773b6800805f6d212e211034fad420d
MD5 b9294c5e39bc6464ea44cd190e2d6373
BLAKE2b-256 41083e45250a215a97b374824d212bc78273cc14823d92b75879d27d685e414b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7dfb30eaed31d5cb73a423b8d967b845b575c46aec229890a63617304d6c624a
MD5 7391e86a9fb51f009c5a6f175a4d4caf
BLAKE2b-256 df5f62b0cb0718f0a8e3525f6a44d5ecaa80cf573fc521e01d62197935473bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 53c167ef4dc2b2f160c6d2091bffe3fe73cdbe12185a82d176f89c5b37691bd1
MD5 491ef2a4f1b53c35a8b2d8cd1bf1022f
BLAKE2b-256 fa9e4f34e09e465586ab3dd95bc0858709e24f0d86f6e771a9c333c4992629f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77dc72f546afd7c282093ac451fa92e2101532a092be1a04e552ac5774b23395
MD5 19520304de3ccd441a8a8d4a8f83e4d8
BLAKE2b-256 f56c4c447a30ca51230a82bfd952c4b76be84ab3e171ee6f6d0684768315b4ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 014d344801a9649aa1fc2900e4de77b621b98e2b5631c1571bf7442ae59039ca
MD5 9f4fdf624e265e081a2349d116784b9d
BLAKE2b-256 10723bbb079f290c86de59a225fcd006430c89f05382fe556d83f1175abd23cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67d15a520384c80dd2c2d68c9aa13400fc3b377c487c6964db887de253615dee
MD5 894e68707695e826511cfd466190bb37
BLAKE2b-256 b753c23287fef0119ed9c3f9e3dd0aedf8f49cd9b7f97bed63144be94d0a728b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f053a82c499817ca784bbf39bc37567250f349508bae4150393528620fd67362
MD5 501ecbc774719014347cf9e5ece9bc8a
BLAKE2b-256 2845a0ec7f6d03de67cc0726649737fa257fdbffa2f2f5a9675dd7281cf25150

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2ae48624bc8ad863cd6d9e6bce36f9458c323316d9bc7cc606d7e46a53da3a85
MD5 64d40a260e0e9497603994d1afe94dc3
BLAKE2b-256 38ba784e21c6c843b593b98db635e04edac0c7c9cc3ec1eacdc694c5c7811610

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd41584269e35572ce1ea3a8cb139b4789c338a4df543cbca09703349001792b
MD5 299a4a0680e096121091b990d13f0e14
BLAKE2b-256 35b708a6176efb5dcce77041d18938513a54ca805e824d10cd92a2654916bee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0df98eccf05ee7754ab887c482e44d4195516199c6115e85eb8ec1cbcf1067ab
MD5 7b9ae5f2bad036eda9fdbe2188109610
BLAKE2b-256 c384217356edaeb9f67fe43ac35054fe14a9c3091752ba71b92a24fdfb0de840

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40bca38ea3c00b05e8eda3c48d536aaae4756477a6323acbca6343af230acddc
MD5 a29a7d5f5eb96bb34028160bce94c25d
BLAKE2b-256 b7d57e98ebddf5e96667dbeaa8bb34bc14e65448428aa0a9c2518962e57eac8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 215301cd35d76b72003831edad68ecd02fa33c1dde315b13caaf6730947fbc8b
MD5 b6f4767ded0c8e2c43738a222946af6c
BLAKE2b-256 3362fb4ac2e2375cb01fa0e9ff3a4fabc33fb737e7881436fb3ba90d0703fab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2228e0b13583665167f2103d0cd695f8e581e8cfefa149dfcd4175a9d7ba7de6
MD5 55a53386ae49794df1712d339f3103f1
BLAKE2b-256 6471ae77c155a0acc14991185effe8be2ef2d289c446395213affebc92c36612

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78471a43f26088ebf9b839f38047491d0bba3e5a56abb715984cdb4a95ecaf94
MD5 e089ec33228837fc43cd6a2452dc4428
BLAKE2b-256 e911fc7d102f6aa2aa9851d9f6c2c790f9d1bc6fdaeb10631f21dedcb9001ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f5ae8a5f6048987ae085cc633e96427493ed8998c5cd59cdcd0715ef3efb345
MD5 e4d090dda5098ff4508f40d9fa960f11
BLAKE2b-256 b5888cb8c4f80d4ed75ca25481f9deddf411f01eb0385decf35c4954dd24fd06

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a47e3ffb8b1486139bf618f04c955a82c41efb75f487077cf1355b97510dc671
MD5 2f900a2c9a61908f6a02386214909dd8
BLAKE2b-256 74a180b324b783a6b2fdb6f2cd1b4df98a3cf42300c514127ad15575b81e9f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30634125cc36bf4d0f5082b83435180ce9e51a799b01308cefd3cc23ee96c6de
MD5 4430d57979000a49ae166ed53f5aff2a
BLAKE2b-256 b56c6d92a8c17d93f6e30f756c1c59773074daa013194053b1a1046bda2e7f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b591668bfa56cbc9f29b07d9e9fb229755d212fa6a33937a2e3efb5a92674d8e
MD5 5005e02d4842f85c3b200ce8704a7188
BLAKE2b-256 bde0ff74b6bdcfb985da3abb51d2718df5a8c9e088a2d3da4cded1887b904133

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkml_runtime_rust-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on Kapernikov/rust-linkml-core

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