Skip to main content

rust-store-py

rust-storePython 绑定(PyO3):把 Rust core 的 Command 契约暴露给 Python Host。

  • 语言无关核心见 ../core(GQL / 权限 / 计算列 / 命令规划 / SQL 方言翻译,纯逻辑无 IO)。
  • 绑定层只做「dict in → dict out」的类型转换与转发,不持有数据库驱动,不执行任何 IO。
  • Node 侧同构绑定见 ../core-noderust-store-node)。

安装

pip install rust-store-py

使用

from rust_store_py import Registry

reg = Registry()
reg.register({"name": "User", "collection": "users", "fields": {"name": {"type": "string"}}, "relations": {}})

plan = reg.plan_query("User{name}", {}, None)  # → Mongo 命令 JSON(dict)

同步计算列回调经 set_fn 注册;异步计算列(asyncFn)由 Host 走 prepare_query / strip_query 两段式执行。 错误一律以异常抛出(PyErr),不会以返回值形式混进结果 dict。

构建(开发)

cargo build --manifest-path core-py/Cargo.toml
Copy-Item core-py/target/debug/rust_store_py.dll core-py/dist/rust_store_py.pyd -Force

发布期用 maturin 构建 wheel(产物名为 rust_store_py-*.whl):

maturin build --manifest-path core-py/Cargo.toml --release

PyO3 未开启 abi3,wheel 与 Python 版本一一对应(逐版本构建)。

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (875.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (822.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (815.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp314-cp314-win_amd64.whl (715.9 kB view details)

Uploaded CPython 3.14Windows x86-64

rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (815.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl (757.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl (805.9 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rust_store_py-2.0.4-cp313-cp313-win_amd64.whl (715.8 kB view details)

Uploaded CPython 3.13Windows x86-64

rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (868.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (814.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl (755.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl (805.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rust_store_py-2.0.4-cp312-cp312-win_amd64.whl (716.1 kB view details)

Uploaded CPython 3.12Windows x86-64

rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (868.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (815.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl (755.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl (805.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rust_store_py-2.0.4-cp311-cp311-win_amd64.whl (720.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (873.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (821.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl (762.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl (800.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rust_store_py-2.0.4-cp310-cp310-win_amd64.whl (719.6 kB view details)

Uploaded CPython 3.10Windows x86-64

rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (873.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (820.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49bf08a3d1012895822541de7e374735580af4cf28e43a85c3a3ec0b61a27d14
MD5 52ef4a7a22aa513b0d413bccd7d93992
BLAKE2b-256 948ca0230ec7563df26cccc4a15430d2084312b7fd699f15092c6e94d7d650d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad9d1d531840c27fc77f71ffaa7a6a082bfffe88419367b0eb96229f183f78d1
MD5 f9f0c7eca0636b119e0a9e4a7c04a0e6
BLAKE2b-256 13829dcc6a7c772ca0f0bfeb5780a046b4cc756acb30911a428c27e3961bffbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b61f023876309a4902601cb0105fcbe7a7882279c1300211f4d167da5e83195
MD5 5748edef917b099c229843a4c94e8ca3
BLAKE2b-256 6303573352d3822d3c5cdea24b207934d95de0c05b6e396fc166b7cb1a2085d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7351f7ebe9d67abbcb1739ba9af0ef6b5a52f42df096da98646687eafdcbc719
MD5 59e03b40b80cc4b2c7f3de40f7ebb47a
BLAKE2b-256 8db59cea5dda2d98510ffe8574758dfc7a7709b75654a2af5d9c05d0656fb09b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0182ecf73cd1f798ad25fe69c600cb785834c079ce8c374577b0f041658ded2b
MD5 5c94bd5872360323d264b968ec5a1ed8
BLAKE2b-256 4c54f6d9e558472ac847421a99620ddc90c73982c62ec928702b8aa45881e78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1f9c2bbb4bd5ec131ab5aa5fe1876e5725ad02a07da94944eb82d8e3773c3a0
MD5 08b13f96bac3db5f6bd9beb7a926ab55
BLAKE2b-256 0b34acf71d79f9a090bd4f2034d3b25b094d492720a1a751a53c40181a48a668

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 856e7641dfea3dd9054f88bfddcaa8c19da6bbf4a8e5bee390533f54b9bfa667
MD5 91323a00022fbb4487ce3abc4b2e0472
BLAKE2b-256 bb421b3b7692998f3030a2f51aae387c3d6ce470e7016f4149aed923352cc5bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62dab60c373504d5f81407ca09d5904f08a0f72a420914f959bb1245ae917ee5
MD5 6417603ec8df01a540901e155ab7140c
BLAKE2b-256 116e2e91f4aa74ad478a4d66b1d6b0aed6ce5b5c9d68cef5c9d0cb788cb48230

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 379c8b1cc8e45dbbce74b48f9c1526b074ad9d656c848e0ac6a21130b4cc8674
MD5 0daa44545263bb7a58e520c87f3f3c2e
BLAKE2b-256 1fbde3495adf4baf7290ed152fd893acd19fd56b65ca315c868d52df9b4be7c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66acfcc5d942f5ae405c7a291f6f69cd41422016509c49f4b8df3e7d77894f81
MD5 be5c01cc2c70f2e85a98ba081ef8717a
BLAKE2b-256 c26654ee3260e4c736c60132335a6d5b5a3697fe7ef2484dbc269dc882466859

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a186e0e8062173ecf3bf3179927cc42208ecbcaf2b6d8850cb69016044bc5364
MD5 a892b53f531a0cf7ce7db253468b1b65
BLAKE2b-256 b2d67bbad1a3974c7563300df61cc5f1f3ef739ce68875780fb8cc00e335d479

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f991dfb51079eec30dad7d8a8ca0c353f591eafa00d9ebbf5ab2e5d768921de
MD5 352a94c048d702630d1bb05b48d7313c
BLAKE2b-256 ede6567ff9e392683ea8d157a4b5fe715eb287be4af8c38a7a6b9443943f491a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7af8053bd32e8e750830bf248ec86b7a59398247f6d07a4122c79c8f57e99d1
MD5 7267b1926fc9bb436c8a6c3ba0afac6c
BLAKE2b-256 07569886a06cd2d6ff97d8773ad75d6c6ef94046bf81dd7d8ec21940355e1d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbb1b54f89bed97d66d64edb247667e4ae40eb22b976324a85825b338c5663c6
MD5 863671f43b7c0a8b9f4e7d17d3971d9c
BLAKE2b-256 c7fcd8a1f39881be2b5bfc54f0ba4d1e6958d6033748871960e5493b6fd8d89a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 825b160e521ae1184acb4891598121484164c571fe4d80dbfd8a62cca473f970
MD5 391a5e69778ccf9a9723bd7773574f04
BLAKE2b-256 de0ae59d47807484ef24d7816abd112fcca531649910b7abd930ea3b5abcd64e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9631cb32e3cf7d41dd8f09a6bbdab219e3b49ed42ccf09ffde8620d9422245bf
MD5 a652fc79e2493756d8f4427086d0bdc8
BLAKE2b-256 73a033bece23b9560d91b54e748013cd1d941d4300d36868ec1dae3f8022ce5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38027075556fd19cf92cfb12d0fea22e7e6239e0fac4fbc9e9cb8e2b75d9cb76
MD5 e08de329318019585370eaad896721d9
BLAKE2b-256 c92874ac2102e22233403c6f20ea4f46b1202b71ea972d6c8097294246f66223

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d4d8c577c536d9861935793c567ca164d7545e08615fe0c894aa0dc6c4b30c0
MD5 5fa07073dc54a1fffef76a37b0914021
BLAKE2b-256 e555941c6421f3d2f6fff6b15a544c24cdbf517a5df4c1e7c3e0542c54390ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 058755d78971d898677f52aa807851298fd4143959c3e5d1d68aa150dbacfa9e
MD5 ac6c5bd292fb7ed97a1d4ed2f0a9c26f
BLAKE2b-256 5de1399dbef2c41810eac8f75041b902685972ef209c22f2e87fcbf1ea5dbdd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbf40efb67f069df5df7723f3422c99004ab5b9e384a0d9c70d3af6c62b1909b
MD5 26fa21404bd1a6f5e3f67d2b38422b7b
BLAKE2b-256 7f62f38e39c3f3dbef6da0806de5a42a12fc0c0650c346e4f97e14e48ce74d6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 98526dcfd0d0b2b433fadf9a4a1acf45de05333c0d6b3d36fa655b6fd1b34e22
MD5 16e0353c5450ce3513f38cbe758c49b3
BLAKE2b-256 90389502729b1072067ec245ed56ee3514bf60e0b19463e4534c528e28d11c0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f584b5302ef38201229e748870e1844c093d79362b859d5834d3df3c61e4cdf4
MD5 e4fc9137e08880a7044b7ddb5de6bd9f
BLAKE2b-256 391375db52f67859e1d90273632e5c9704881ba59b2a7b8359fe6d9c0f721a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64a41f4ec13edd9687ca4f554eff82ad636e916563abd3c6b041c38ba8164fca
MD5 f9fa8df515c9f9796f8aba7595d9870b
BLAKE2b-256 ef1b41ebe00ca8324c224ece617818b463f784262ac19daa3a60a7544330cb48

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3f5d1a4ff41813f3bf7e10a5b9873f3e24265a2e3f11752098f7a7a7f1fa247
MD5 1141457c02b95242a7d7db1b6185780e
BLAKE2b-256 74f6991b20604dde39efebec211c24490380b1b5ccb95e42004e57da25e3ddd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 253d58eb1f27dfe81c8e77c5bd7ed78e66b9494b282f5e8a344d06111370c281
MD5 1b00fff3c55aefe0d0fd1e23e31ffe0d
BLAKE2b-256 5bdc52d682bd53c4967bdb192407cf6b248ee4fdb6d581a56492760a53faf0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 31b07130a19d15ff3c167dc29c956bbf1f274f7b45839a227badd5f4660a6c6e
MD5 59b984e563fb68df486660bdbaea16e4
BLAKE2b-256 c97eb7f7659311a4dfdc66b01f710ae10ef511960282926cc5c12ca1dae31e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46023c6e748d27f1cc2c671964b09997618de48b9eda4ac74b9f6ffbc0187b0a
MD5 729f7c37236fa4755cce8e50c6608aeb
BLAKE2b-256 84c6cb11dfa3c9d07059bdc5d4e8886f3192ad6b9d1f4bb94752ffd70632b037

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 976aeeddfcc08dfefc11be1cad03a5ea659dd001dbba62698744317540b37e2b
MD5 596cdd01867f2e4eb7758e18eabaf726
BLAKE2b-256 dc488be881a76076cbb998a84070b62d5a152d557f53087edf619e8cd3a127e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c64316b8744ed8d9e6c93f88cd9d21f64d0be32e91a8569797b177f75fb7b66
MD5 cf80f419efc183144f44766b5965aed6
BLAKE2b-256 03ec9e3900548706efd4b98b3d12ce4cc7ff0f8e36568d69d4c7dc3e56cfd1ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7187c4427ace1da5fcc18bca7318c41061dfef5dfc3c4e8481bd1079e8d3c3aa
MD5 9c93966671484c3dc393497ff5950112
BLAKE2b-256 8a78f187cc9721062cbeaaf01b667862196fe4500112ab8f530339878dfffd01

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cef488b755943da3d6e3d7bcae71dcf8bfa496d99483a3383ec923c801c88413
MD5 a5da859be7f47e1f0d84001423e9d54d
BLAKE2b-256 4ac345e9f257c5625a61ffa2da13ecd7bdfcfa6e5d53a47de406fb841bc58e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a30841eb0177481b452c21dcbf1639f27dbce7d222e427968e0911cfad85755e
MD5 90f58a9ea5fd9da20c8373e9bb36ac7a
BLAKE2b-256 8e2fad69ca5e7daf4569abbc31cbcd2331dac85264be17af7f2f68ac2ac77c7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 41e5058c5ff90e7064d7a71282fb6f6b3d3b43e306794d3f049d592bda450aba
MD5 ced23beba245ae740d6f344fbee78cbb
BLAKE2b-256 a610b96b7f37eaed7b862bd0f687597d60c8fe2466f3d6bf852e164606ba574c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1075371a604af04c207dd69736e757ab73005737499d6639f5c3efb3516e378
MD5 845fc8298d71d47cc9f82cef92229875
BLAKE2b-256 9662bd44da973abbe99796032c167371d49d1255e6b1783863669bcf0cb580c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87c2e91f4bdef2cda4972b0f1d0d3d487577c178d7019dafb640f1d719499a59
MD5 bec038823f025d16d527ac647a2e6c22
BLAKE2b-256 3e4ea45d20fa2d4768e39e474fd86a2f7d489d4405822de76e01e1b05af95fe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

File details

Details for the file rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f622881bab1a0df83263fd6a063ac3a9058755ea46eebaf2bd4366fe07ccb12
MD5 11c9f0a36ccc93abcf298ab107559ee2
BLAKE2b-256 553f640f240b7d70ddad74e720244c1eba2224b0f7c5fc696b20a82530317bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on coenddt/rust-store

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

Release history Release notifications | RSS feed

This release

2.0.4 This release

36 files

2.0.3

36 files

2.0.2

36 files

2.0.1

36 files

2.0.0

36 files

1.0.0

36 files

0.1.0

36 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page