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

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

Download URL rust_store_py-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 936.2 kB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
1636886cd6624a6b96f9873a8ee5ee61e90c5aefd1b3c89c0cf9f3e727c43812
BLAKE2b-256 checksum
How to use checksums
afa06c3f4bb525561863799afcc365b1c8bb465e8d52a8b6a4f3676511171120
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 730.4 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
b2b541627ef12dd9211c39ba2c95e09171fe3f79e18fdc12d2d4a6c54126aa50
BLAKE2b-256 checksum
How to use checksums
a079a1e0f5ff96d451694689b9f04b76d66a472b9e8ce773508495b9c35b3125
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 686.5 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
c30b43a917017e5bd52546311e744b226edb383fc854aeef0974c948e983b791
BLAKE2b-256 checksum
How to use checksums
ec7b9139902145e9aeed288f86fdaa29ca464ee1818835659f853c83f208fd99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 727.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
83249f7e5276d017ae72e0b69eb0f3da2031f711118e3907b49a35dcde53feb6
BLAKE2b-256 checksum
How to use checksums
6aabaf8994f6b2a5fe3c55ea77a8f54796eaf1409e5938aa84852073edc17f8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 726.4 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1d63ee16cb54e0bf89e3575fcfcdfa5a4a4c9a5971692abc3d08755350f53859
BLAKE2b-256 checksum
How to use checksums
072dcf9d00f0bd495762e91148556566ba6f8bff14d1cd6afd313ee2f039a1b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 932.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e34cb90a709ea9020edd34ff6c44dbf639382ab74d91714731ae828918b4618a
BLAKE2b-256 checksum
How to use checksums
384f902dabb54d7762e3c46e967803d07174a9be9aa211465287c798723f81e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 727.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
46a9f1903bc6d95d010b471029f07ae605c61be2f29ef87fc8449ac9219c2470
BLAKE2b-256 checksum
How to use checksums
c7ab44621f5e813501ec6349376fead87a860f7af7085a92ddb117eac891aa22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 681.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8e8ca35e78b8d8d1ff049bab5f5f706edb49c15cc0800444ed96ee603363fc75
BLAKE2b-256 checksum
How to use checksums
98d60be19978ce118510650f6356d360684e6d1d1a3bc4bd6c284ae3141c27f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-win_amd64.whl
Size 569.7 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
52ca51afafa8471bca273ceb00c4c1ac4aa3d5c8e8c2454476d419aa6f604b31
BLAKE2b-256 checksum
How to use checksums
050e7896f8a546deb5678f308e20cacaa797de6620c84d94daf997f275359d8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 931.9 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
472255590d93ace6aaae0f5fa0c39c2a764f5b8ad54795b6495b41208242c077
BLAKE2b-256 checksum
How to use checksums
5c235ea19e2198d9a8f8bb5ba03b4f7722e6abbfa0928c85d4491e0414087bb0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 726.7 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f0420a328c80a09951836fa1610a6e45f2078539ae1389ebe8cd379b5fb7fc44
BLAKE2b-256 checksum
How to use checksums
a74d9e51fa811d8f9d83e23b1bac1bf4e0f1917e480296c2ed715b4267c2c360
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 681.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
320dd0297caea5b92990ab5b051d17e25aebd1df160a917152f6b8d278a17562
BLAKE2b-256 checksum
How to use checksums
82fa442dd10b72b334a5f6af18b8524f797c95a1a9fdc25afbe02ca2b7e94047
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Size 629.1 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
56ca363835e81ab9efb2e2d5acdfdf055c079dad5ae5601040b7a72361cfac76
BLAKE2b-256 checksum
How to use checksums
388b89637a6473f395ad45af9eadbee7792b0c45fb30b5c1d61b7398524ff37c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 668.8 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
6e6760b69181aae555b3868401f6e7a6f1dc76c871570ba4dc2319f00e88a695
BLAKE2b-256 checksum
How to use checksums
cca53b696e23c94841c8db4f40d966930808f1e9c4db50ed4f50db405fcda639
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-win_amd64.whl
Size 569.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
87de6b7f4c4735bae6fc83018d0b43627106063eacaf66072f8619a5b3bed0a8
BLAKE2b-256 checksum
How to use checksums
e76e91f31641a58dbc8dada808eca2472f8201c7c738b7d6167b0eb4fa9d7f61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 931.3 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
344ecfd25620ec65d82726aa628fa7c11caa67425db25e7e63f141d17c7d1871
BLAKE2b-256 checksum
How to use checksums
64e396b7a7d8aa18f115c94f0fb943013aa11e9fbe298949e71a1c247c39d1c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 725.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
47f65d2b9ed32b40c6ff54d2805c439d81b1ccdbb81994ecba8eba970b75f83b
BLAKE2b-256 checksum
How to use checksums
5ce8c911814fa3dc3e5bfb979cfdaea1340e53a1b461d723c10b01201debdb8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 680.3 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b50d9ef88ff59bec527bf233591f2b4d698547cfbb91af311fdbec1d60f2e28a
BLAKE2b-256 checksum
How to use checksums
0e708032fe9283a6e145d4790fcc70d2e8e2097312004547c211ca5160df98b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Size 627.6 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
755e0b0e36f91b89b4a37fbce8f0c41cbd1c57ceee6c5251f6b9af01e4c46448
BLAKE2b-256 checksum
How to use checksums
474c4944c8bf7d045298eabf9b58ef80dbb5a4b4169edd4d105a375748b6ae65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 667.1 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
8dadcb39787a5c08f123082290eb18e6b1f13d8a0e34b602cd18872cf71a2b1d
BLAKE2b-256 checksum
How to use checksums
6b920f34d454b02f7cf396b586f7b9116ceeb350d75df338093434d622fae291
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-win_amd64.whl
Size 569.7 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
b14983889eaeb2b80e9d5205d4d431cf66a5b0c63dc978dce09faed81cbc4de0
BLAKE2b-256 checksum
How to use checksums
5842deed4c3419e71bea0dee8ab4471b03a53aaeccff2d4834ab14a74a64a5c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 931.7 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9070690f592d9ba0bb10c05b5d432c6540dd3a41c1555f41d04a5021b3680b88
BLAKE2b-256 checksum
How to use checksums
0deafd946b7bb2d70d34b2bef885757b742ae3dc4fa80e2f9ad8e00e335a03d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 726.2 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9366fc39fb9c2d71f38e4c6e48eee91be0d4a24bb15d8ce8877a63d055732d03
BLAKE2b-256 checksum
How to use checksums
b78f0c823c68c19922d215555b07237da3aac6a9217ab8890ca3037496cf60a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 680.6 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c139f351d3f10d403166c7c478f5b06cef7b413b3d09f98a1859f2c9e49524f5
BLAKE2b-256 checksum
How to use checksums
77b13340b6179e48b49810433dc890b5f3eb655d13276d40ae912911f4666d6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Size 627.6 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6029e43e83f15f36fe81d50b562030df65b5d2dc4c3a1b20cf9e76e4b6466c88
BLAKE2b-256 checksum
How to use checksums
2b8c99806624a960dd15798cf54bc3b84e02c84f758e831314d17149740e7665
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 667.7 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
6fe08faac9846e5bd879c6186daa0b49b96b025ebf7e8d0fc2ac78dbc70eeceb
BLAKE2b-256 checksum
How to use checksums
0986938cc66d0a180550a4fe16e38c5ec76dd8f0724c7bee2749b4ccc48459aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-win_amd64.whl
Size 573.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b6e6c80a5944e32e9843199d0558bd5e7b434cd098a0fd72eac22a852d75772b
BLAKE2b-256 checksum
How to use checksums
bd76b3f085ce820c72c661a39351eeb9944e3b4b36723fe22891918ce348d33f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 937.0 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
02139023b47554d9d07b9f5b7738ac40b4c59c11f24e4173615235edede7114c
BLAKE2b-256 checksum
How to use checksums
f2f929017f069fff8bac18f38d2c32919ff1418adb42a55c9db01a1950a6a9bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 731.6 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f96fbec07dae434a1720c9fe192b697d0d85f4dc36303f52c1ac62a0a382efe4
BLAKE2b-256 checksum
How to use checksums
ef2599e752e97cce4194f18ca57fd98056d23b94c7c06dc974b27c5e3eb45df5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 686.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7638246ee6e8131e627fea965f529aae68f1de495715d7d8e85cee0f78956e1c
BLAKE2b-256 checksum
How to use checksums
466bec10cf4b256a336b1aafc495820d2cc44e56ff20e3518035866a2ba6c2c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Size 635.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b4c594b36701ef9711e0ead2dcbf1563151d002623b24089f33f1b85a0374a40
BLAKE2b-256 checksum
How to use checksums
c1b3cd4d7a1b4c0a0287adbd38d5c29299254ac9e40fd2e90fabb15535d525f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 663.5 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
101f0485b315caccbe74242c275c7b46103f4c844dfd30263f4fde5e46bb85f6
BLAKE2b-256 checksum
How to use checksums
af0c34ab7128ecbf65d5987711588fd9139d854f77062daaa28113588b48d98f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp310-cp310-win_amd64.whl
Size 573.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9965cc5ef2c24011cb2af54682c486a42da96d4c355a689b737840b813515706
BLAKE2b-256 checksum
How to use checksums
e80ed35852862a8b2bf61e07fbbbe3bfb6b73dfea8e9da4e6edc12b32db158d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 937.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d97918cc4b7c7ab466c910b16030ff5306c9fb062292294960e5e70a6ec06b2a
BLAKE2b-256 checksum
How to use checksums
bf6477ec856e69f8cccc3372de4d393d603f1495db573df1efeed0c13b6f7309
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 730.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2f8d07f8d1cb2bd99f5b783cdd92ed36b0ca7dcaf37a01c0b9f1d25830d4e4a0
BLAKE2b-256 checksum
How to use checksums
82a7a84fb415d5b512353b7adb0e719b424f0cfb55c633a40230307774e23712
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

Download URL rust_store_py-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 686.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
879a2b2510af268ba1bdd45bd5f875dc2c414435a67430f631113a4ae09fe8ae
BLAKE2b-256 checksum
How to use checksums
b35c6130558197f709e9dfcd02f6b3c23df9383f4c034971dbe4c92f27bfdb48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.4

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

1.0.0

36 release files

This release

0.1.0 This release

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