rust-store-py
rust-store 的 Python 绑定(PyO3):把 Rust core 的 Command 契约暴露给 Python Host。
- 语言无关核心见
../core(GQL / 权限 / 计算列 / 命令规划 / SQL 方言翻译,纯逻辑无 IO)。 - 绑定层只做「dict in → dict out」的类型转换与转发,不持有数据库驱动,不执行任何 IO。
- Node 侧同构绑定见
../core-node(rust-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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49bf08a3d1012895822541de7e374735580af4cf28e43a85c3a3ec0b61a27d14
|
|
| MD5 |
52ef4a7a22aa513b0d413bccd7d93992
|
|
| BLAKE2b-256 |
948ca0230ec7563df26cccc4a15430d2084312b7fd699f15092c6e94d7d650d3
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl -
Subject digest:
49bf08a3d1012895822541de7e374735580af4cf28e43a85c3a3ec0b61a27d14 - Sigstore transparency entry: 2833153397
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 875.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad9d1d531840c27fc77f71ffaa7a6a082bfffe88419367b0eb96229f183f78d1
|
|
| MD5 |
f9f0c7eca0636b119e0a9e4a7c04a0e6
|
|
| BLAKE2b-256 |
13829dcc6a7c772ca0f0bfeb5780a046b4cc756acb30911a428c27e3961bffbc
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ad9d1d531840c27fc77f71ffaa7a6a082bfffe88419367b0eb96229f183f78d1 - Sigstore transparency entry: 2833155276
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 822.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b61f023876309a4902601cb0105fcbe7a7882279c1300211f4d167da5e83195
|
|
| MD5 |
5748edef917b099c229843a4c94e8ca3
|
|
| BLAKE2b-256 |
6303573352d3822d3c5cdea24b207934d95de0c05b6e396fc166b7cb1a2085d9
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
7b61f023876309a4902601cb0105fcbe7a7882279c1300211f4d167da5e83195 - Sigstore transparency entry: 2833153305
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 869.8 kB
- Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7351f7ebe9d67abbcb1739ba9af0ef6b5a52f42df096da98646687eafdcbc719
|
|
| MD5 |
59e03b40b80cc4b2c7f3de40f7ebb47a
|
|
| BLAKE2b-256 |
8db59cea5dda2d98510ffe8574758dfc7a7709b75654a2af5d9c05d0656fb09b
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
7351f7ebe9d67abbcb1739ba9af0ef6b5a52f42df096da98646687eafdcbc719 - Sigstore transparency entry: 2833155417
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 869.3 kB
- Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0182ecf73cd1f798ad25fe69c600cb785834c079ce8c374577b0f041658ded2b
|
|
| MD5 |
5c94bd5872360323d264b968ec5a1ed8
|
|
| BLAKE2b-256 |
4c54f6d9e558472ac847421a99620ddc90c73982c62ec928702b8aa45881e78c
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0182ecf73cd1f798ad25fe69c600cb785834c079ce8c374577b0f041658ded2b - Sigstore transparency entry: 2833153535
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f9c2bbb4bd5ec131ab5aa5fe1876e5725ad02a07da94944eb82d8e3773c3a0
|
|
| MD5 |
08b13f96bac3db5f6bd9beb7a926ab55
|
|
| BLAKE2b-256 |
0b34acf71d79f9a090bd4f2034d3b25b094d492720a1a751a53c40181a48a668
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
d1f9c2bbb4bd5ec131ab5aa5fe1876e5725ad02a07da94944eb82d8e3773c3a0 - Sigstore transparency entry: 2833153440
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 869.5 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
856e7641dfea3dd9054f88bfddcaa8c19da6bbf4a8e5bee390533f54b9bfa667
|
|
| MD5 |
91323a00022fbb4487ce3abc4b2e0472
|
|
| BLAKE2b-256 |
bb421b3b7692998f3030a2f51aae387c3d6ce470e7016f4149aed923352cc5bf
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
856e7641dfea3dd9054f88bfddcaa8c19da6bbf4a8e5bee390533f54b9bfa667 - Sigstore transparency entry: 2833153595
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 815.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62dab60c373504d5f81407ca09d5904f08a0f72a420914f959bb1245ae917ee5
|
|
| MD5 |
6417603ec8df01a540901e155ab7140c
|
|
| BLAKE2b-256 |
116e2e91f4aa74ad478a4d66b1d6b0aed6ce5b5c9d68cef5c9d0cb788cb48230
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
62dab60c373504d5f81407ca09d5904f08a0f72a420914f959bb1245ae917ee5 - Sigstore transparency entry: 2833154345
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 715.9 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
379c8b1cc8e45dbbce74b48f9c1526b074ad9d656c848e0ac6a21130b4cc8674
|
|
| MD5 |
0daa44545263bb7a58e520c87f3f3c2e
|
|
| BLAKE2b-256 |
1fbde3495adf4baf7290ed152fd893acd19fd56b65ca315c868d52df9b4be7c9
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-win_amd64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-win_amd64.whl -
Subject digest:
379c8b1cc8e45dbbce74b48f9c1526b074ad9d656c848e0ac6a21130b4cc8674 - Sigstore transparency entry: 2833153750
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66acfcc5d942f5ae405c7a291f6f69cd41422016509c49f4b8df3e7d77894f81
|
|
| MD5 |
be5c01cc2c70f2e85a98ba081ef8717a
|
|
| BLAKE2b-256 |
c26654ee3260e4c736c60132335a6d5b5a3697fe7ef2484dbc269dc882466859
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
66acfcc5d942f5ae405c7a291f6f69cd41422016509c49f4b8df3e7d77894f81 - Sigstore transparency entry: 2833154110
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 869.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a186e0e8062173ecf3bf3179927cc42208ecbcaf2b6d8850cb69016044bc5364
|
|
| MD5 |
a892b53f531a0cf7ce7db253468b1b65
|
|
| BLAKE2b-256 |
b2d67bbad1a3974c7563300df61cc5f1f3ef739ce68875780fb8cc00e335d479
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a186e0e8062173ecf3bf3179927cc42208ecbcaf2b6d8850cb69016044bc5364 - Sigstore transparency entry: 2833155649
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 815.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f991dfb51079eec30dad7d8a8ca0c353f591eafa00d9ebbf5ab2e5d768921de
|
|
| MD5 |
352a94c048d702630d1bb05b48d7313c
|
|
| BLAKE2b-256 |
ede6567ff9e392683ea8d157a4b5fe715eb287be4af8c38a7a6b9443943f491a
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
7f991dfb51079eec30dad7d8a8ca0c353f591eafa00d9ebbf5ab2e5d768921de - Sigstore transparency entry: 2833154915
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 757.4 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7af8053bd32e8e750830bf248ec86b7a59398247f6d07a4122c79c8f57e99d1
|
|
| MD5 |
7267b1926fc9bb436c8a6c3ba0afac6c
|
|
| BLAKE2b-256 |
07569886a06cd2d6ff97d8773ad75d6c6ef94046bf81dd7d8ec21940355e1d4b
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
e7af8053bd32e8e750830bf248ec86b7a59398247f6d07a4122c79c8f57e99d1 - Sigstore transparency entry: 2833154659
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 805.9 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb1b54f89bed97d66d64edb247667e4ae40eb22b976324a85825b338c5663c6
|
|
| MD5 |
863671f43b7c0a8b9f4e7d17d3971d9c
|
|
| BLAKE2b-256 |
c7fcd8a1f39881be2b5bfc54f0ba4d1e6958d6033748871960e5493b6fd8d89a
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
dbb1b54f89bed97d66d64edb247667e4ae40eb22b976324a85825b338c5663c6 - Sigstore transparency entry: 2833154244
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 715.8 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825b160e521ae1184acb4891598121484164c571fe4d80dbfd8a62cca473f970
|
|
| MD5 |
391a5e69778ccf9a9723bd7773574f04
|
|
| BLAKE2b-256 |
de0ae59d47807484ef24d7816abd112fcca531649910b7abd930ea3b5abcd64e
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-win_amd64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-win_amd64.whl -
Subject digest:
825b160e521ae1184acb4891598121484164c571fe4d80dbfd8a62cca473f970 - Sigstore transparency entry: 2833153242
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9631cb32e3cf7d41dd8f09a6bbdab219e3b49ed42ccf09ffde8620d9422245bf
|
|
| MD5 |
a652fc79e2493756d8f4427086d0bdc8
|
|
| BLAKE2b-256 |
73a033bece23b9560d91b54e748013cd1d941d4300d36868ec1dae3f8022ce5b
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
9631cb32e3cf7d41dd8f09a6bbdab219e3b49ed42ccf09ffde8620d9422245bf - Sigstore transparency entry: 2833154033
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 868.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38027075556fd19cf92cfb12d0fea22e7e6239e0fac4fbc9e9cb8e2b75d9cb76
|
|
| MD5 |
e08de329318019585370eaad896721d9
|
|
| BLAKE2b-256 |
c92874ac2102e22233403c6f20ea4f46b1202b71ea972d6c8097294246f66223
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
38027075556fd19cf92cfb12d0fea22e7e6239e0fac4fbc9e9cb8e2b75d9cb76 - Sigstore transparency entry: 2833154566
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 814.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d4d8c577c536d9861935793c567ca164d7545e08615fe0c894aa0dc6c4b30c0
|
|
| MD5 |
5fa07073dc54a1fffef76a37b0914021
|
|
| BLAKE2b-256 |
e555941c6421f3d2f6fff6b15a544c24cdbf517a5df4c1e7c3e0542c54390ed2
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
3d4d8c577c536d9861935793c567ca164d7545e08615fe0c894aa0dc6c4b30c0 - Sigstore transparency entry: 2833153267
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 755.2 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
058755d78971d898677f52aa807851298fd4143959c3e5d1d68aa150dbacfa9e
|
|
| MD5 |
ac6c5bd292fb7ed97a1d4ed2f0a9c26f
|
|
| BLAKE2b-256 |
5de1399dbef2c41810eac8f75041b902685972ef209c22f2e87fcbf1ea5dbdd1
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
058755d78971d898677f52aa807851298fd4143959c3e5d1d68aa150dbacfa9e - Sigstore transparency entry: 2833154749
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 805.3 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf40efb67f069df5df7723f3422c99004ab5b9e384a0d9c70d3af6c62b1909b
|
|
| MD5 |
26fa21404bd1a6f5e3f67d2b38422b7b
|
|
| BLAKE2b-256 |
7f62f38e39c3f3dbef6da0806de5a42a12fc0c0650c346e4f97e14e48ce74d6d
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
bbf40efb67f069df5df7723f3422c99004ab5b9e384a0d9c70d3af6c62b1909b - Sigstore transparency entry: 2833154518
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 716.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98526dcfd0d0b2b433fadf9a4a1acf45de05333c0d6b3d36fa655b6fd1b34e22
|
|
| MD5 |
16e0353c5450ce3513f38cbe758c49b3
|
|
| BLAKE2b-256 |
90389502729b1072067ec245ed56ee3514bf60e0b19463e4534c528e28d11c0d
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-win_amd64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-win_amd64.whl -
Subject digest:
98526dcfd0d0b2b433fadf9a4a1acf45de05333c0d6b3d36fa655b6fd1b34e22 - Sigstore transparency entry: 2833153343
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f584b5302ef38201229e748870e1844c093d79362b859d5834d3df3c61e4cdf4
|
|
| MD5 |
e4fc9137e08880a7044b7ddb5de6bd9f
|
|
| BLAKE2b-256 |
391375db52f67859e1d90273632e5c9704881ba59b2a7b8359fe6d9c0f721a64
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
f584b5302ef38201229e748870e1844c093d79362b859d5834d3df3c61e4cdf4 - Sigstore transparency entry: 2833153682
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 868.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64a41f4ec13edd9687ca4f554eff82ad636e916563abd3c6b041c38ba8164fca
|
|
| MD5 |
f9fa8df515c9f9796f8aba7595d9870b
|
|
| BLAKE2b-256 |
ef1b41ebe00ca8324c224ece617818b463f784262ac19daa3a60a7544330cb48
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
64a41f4ec13edd9687ca4f554eff82ad636e916563abd3c6b041c38ba8164fca - Sigstore transparency entry: 2833154448
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 815.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3f5d1a4ff41813f3bf7e10a5b9873f3e24265a2e3f11752098f7a7a7f1fa247
|
|
| MD5 |
1141457c02b95242a7d7db1b6185780e
|
|
| BLAKE2b-256 |
74f6991b20604dde39efebec211c24490380b1b5ccb95e42004e57da25e3ddd4
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d3f5d1a4ff41813f3bf7e10a5b9873f3e24265a2e3f11752098f7a7a7f1fa247 - Sigstore transparency entry: 2833153833
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 755.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
253d58eb1f27dfe81c8e77c5bd7ed78e66b9494b282f5e8a344d06111370c281
|
|
| MD5 |
1b00fff3c55aefe0d0fd1e23e31ffe0d
|
|
| BLAKE2b-256 |
5bdc52d682bd53c4967bdb192407cf6b248ee4fdb6d581a56492760a53faf0c4
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
253d58eb1f27dfe81c8e77c5bd7ed78e66b9494b282f5e8a344d06111370c281 - Sigstore transparency entry: 2833155530
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 805.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31b07130a19d15ff3c167dc29c956bbf1f274f7b45839a227badd5f4660a6c6e
|
|
| MD5 |
59b984e563fb68df486660bdbaea16e4
|
|
| BLAKE2b-256 |
c97eb7f7659311a4dfdc66b01f710ae10ef511960282926cc5c12ca1dae31e4b
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
31b07130a19d15ff3c167dc29c956bbf1f274f7b45839a227badd5f4660a6c6e - Sigstore transparency entry: 2833154976
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 720.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46023c6e748d27f1cc2c671964b09997618de48b9eda4ac74b9f6ffbc0187b0a
|
|
| MD5 |
729f7c37236fa4755cce8e50c6608aeb
|
|
| BLAKE2b-256 |
84c6cb11dfa3c9d07059bdc5d4e8886f3192ad6b9d1f4bb94752ffd70632b037
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-win_amd64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-win_amd64.whl -
Subject digest:
46023c6e748d27f1cc2c671964b09997618de48b9eda4ac74b9f6ffbc0187b0a - Sigstore transparency entry: 2833154172
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
976aeeddfcc08dfefc11be1cad03a5ea659dd001dbba62698744317540b37e2b
|
|
| MD5 |
596cdd01867f2e4eb7758e18eabaf726
|
|
| BLAKE2b-256 |
dc488be881a76076cbb998a84070b62d5a152d557f53087edf619e8cd3a127e7
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
976aeeddfcc08dfefc11be1cad03a5ea659dd001dbba62698744317540b37e2b - Sigstore transparency entry: 2833153488
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 873.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c64316b8744ed8d9e6c93f88cd9d21f64d0be32e91a8569797b177f75fb7b66
|
|
| MD5 |
cf80f419efc183144f44766b5965aed6
|
|
| BLAKE2b-256 |
03ec9e3900548706efd4b98b3d12ce4cc7ff0f8e36568d69d4c7dc3e56cfd1ae
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8c64316b8744ed8d9e6c93f88cd9d21f64d0be32e91a8569797b177f75fb7b66 - Sigstore transparency entry: 2833155194
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 821.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7187c4427ace1da5fcc18bca7318c41061dfef5dfc3c4e8481bd1079e8d3c3aa
|
|
| MD5 |
9c93966671484c3dc393497ff5950112
|
|
| BLAKE2b-256 |
8a78f187cc9721062cbeaaf01b667862196fe4500112ab8f530339878dfffd01
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
7187c4427ace1da5fcc18bca7318c41061dfef5dfc3c4e8481bd1079e8d3c3aa - Sigstore transparency entry: 2833153973
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 762.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cef488b755943da3d6e3d7bcae71dcf8bfa496d99483a3383ec923c801c88413
|
|
| MD5 |
a5da859be7f47e1f0d84001423e9d54d
|
|
| BLAKE2b-256 |
4ac345e9f257c5625a61ffa2da13ecd7bdfcfa6e5d53a47de406fb841bc58e21
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
cef488b755943da3d6e3d7bcae71dcf8bfa496d99483a3383ec923c801c88413 - Sigstore transparency entry: 2833154605
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 800.7 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30841eb0177481b452c21dcbf1639f27dbce7d222e427968e0911cfad85755e
|
|
| MD5 |
90f58a9ea5fd9da20c8373e9bb36ac7a
|
|
| BLAKE2b-256 |
8e2fad69ca5e7daf4569abbc31cbcd2331dac85264be17af7f2f68ac2ac77c7f
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
a30841eb0177481b452c21dcbf1639f27dbce7d222e427968e0911cfad85755e - Sigstore transparency entry: 2833154818
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 719.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e5058c5ff90e7064d7a71282fb6f6b3d3b43e306794d3f049d592bda450aba
|
|
| MD5 |
ced23beba245ae740d6f344fbee78cbb
|
|
| BLAKE2b-256 |
a610b96b7f37eaed7b862bd0f687597d60c8fe2466f3d6bf852e164606ba574c
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-win_amd64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp310-cp310-win_amd64.whl -
Subject digest:
41e5058c5ff90e7064d7a71282fb6f6b3d3b43e306794d3f049d592bda450aba - Sigstore transparency entry: 2833153913
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1075371a604af04c207dd69736e757ab73005737499d6639f5c3efb3516e378
|
|
| MD5 |
845fc8298d71d47cc9f82cef92229875
|
|
| BLAKE2b-256 |
9662bd44da973abbe99796032c167371d49d1255e6b1783863669bcf0cb580c6
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
f1075371a604af04c207dd69736e757ab73005737499d6639f5c3efb3516e378 - Sigstore transparency entry: 2833155047
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 873.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c2e91f4bdef2cda4972b0f1d0d3d487577c178d7019dafb640f1d719499a59
|
|
| MD5 |
bec038823f025d16d527ac647a2e6c22
|
|
| BLAKE2b-256 |
3e4ea45d20fa2d4768e39e474fd86a2f7d489d4405822de76e01e1b05af95fe6
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
87c2e91f4bdef2cda4972b0f1d0d3d487577c178d7019dafb640f1d719499a59 - Sigstore transparency entry: 2833155335
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 820.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f622881bab1a0df83263fd6a063ac3a9058755ea46eebaf2bd4366fe07ccb12
|
|
| MD5 |
11c9f0a36ccc93abcf298ab107559ee2
|
|
| BLAKE2b-256 |
553f640f240b7d70ddad74e720244c1eba2224b0f7c5fc696b20a82530317bd4
|
Provenance
The following attestation bundles were made for rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release-pypi.yml on coenddt/rust-store
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_store_py-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6f622881bab1a0df83263fd6a063ac3a9058755ea46eebaf2bd4366fe07ccb12 - Sigstore transparency entry: 2833155115
- Sigstore integration time:
-
Permalink:
coenddt/rust-store@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/coenddt
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a21962c406c0febc585a54a5e2a40b77f5eaec5c -
Trigger Event:
push
-
Statement type: