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.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 2.0.0
File
rust_store_py-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.0.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rust_store_py-2.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-2.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-2.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-2.0.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rust_store_py-2.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-2.0.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rust_store_py-2.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-2.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-2.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-2.0.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rust_store_py-2.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-2.0.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rust_store_py-2.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-2.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-2.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-2.0.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rust_store_py-2.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-2.0.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rust_store_py-2.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-2.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-2.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-2.0.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rust_store_py-2.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-2.0.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rust_store_py-2.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-2.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-2.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:30.9 MB

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

Download URL rust_store_py-2.0.0-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
4fe7ff64f2ceb8842686a12777bbb943ccc6112258e5f0e0096a7bed7f6da131
BLAKE2b-256 checksum
How to use checksums
f1948d195026d255b1f2127d181c027729e4661f4ec8a02eaf48954221944fc6
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 874.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
033b094a91148942f3458683899382c4301b72642ccab0c6a7b08340b65169ce
BLAKE2b-256 checksum
How to use checksums
1ed4258f8adfba48393e56af2882bf60a4c9ee06684d2a8175d5a9d9e0ae05b4
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 822.9 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
8e697447c014037098a9ec20e24c7e244f9aabc9761318b8e0304884431fc683
BLAKE2b-256 checksum
How to use checksums
fa7a865d9f73b0e6377275802ee4a7b38ee9fb4edc294ea266947aa6d9cc9ecd
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4105515d1fc7d27fa02cd2127d069c1eccb5a2b79cfd792fa139d262776fc854
BLAKE2b-256 checksum
How to use checksums
c5e5d86ca110232eacfc1153ed48505f35ba7e4f23aaba033cb1f814e2acd95b
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.0 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
55e8d5a2ffe11346cc227786d74dcc3c87a49e1ba65f957f0387cb3952c68fd3
BLAKE2b-256 checksum
How to use checksums
e84ea582db6da311cdf9ee40c653b5a3448d60fa9ae424d797fdc874eb1ccdf5
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
2b53105470648e22785d55f8b448b7159da0a215c7d05776580bd51589a30ee9
BLAKE2b-256 checksum
How to use checksums
be67ff4361c80cab8600528e23040b042ef493d13778e27db7bb9d418e1c86e0
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
61331fab31da091358b3e8d17f94f1dabb81f43c675c43206bdace2f91221895
BLAKE2b-256 checksum
How to use checksums
7a763dfa63bae35ccf89bb450bd2fcdc66e401c704973366a78ac6e426c9c30a
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 814.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
412cac733d0b3929b2eed17fd20cb62e7fcf3fd71513dc786c6ea93dd4deb117
BLAKE2b-256 checksum
How to use checksums
d4d70c5e609d95acccfb12959026a58ac25b1eac22dfeebc19fe7d02102ae966
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314-win_amd64.whl
Size 715.7 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
8c522fd45e881809a64e29b396b2346ce96317085f502cf53510f7d357bfefe3
BLAKE2b-256 checksum
How to use checksums
0f7ddc0a0bbace7eccd2acaca562ee7631911918aa9352902242b69d2af69fa7
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
f4704cb27cd13859a192ae699de59dcf7d4703f6d98e923d9b717129c2a34761
BLAKE2b-256 checksum
How to use checksums
bce3d944a236c0bba7231f5062a6970a9cbcc3dd16c2dbed4862ab15ab226474
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.8 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fd7d6baed365f64033e2507dd9ce12a9131c490e54b5d3673444e158d70a54fd
BLAKE2b-256 checksum
How to use checksums
1085b21e1842d36a5a4b0a1e5749be45f6e68fc8a86f08a622dcca987525f36f
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 814.8 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
73752ea64a276290089ffde6d54dfbee22f0bdde12338109f608ed8bc0e6363f
BLAKE2b-256 checksum
How to use checksums
f62f85956ec3e362b4d219d15db1199ad281bde249ff4dd445e8daf186746b51
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314-macosx_11_0_arm64.whl
Size 757.2 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
651e3e204674d7de7199137e41d766368b23924a9cf586d7f578e8e338808884
BLAKE2b-256 checksum
How to use checksums
5f78ccded64e12c9fb02a92d9d0cfea37f1c6bf532590ff363dae821c9b47ddc
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 805.7 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
8c8cff07df70ac18e9deb50278f0022bc01703df733e18390bafdb844cde57d5
BLAKE2b-256 checksum
How to use checksums
2894a7bada491350c4f3eb016e0d9a5c64b293308da6240436bbd55b5052aa22
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp313-cp313-win_amd64.whl
Size 715.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
d9a3832a2c0bfc5c48f8154ca7d849ebaf1ae33319d3de2c97619cb8f8d1d1c3
BLAKE2b-256 checksum
How to use checksums
5b239c47bfc37f655b612e770f92a3ef088845c84c28bf02672d1d894995fdad
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
443c6057b2d33483655c74e29b29b122b58dc441ff155f55b17ae0d870a4233a
BLAKE2b-256 checksum
How to use checksums
349fb13d33cb830bf926386187f5678f8c3817c41af13647176bbca5bc718745
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.1 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7e7db6a57b9646f58212810f59191921ff0ed7a4a599117a1d69d386e4d93e89
BLAKE2b-256 checksum
How to use checksums
6d689df5ecf6d6608286326c9e1881d6d5368647eb52356dcf33fb8e3238cb30
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 814.1 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
60dd172bd3840a161d0fa1d3fb0666b35893ccefda227e45dad53c065c643d0b
BLAKE2b-256 checksum
How to use checksums
6200fe3ba0b4378c986060109bc04430710a1470d5293c24c7c4c860f1725012
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp313-cp313-macosx_11_0_arm64.whl
Size 755.0 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ef3ec75d6746ecd0e9d7a2f86957f5b24cbce7674979a64eb9dfd2bc50190618
BLAKE2b-256 checksum
How to use checksums
8f9ba44fa8d4fa166f38db5277c679bc16090d4092a4a960042628a8a6a89a51
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 805.1 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
ea5fda25290768776b35a80eca471cee4fcaeaf713644c04dea61e106a7822b5
BLAKE2b-256 checksum
How to use checksums
914c9f265dfe0cb41ee4412675e5b797e77d9af089cfee5a2c90d112e9da55bc
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp312-cp312-win_amd64.whl
Size 715.9 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
75aaa709a7347130e5166c6259bf3efc7ba43cea2b87c30d3ca2441b082b1a51
BLAKE2b-256 checksum
How to use checksums
f26f6d654755e0f8967ccb8ab86afe2dc1f4129bf19ad22ad58b969d6beec202
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
816638a343aa94f91a16603668b2f7d2cf1cbdb06f1e2cbcbda0000aa642cc27
BLAKE2b-256 checksum
How to use checksums
ca9c2317f9fdd06cd071fd1941c7c741e34e3374b76d8e6b9ec9da8529ea2c34
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 868.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6c81d32f33755e4287988a5ee495ad0c039298ce5b0239bc75ef8ba9581d9e12
BLAKE2b-256 checksum
How to use checksums
70e461195bb99fbb360d11fd3806dda77d77b859db5cf7afbf5d46d95e75baa7
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 814.9 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6325d77eba68ff4f71e6551450f4b04b78cd2c5fd80a47fea828572ad55d684a
BLAKE2b-256 checksum
How to use checksums
288626dea8d8154c0fba6f91c69e991336eecc79f43461586764098fe73ff1c4
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
Size 755.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ca2d4286188bf88e4de96fb380567aa52dcdb81d824eb3a9ac8498a32da0af35
BLAKE2b-256 checksum
How to use checksums
d88ffa0e85c4a42273eacd5299044273a410ae86cbe56d1bb309ee984b339327
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 805.6 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
0c55a69f42d17d6dfa7aef0b91549009db240baeb8e9410b03956061ac02dec5
BLAKE2b-256 checksum
How to use checksums
6a33f6124ca222c400abcd49320007ab0d13f0a5c6db536aeaf61af20b1fd314
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp311-cp311-win_amd64.whl
Size 719.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
9e4042eb1dff2681bb0829259ef351781a36b3d3baf423b49686928ff7e69336
BLAKE2b-256 checksum
How to use checksums
aa216f77288d7b9d944324f34afa7f5ddca4f24d6bfc0eda2e660fbd373b4d7f
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
b441dc54423d087d87b0b54f29d8829886e543505d5f3084042b76e2114db7ec
BLAKE2b-256 checksum
How to use checksums
ceff4ae748eb30f358f97d92fea1ca6c495ece027c38752373781d12cc2ebba7
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 873.5 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e0bd59d2208f202e98632e8dbe5bca413c773448d715363636f758f8143aa923
BLAKE2b-256 checksum
How to use checksums
49c60553f060e75fedb7ca89e4c28bb5b40959d11301677a2f91cbd8cf972f12
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
b61907356235c25e34b5a66cf3a009fb23f1ca0a26bc057b6f2ac89630058744
BLAKE2b-256 checksum
How to use checksums
d4f0dfe2cf243ca02dd83e402d3ff48422dfd6cb26fd0c6df9c63904f5a12c43
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
Size 762.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
aa0cc3393bfc9650c533ab4803f792cb2e2664af5f1db6d12aed4da44950fe78
BLAKE2b-256 checksum
How to use checksums
7d1b5a553b5598e3752d3d285051847028c4b9a829d98ed3cd96b4880a16e797
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 800.6 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
38b7ffd191baf8bc4cf762741815d7da7a3fb50eb4e3311fb57d1940e39c75fa
BLAKE2b-256 checksum
How to use checksums
b839bed0f39115273f1cbe49c6cb88fbe7e19b1c85076e3d3b55f3fb1f163446
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp310-cp310-win_amd64.whl
Size 719.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
106f5cf5e0b69151e78d21c7f03e9d8dd07205506176eac77e6d26c7fe832b86
BLAKE2b-256 checksum
How to use checksums
871d13c2200ed0d3f5ed1542054579ff27504207f971b18741b89448b4235004
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-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
db4d0065993772195fcb732aff5bcae1d5e8f38254d76258d599ee04e7b6e07d
BLAKE2b-256 checksum
How to use checksums
9688700f4caa7fc567541ef778309c0aad8f63c7f002ecb42ae360a07d139583
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 873.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c86bf6ed433b4eaa249b267a838a8a4fc5381d0a00a7473e10a28d26f4baec93
BLAKE2b-256 checksum
How to use checksums
2eb55ce3b9951259b4907ae612622a2894ef4ca99e397b60d800ec0c9cd57cb2
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 13, 2026.

Transparency log

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

Download URL rust_store_py-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 820.7 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5bbe2d56b93b4017d39fb6b2b3f7f5dc1efd233a2e3a5bbc0fbe85f9b99580c2
BLAKE2b-256 checksum
How to use checksums
6d6d45884135969bbb5ff4da1f22a990a6be79b336587d8a0fda5fcafc4cf751
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 13, 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

This release

2.0.0 This release

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