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 1.0.0

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 1.0.0
File
rust_store_py-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-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-1.0.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rust_store_py-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
rust_store_py-1.0.0-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-1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
rust_store_py-1.0.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rust_store_py-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
rust_store_py-1.0.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rust_store_py-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
rust_store_py-1.0.0-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-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
rust_store_py-1.0.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rust_store_py-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
rust_store_py-1.0.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rust_store_py-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
rust_store_py-1.0.0-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-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
rust_store_py-1.0.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rust_store_py-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
rust_store_py-1.0.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rust_store_py-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
rust_store_py-1.0.0-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-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
rust_store_py-1.0.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rust_store_py-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
rust_store_py-1.0.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rust_store_py-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
rust_store_py-1.0.0-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-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details

Total release size:26.6 MB

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

Download URL rust_store_py-1.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 961.6 kB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ca5ff4747c22787878d3387d3da640c6ec4b30a4e3c8a6b4faaf59df8e3e9684
BLAKE2b-256 checksum
How to use checksums
9058156a3aa4a51346440d3d45e19d6cb1c1eb086dd4dc6755c138339af8c34d
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 752.4 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
b8de3e937afe1196d77f2faa5772e4be787717f9b257a4ebc0bbc32c979b27ac
BLAKE2b-256 checksum
How to use checksums
3d9bb00ccee00029a94dc2b28fe0da017d28a0da25cc3e7e893e74a3c90dd3a9
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 706.9 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
fd685a6a98726a64fd7f943da06a7b219bab38742110c2da33c4a4afe28b4bd1
BLAKE2b-256 checksum
How to use checksums
66dc4eb5804080c477dc512d8cfe104bc102766160e42a1850e47002e6b907d0
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 744.5 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1db66c41372a9da1ed7120434c76404653eee40c32db857ef3c7a3ad90f69636
BLAKE2b-256 checksum
How to use checksums
30abf257a9848b2d88dd0dc5314e1e44dca7a69a8ca52f595909af70768ebadc
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 743.8 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e8776da6e2d86e94f799e587d7787cea171399c2321535f1716ab72bd592ca6c
BLAKE2b-256 checksum
How to use checksums
c0aaf947b6c66808847d339c24564fc13152a2f894e91ecda16613430eb3b757
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 954.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
886fb5a2652a3525d4fce453fd63f57b40f2cdaa6d482ebf8ae80ef4369b1b48
BLAKE2b-256 checksum
How to use checksums
d2fd59ca20dff56aa05fd94753f8f565a5b0443f30bee98268ffd9b5c427781d
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 745.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ab4b1293c92cc08ca9405cd91190c9369d5c4c5f7860379c13369f2ffe4b38f7
BLAKE2b-256 checksum
How to use checksums
f56ec57fc51105544a9775408cd12313d32287b5a9588cf4dfb81303bd6f9d5f
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 700.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
62711001a4f866011ef05a8d3227d8ed2427abb7b552578a99acd5b5252dea1d
BLAKE2b-256 checksum
How to use checksums
f3f2a768e226c92c603cd9ddf04f7d1d2f3973c7b11d1fd709ecb66f376ef759
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-win_amd64.whl
Size 589.1 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
1c9e1f0eb24faf8bf43d5f668e0b5663f632937eb55bf13b5a6fcc7c40a6879f
BLAKE2b-256 checksum
How to use checksums
1cf302d36b9fd20d5de8e7b17931d6077217e47b737d205bb9ef5199323e793b
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 954.6 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
33545b2cd191b3d561e0e7d96acee3fc38195ffe597e6ad6cf538a3cf0023aec
BLAKE2b-256 checksum
How to use checksums
f65c07091e55dd9dba9e75572594dabfccbc16cc1d807ac2d551f9560bacd0d0
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 744.7 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ec0914c43a39b5e2eafa24776a11136397acbb28a66f8d6e9123eca08b82163a
BLAKE2b-256 checksum
How to use checksums
2ae49bd4a53ebd1d72ebb7d0978424fc69ce42a708ac1dda96856986b889d044
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 701.4 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
94b69a4e75369260a1b1e47471f82121369772712e34b9df3db8721ca9acaf98
BLAKE2b-256 checksum
How to use checksums
3cac9a9139b006d24e447c44aee8ecf81259a9fc5993c87ce1842c149ce18cf9
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Size 647.0 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ed8176e189cccdafdccd89d459ff535d254b7bf585e1805e9dded7443297d16b
BLAKE2b-256 checksum
How to use checksums
96bad6ff048ce300b5fd792040f4afd664258cdf5adfce854f350bc4163ca2c5
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 687.4 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
21ad7af763daf9be52fb18d076cb57d94a6dd71ff0fb2bc7d9964eabd4103dd8
BLAKE2b-256 checksum
How to use checksums
cd8858bb534b26414ae23fe17fe6136f1cb413781a2cba7d4715d4e9b48cf84d
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-win_amd64.whl
Size 588.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
d061ca507db5959ad2fec02c5631a168884fce8b5e77a5d89319099428a881cb
BLAKE2b-256 checksum
How to use checksums
aa1337c128b4925894a9943fbf446b935fdf44deba566417f949f0e76c0fc7b4
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 953.4 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4989dba2112f7c813818febca18ab85ec077c19987c4ee2dc28a4d69ffcd8e93
BLAKE2b-256 checksum
How to use checksums
08e03ae4398e595f4b092eae67098b20fb35b60872602e195db04535f9d19c54
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 742.6 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b34274d0bc0320bed142d2fe1048defc544f61f725ae4e563da0c7a17e9b5ef2
BLAKE2b-256 checksum
How to use checksums
809ffa022f5e9736f5154b4e2f19512fba67a08b542471d22344b93b3836d8c8
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 700.1 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
58b9d2c92eeb2d17021802848fda1d579a069976e09aadf3e237bc71c90ded28
BLAKE2b-256 checksum
How to use checksums
74c3a2761d5a80de5f4a12db766e03f3d76bfc47fd9ba2c9e608939fdc871c1c
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Size 645.1 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fee99a1afdb70dc1751bdd172b04b4fa6d0bba579f116d63dc11bca3f1d21ea7
BLAKE2b-256 checksum
How to use checksums
768bfe0b374cdb1d90abbe8e8468709296326b00d30ff9613148d5c9beda6b52
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 686.1 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
57f21ccf0cd65448268fbf076ddf1da7d32a5f74ba20daab6586b69b4536789f
BLAKE2b-256 checksum
How to use checksums
1d68481637f2973feba4b1002586027f37c9b7e7c6ba520a24a50f1a0459d19c
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-win_amd64.whl
Size 589.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
d6be1b11ce5739fe57f9d4dcf9989eca8efa47fa9ad62c3604dc7961476fde6f
BLAKE2b-256 checksum
How to use checksums
f3459d8c0f91f8dac3347ce110c10d0287dd23e723f41f269d1e668eea31c562
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 953.8 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a6b89bee119c1d1d73cbbdf6b1f0e74fc578640843ddfac149f1bc08a95e4f74
BLAKE2b-256 checksum
How to use checksums
f368b37463db2fc1656e37cfb427fe07f9657b13f0e05d61165df18bc4c7c141
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 743.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
83c24fb9cf366022a8d02e2bec5d77ae8f55c0c4b32c171eaaea16862726ad84
BLAKE2b-256 checksum
How to use checksums
404ae193c354c51c1014aed839cdcee2b4952afa59d05103e813c035ccdaf403
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 700.3 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
30402725a6636ba8cfe3ef08a214d16e881d5b8a4ce4f3eea0c8111ce90666a7
BLAKE2b-256 checksum
How to use checksums
1f9654ec0f6778b1ea5a1b615b27f9a282a6429fe6b843508d89cf41c4351e2c
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Size 646.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0bc8fcaa9f6a12ab7af3cea07c032f4f8f797f119c7fd4f641eadb87ecde04a8
BLAKE2b-256 checksum
How to use checksums
5706606e83f8fe57fcc5cdf45cbbcac4fb7713778be497d8733df2131a4f9f0a
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 686.9 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
3efa77dffa1928e8e513c715d2d04bcc1deb63ae652e38c76d066803b6a95d4d
BLAKE2b-256 checksum
How to use checksums
1cdad0af44dee19387fa7c68ca577c743d0672112cf5bbb449067c969d54a115
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-win_amd64.whl
Size 593.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
48bbdbbfa304fca9df1b1346bb779e8a18ba9c077c3de50805ed98204dc6ebda
BLAKE2b-256 checksum
How to use checksums
d22484e0190e8df30ec66d4d29b7a234fc6c8d8dfb14532da91eb44fb144dc3e
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 958.5 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
fdbd542e7b2917b993b192b71fb0ec6c62c09c3cfe55cc144de886c4d1c06503
BLAKE2b-256 checksum
How to use checksums
7594f983bce4fd17c8ebb3e364c20688556b487bd4a37db1c04531a8afbd576f
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 749.6 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b19fc3650430da7cd478aea25e170e097e4cb32c03068365f58e5903f49bacb0
BLAKE2b-256 checksum
How to use checksums
0454e544eb0024e210bfd362ba2dc716e24899b89610f313462bb5eae3ba9555
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 705.5 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4bf4c3d48fca3432199264ecf5307e43253033f41601340700d9c75958153906
BLAKE2b-256 checksum
How to use checksums
d44fee1e5f259b9c4c1fc9a2df05d1549d146e1e610da9b1b315f63ead52507d
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Size 651.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6fb1bdcac37c5242738bc446537fa3e194caa89c8bcb446202c086d4429e9641
BLAKE2b-256 checksum
How to use checksums
274737ebc1840b7d3a71e0a25ac23d88c9af5fb1977f702ed5b07d6437d8fcb2
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 681.3 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
6550f4a6d48b0e27c942bd2619202fa3c65f763305813fe442e2ea50ef8cc343
BLAKE2b-256 checksum
How to use checksums
c43a78386a56cacf693b547da8ccccca138f1960c8c7214d613018ab1c2e801b
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp310-cp310-win_amd64.whl
Size 592.9 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a07c9620f6afe8416e77607ab63a6a5297c97e83e923683382a0b0804a0b58a6
BLAKE2b-256 checksum
How to use checksums
49d9d2a453a0322bda30e6870e3257037d671b42a23330134c373ab3f97c8fe4
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 958.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cf8e6f17772f8841758b0bf954d13e152a0418784b0071fc97a2fe72da3bc929
BLAKE2b-256 checksum
How to use checksums
ffbf658186f0a8c125b2cd5984af918f48dc19cc4f04f355c27b33f1afb33f81
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 748.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4a839d3d35746dfa08b43914acae7bfa61454046dcf7fed579bc2bd30d52fc5b
BLAKE2b-256 checksum
How to use checksums
6a905c4ced1d194d0f874ff34ab023567686bbacea355adeef0559885b9377de
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 12, 2026.

Transparency log

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

Download URL rust_store_py-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 705.6 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7a7e9919659b4328cfcca64ed41aa599a1d60e74dba2ca80680fe728bbdd8585
BLAKE2b-256 checksum
How to use checksums
eebe0bf0afeea83626815958567f3ef7ea45fc82ac3fa382b034ba352080e78e
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 12, 2026.

Transparency log

Release history Release notifications | RSS feed

2.0.4

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

This release

1.0.0 This release

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