Run Rusts itertools and more in Python.
Project description
rust_itertools
Experimental repo to run Rusts itertools in Python.
Setup
Initially, this will be mostly used as a proof of concept. This is to investigate the comparisons between:
- rust's itertools functionality vs python's itertools functionality
- rust's itertools functionality vs more_itertools functionality
- new rust functions vs more_itertools functionality
- new rust functions vs new python functions around itertools
Practically, this means not all functionality from rust's itertools will be available
Notes on reasons to use this repository
Often, the major goal of porting Rust functionality over to Python is for speed. So far, my initial experimentation has shown that that gain is very low (or even non-existant) due to 2 main reasons:
itertoolsis mostly written in C so already quite fast and roughly on par with Rust- even for
more_itertoolsand new python functions: not having to copy over the results back to Python is a major gain vs the rust implementations for the type of functions we deal with here. Example: there are over 36 million permutations of the numbers 0 to 9 (incl 9). Generating in Rust and then accessing from Python takes 2.24 seconds on my pc, where the CPython itertools takes 0.557 seconds to do the same.
There are some exceptions though, especially for:
- newly written Python code that is not in CPython (both
more_itertoolsand additional functions in this repo) - situations where the Rust compiler can work wonders in reducing logic down to more direct logic
- some tools for which the ratio of compute vs iteration is not as much towards iteration
Next to this, you can use this repository for functionality not available in Python's itertools or if you prefer
the way the Rust version is setup.
Acknowledgements
The Github Actions setup to automatically crossbuild Python packages across operating systems has been based on the
setup in the rtoml project (although first using the old setuptools based
setup, because of the link on the setuptools-rust page..).
Of course, also credit to the Rust itertools project and inspiration
from the more-itertools and of course the core Python itertools
projects.
Some big ideal TODO's
- Add support for all functionality of any of the
itertoolspackages - Make both a tuple and a list version of each method where applicable
- Make an iterable PyClass (see https://pyo3.rs/v0.22.3/class/protocols#iterable-objects) that can be reused
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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_itertools-0.0.1.tar.gz.
File metadata
- Download URL: rust_itertools-0.0.1.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22ae2f1b35c376977209903237d946ee662c0ed206ab555cc6aa2c5f4f3283c
|
|
| MD5 |
296ac2f6bcc13dcd0c9f3f508aaa1eff
|
|
| BLAKE2b-256 |
f09b88c96101dc3f5786d83fac4422dcecd35e5d6996b43a9776b6acc067ccaf
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1.tar.gz:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1.tar.gz -
Subject digest:
b22ae2f1b35c376977209903237d946ee662c0ed206ab555cc6aa2c5f4f3283c - Sigstore transparency entry: 159614293
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-win_arm64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-win_arm64.whl
- Upload date:
- Size: 117.8 kB
- Tags: CPython 3.10+, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ce8a6d93eff6b8484aa4a5e7449fe62594bec6ff3fa6bc7af0b5bcbf3f43ada
|
|
| MD5 |
8e12ea109500741845f31b562a38a655
|
|
| BLAKE2b-256 |
8fc8e55d4a98a86fe63dd1ee1600ad881ccfa01f56a247f6477693af43784121
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-win_arm64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-win_arm64.whl -
Subject digest:
3ce8a6d93eff6b8484aa4a5e7449fe62594bec6ff3fa6bc7af0b5bcbf3f43ada - Sigstore transparency entry: 159614301
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-win_amd64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-win_amd64.whl
- Upload date:
- Size: 121.5 kB
- Tags: CPython 3.10+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40de4680917a141e0aea1a687f6b69fcb7e4a812db211a19064a3b0a84e31971
|
|
| MD5 |
f10bf7041f55580039b14df72a8b2f84
|
|
| BLAKE2b-256 |
8999a3c048362d8dc96c8c3eeb10f5c92eeb8b17a0ecabf9f393827502b8b70e
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-win_amd64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-win_amd64.whl -
Subject digest:
40de4680917a141e0aea1a687f6b69fcb7e4a812db211a19064a3b0a84e31971 - Sigstore transparency entry: 159614313
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-win32.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-win32.whl
- Upload date:
- Size: 114.7 kB
- Tags: CPython 3.10+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be9266373253bd03c228e480859ceb56829e1f41f3955f0e115f324cb2d3e352
|
|
| MD5 |
31a4f62f6f1a1c2f6ce198a8b3430b0c
|
|
| BLAKE2b-256 |
734324d45af37ea90c8cada733d1fe69c72d9abd3d983529f0b8c3a10205d11f
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-win32.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-win32.whl -
Subject digest:
be9266373253bd03c228e480859ceb56829e1f41f3955f0e115f324cb2d3e352 - Sigstore transparency entry: 159614298
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 425.1 kB
- Tags: CPython 3.10+, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bfbf623b1fce6e351af9ba86a4e323131e0354d68afef06307adcffe33c7601
|
|
| MD5 |
193111f175d315863e8448900b962fd7
|
|
| BLAKE2b-256 |
6386cc9a9005329c40c237a11cb12a924b7ff00dc1ab98d9d040245a4514829d
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_x86_64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_x86_64.whl -
Subject digest:
0bfbf623b1fce6e351af9ba86a4e323131e0354d68afef06307adcffe33c7601 - Sigstore transparency entry: 159614309
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 430.7 kB
- Tags: CPython 3.10+, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb3ad03705e3621a503c543800735c4d26742acb6a8a6a08f9b0eb974dc8e2f
|
|
| MD5 |
a3647d0fda7dc1f0d1805f92e8a61376
|
|
| BLAKE2b-256 |
ac6403f37fce0284654d95ff97493867934af71c2e586d06045663260b2eb887
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_aarch64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-musllinux_1_1_aarch64.whl -
Subject digest:
6cb3ad03705e3621a503c543800735c4d26742acb6a8a6a08f9b0eb974dc8e2f - Sigstore transparency entry: 159614299
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 254.7 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
152ebce6fb9d6637b0547eb0d762daa4f01f23604e8c0e709cc29948012c000f
|
|
| MD5 |
ddc25d1d0dcf9602180589609e3fef88
|
|
| BLAKE2b-256 |
1529858ea49f478e1cbae0a1a75c343cbc3e6e5a037e30312068c3d3d2e26718
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
152ebce6fb9d6637b0547eb0d762daa4f01f23604e8c0e709cc29948012c000f - Sigstore transparency entry: 159614308
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 294.4 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf783efa05ac526e18f647e337ad096e47443c496b3a18c93ec42b3382d41aa
|
|
| MD5 |
48178171c250019941c7c2ff90a11f4f
|
|
| BLAKE2b-256 |
d7db82e48b1b369caf365f0c29436c6dd47f763edbe956a652401fd994fd3a30
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux2014_s390x.manylinux_2_17_s390x.whl -
Subject digest:
7cf783efa05ac526e18f647e337ad096e47443c496b3a18c93ec42b3382d41aa - Sigstore transparency entry: 159614303
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 294.7 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ec95e7430c378b89a421bbe676790d9c4d9580c1dfc16b93f2c1ab26bc8d088
|
|
| MD5 |
5cbabe137a258f29cae649debb90a78e
|
|
| BLAKE2b-256 |
8e5fcb1344fbda13f061ba0922cb829ec7859cac585ba2e80edcfac8fd8a669f
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl -
Subject digest:
0ec95e7430c378b89a421bbe676790d9c4d9580c1dfc16b93f2c1ab26bc8d088 - Sigstore transparency entry: 159614304
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 258.8 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0f5e4655ecfb1109b09e9088f8b8b959e06e73022c61d82d789a1ca483affe
|
|
| MD5 |
41bb2cf90789027c41cb2c718d6c030d
|
|
| BLAKE2b-256 |
1f76d116abeafff3ce7c66651b8feff44e42f6087492ae59518de39d7e0655c8
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.whl -
Subject digest:
5b0f5e4655ecfb1109b09e9088f8b8b959e06e73022c61d82d789a1ca483affe - Sigstore transparency entry: 159614306
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 252.7 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2318e954e8df3a8019d1a70240f2d5ce9236fbe1d2ed4655c58ce4513c1ed3c
|
|
| MD5 |
6fbc6de971e05e95b5135cddc51ec0cf
|
|
| BLAKE2b-256 |
1a08a92652051d23c4bc3e0a5607984f9a5bff61c74ece4d693260fcae245586
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
b2318e954e8df3a8019d1a70240f2d5ce9236fbe1d2ed4655c58ce4513c1ed3c - Sigstore transparency entry: 159614307
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 271.0 kB
- Tags: CPython 3.10+, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d6d4e4c540c92ff94537485969b8c3e866dfd245bb07ce27cf7756687024e11
|
|
| MD5 |
c199d46e58f6ae101b13ba3b39c974bc
|
|
| BLAKE2b-256 |
611e283e03eae85ad6a01126aed1e32096a85f98eb2bbfcbe070d7bf8e511a87
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-manylinux1_i686.manylinux_2_5_i686.whl -
Subject digest:
9d6d4e4c540c92ff94537485969b8c3e866dfd245bb07ce27cf7756687024e11 - Sigstore transparency entry: 159614317
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 218.7 kB
- Tags: CPython 3.10+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
603c8cfcca90ab9471a93d9b797ef45d7f863c4a96939d5d02ba80ac24d65f36
|
|
| MD5 |
05c86f40c766e8927a1a963135774f66
|
|
| BLAKE2b-256 |
cb3907894d3896af38fa8ede30202d27ef884f9d19da8fa0523aae38da2e78e3
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-macosx_11_0_arm64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-macosx_11_0_arm64.whl -
Subject digest:
603c8cfcca90ab9471a93d9b797ef45d7f863c4a96939d5d02ba80ac24d65f36 - Sigstore transparency entry: 159614315
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rust_itertools-0.0.1-cp310-abi3-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_itertools-0.0.1-cp310-abi3-macosx_10_12_x86_64.whl
- Upload date:
- Size: 223.4 kB
- Tags: CPython 3.10+, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4dba67675754464e607efd7c083bee72d776beb5da849a615b7e5e82142e980
|
|
| MD5 |
2fe8665b97048a4d2838387fdcc41ca5
|
|
| BLAKE2b-256 |
02bc92623136679cff94f8497c7fca192fdd13667f9c76ba8e176d33e3c3035b
|
Provenance
The following attestation bundles were made for rust_itertools-0.0.1-cp310-abi3-macosx_10_12_x86_64.whl:
Publisher:
ci.yml on debruijn/rust_itertools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rust_itertools-0.0.1-cp310-abi3-macosx_10_12_x86_64.whl -
Subject digest:
b4dba67675754464e607efd7c083bee72d776beb5da849a615b7e5e82142e980 - Sigstore transparency entry: 159614296
- Sigstore integration time:
-
Permalink:
debruijn/rust_itertools@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/debruijn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@f338a24cc14a4eb34e5395c2f5a743e5fd28fa75 -
Trigger Event:
push
-
Statement type: