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

Release files for rust-store-py 2.0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for rust-store-py 2.0.4
File
rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
rust_store_py-2.0.4-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
rust_store_py-2.0.4-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
rust_store_py-2.0.4-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
rust_store_py-2.0.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details

Total release size:31.0 MB

Release files / rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
49bf08a3d1012895822541de7e374735580af4cf28e43a85c3a3ec0b61a27d14
BLAKE2b-256 checksum
How to use checksums
948ca0230ec7563df26cccc4a15430d2084312b7fd699f15092c6e94d7d650d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 875.0 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ad9d1d531840c27fc77f71ffaa7a6a082bfffe88419367b0eb96229f183f78d1
BLAKE2b-256 checksum
How to use checksums
13829dcc6a7c772ca0f0bfeb5780a046b4cc756acb30911a428c27e3961bffbc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 822.8 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
7b61f023876309a4902601cb0105fcbe7a7882279c1300211f4d167da5e83195
BLAKE2b-256 checksum
How to use checksums
6303573352d3822d3c5cdea24b207934d95de0c05b6e396fc166b7cb1a2085d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.8 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7351f7ebe9d67abbcb1739ba9af0ef6b5a52f42df096da98646687eafdcbc719
BLAKE2b-256 checksum
How to use checksums
8db59cea5dda2d98510ffe8574758dfc7a7709b75654a2af5d9c05d0656fb09b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.3 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0182ecf73cd1f798ad25fe69c600cb785834c079ce8c374577b0f041658ded2b
BLAKE2b-256 checksum
How to use checksums
4c54f6d9e558472ac847421a99620ddc90c73982c62ec928702b8aa45881e78c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d1f9c2bbb4bd5ec131ab5aa5fe1876e5725ad02a07da94944eb82d8e3773c3a0
BLAKE2b-256 checksum
How to use checksums
0b34acf71d79f9a090bd4f2034d3b25b094d492720a1a751a53c40181a48a668
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
856e7641dfea3dd9054f88bfddcaa8c19da6bbf4a8e5bee390533f54b9bfa667
BLAKE2b-256 checksum
How to use checksums
bb421b3b7692998f3030a2f51aae387c3d6ce470e7016f4149aed923352cc5bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 815.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
62dab60c373504d5f81407ca09d5904f08a0f72a420914f959bb1245ae917ee5
BLAKE2b-256 checksum
How to use checksums
116e2e91f4aa74ad478a4d66b1d6b0aed6ce5b5c9d68cef5c9d0cb788cb48230
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-win_amd64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-win_amd64.whl
Size 715.9 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
379c8b1cc8e45dbbce74b48f9c1526b074ad9d656c848e0ac6a21130b4cc8674
BLAKE2b-256 checksum
How to use checksums
1fbde3495adf4baf7290ed152fd893acd19fd56b65ca315c868d52df9b4be7c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
66acfcc5d942f5ae405c7a291f6f69cd41422016509c49f4b8df3e7d77894f81
BLAKE2b-256 checksum
How to use checksums
c26654ee3260e4c736c60132335a6d5b5a3697fe7ef2484dbc269dc882466859
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.1 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a186e0e8062173ecf3bf3179927cc42208ecbcaf2b6d8850cb69016044bc5364
BLAKE2b-256 checksum
How to use checksums
b2d67bbad1a3974c7563300df61cc5f1f3ef739ce68875780fb8cc00e335d479
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 815.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7f991dfb51079eec30dad7d8a8ca0c353f591eafa00d9ebbf5ab2e5d768921de
BLAKE2b-256 checksum
How to use checksums
ede6567ff9e392683ea8d157a4b5fe715eb287be4af8c38a7a6b9443943f491a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl
Size 757.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e7af8053bd32e8e750830bf248ec86b7a59398247f6d07a4122c79c8f57e99d1
BLAKE2b-256 checksum
How to use checksums
07569886a06cd2d6ff97d8773ad75d6c6ef94046bf81dd7d8ec21940355e1d4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl

Download URL rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl
Size 805.9 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
dbb1b54f89bed97d66d64edb247667e4ae40eb22b976324a85825b338c5663c6
BLAKE2b-256 checksum
How to use checksums
c7fcd8a1f39881be2b5bfc54f0ba4d1e6958d6033748871960e5493b6fd8d89a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-win_amd64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-win_amd64.whl
Size 715.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
825b160e521ae1184acb4891598121484164c571fe4d80dbfd8a62cca473f970
BLAKE2b-256 checksum
How to use checksums
de0ae59d47807484ef24d7816abd112fcca531649910b7abd930ea3b5abcd64e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9631cb32e3cf7d41dd8f09a6bbdab219e3b49ed42ccf09ffde8620d9422245bf
BLAKE2b-256 checksum
How to use checksums
73a033bece23b9560d91b54e748013cd1d941d4300d36868ec1dae3f8022ce5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.4 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
38027075556fd19cf92cfb12d0fea22e7e6239e0fac4fbc9e9cb8e2b75d9cb76
BLAKE2b-256 checksum
How to use checksums
c92874ac2102e22233403c6f20ea4f46b1202b71ea972d6c8097294246f66223
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 814.2 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3d4d8c577c536d9861935793c567ca164d7545e08615fe0c894aa0dc6c4b30c0
BLAKE2b-256 checksum
How to use checksums
e555941c6421f3d2f6fff6b15a544c24cdbf517a5df4c1e7c3e0542c54390ed2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl
Size 755.2 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
058755d78971d898677f52aa807851298fd4143959c3e5d1d68aa150dbacfa9e
BLAKE2b-256 checksum
How to use checksums
5de1399dbef2c41810eac8f75041b902685972ef209c22f2e87fcbf1ea5dbdd1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl

Download URL rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Size 805.3 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
bbf40efb67f069df5df7723f3422c99004ab5b9e384a0d9c70d3af6c62b1909b
BLAKE2b-256 checksum
How to use checksums
7f62f38e39c3f3dbef6da0806de5a42a12fc0c0650c346e4f97e14e48ce74d6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-win_amd64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-win_amd64.whl
Size 716.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
98526dcfd0d0b2b433fadf9a4a1acf45de05333c0d6b3d36fa655b6fd1b34e22
BLAKE2b-256 checksum
How to use checksums
90389502729b1072067ec245ed56ee3514bf60e0b19463e4534c528e28d11c0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f584b5302ef38201229e748870e1844c093d79362b859d5834d3df3c61e4cdf4
BLAKE2b-256 checksum
How to use checksums
391375db52f67859e1d90273632e5c9704881ba59b2a7b8359fe6d9c0f721a64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.7 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
64a41f4ec13edd9687ca4f554eff82ad636e916563abd3c6b041c38ba8164fca
BLAKE2b-256 checksum
How to use checksums
ef1b41ebe00ca8324c224ece617818b463f784262ac19daa3a60a7544330cb48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 815.3 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d3f5d1a4ff41813f3bf7e10a5b9873f3e24265a2e3f11752098f7a7a7f1fa247
BLAKE2b-256 checksum
How to use checksums
74f6991b20604dde39efebec211c24490380b1b5ccb95e42004e57da25e3ddd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl
Size 755.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
253d58eb1f27dfe81c8e77c5bd7ed78e66b9494b282f5e8a344d06111370c281
BLAKE2b-256 checksum
How to use checksums
5bdc52d682bd53c4967bdb192407cf6b248ee4fdb6d581a56492760a53faf0c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl

Download URL rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Size 805.9 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
31b07130a19d15ff3c167dc29c956bbf1f274f7b45839a227badd5f4660a6c6e
BLAKE2b-256 checksum
How to use checksums
c97eb7f7659311a4dfdc66b01f710ae10ef511960282926cc5c12ca1dae31e4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-win_amd64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-win_amd64.whl
Size 720.1 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
46023c6e748d27f1cc2c671964b09997618de48b9eda4ac74b9f6ffbc0187b0a
BLAKE2b-256 checksum
How to use checksums
84c6cb11dfa3c9d07059bdc5d4e8886f3192ad6b9d1f4bb94752ffd70632b037
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
976aeeddfcc08dfefc11be1cad03a5ea659dd001dbba62698744317540b37e2b
BLAKE2b-256 checksum
How to use checksums
dc488be881a76076cbb998a84070b62d5a152d557f53087edf619e8cd3a127e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 873.8 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8c64316b8744ed8d9e6c93f88cd9d21f64d0be32e91a8569797b177f75fb7b66
BLAKE2b-256 checksum
How to use checksums
03ec9e3900548706efd4b98b3d12ce4cc7ff0f8e36568d69d4c7dc3e56cfd1ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 821.0 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7187c4427ace1da5fcc18bca7318c41061dfef5dfc3c4e8481bd1079e8d3c3aa
BLAKE2b-256 checksum
How to use checksums
8a78f187cc9721062cbeaaf01b667862196fe4500112ab8f530339878dfffd01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl
Size 762.8 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cef488b755943da3d6e3d7bcae71dcf8bfa496d99483a3383ec923c801c88413
BLAKE2b-256 checksum
How to use checksums
4ac345e9f257c5625a61ffa2da13ecd7bdfcfa6e5d53a47de406fb841bc58e21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl

Download URL rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Size 800.7 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
a30841eb0177481b452c21dcbf1639f27dbce7d222e427968e0911cfad85755e
BLAKE2b-256 checksum
How to use checksums
8e2fad69ca5e7daf4569abbc31cbcd2331dac85264be17af7f2f68ac2ac77c7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp310-cp310-win_amd64.whl

Download URL rust_store_py-2.0.4-cp310-cp310-win_amd64.whl
Size 719.6 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
41e5058c5ff90e7064d7a71282fb6f6b3d3b43e306794d3f049d592bda450aba
BLAKE2b-256 checksum
How to use checksums
a610b96b7f37eaed7b862bd0f687597d60c8fe2466f3d6bf852e164606ba574c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f1075371a604af04c207dd69736e757ab73005737499d6639f5c3efb3516e378
BLAKE2b-256 checksum
How to use checksums
9662bd44da973abbe99796032c167371d49d1255e6b1783863669bcf0cb580c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 873.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
87c2e91f4bdef2cda4972b0f1d0d3d487577c178d7019dafb640f1d719499a59
BLAKE2b-256 checksum
How to use checksums
3e4ea45d20fa2d4768e39e474fd86a2f7d489d4405822de76e01e1b05af95fe6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release files / rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 820.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6f622881bab1a0df83263fd6a063ac3a9058755ea46eebaf2bd4366fe07ccb12
BLAKE2b-256 checksum
How to use checksums
553f640f240b7d70ddad74e720244c1eba2224b0f7c5fc696b20a82530317bd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 14, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.0.4 This release

36 release files

2.0.3

36 release files

2.0.2

36 release files

2.0.1

36 release files

2.0.0

36 release files

1.0.0

36 release files

0.1.0

36 release 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