High-performance Rust acceleration for ALTA Tokenizer (Kinyarwanda BPE)
Project description
kin-merge
High-performance Rust acceleration for ALTA Tokenizer — a BPE tokenizer for Kinyarwanda.
This package provides optional Rust-powered functions for faster BPE training, encoding, and text preprocessing. It is automatically used by alta_tokenizer when installed.
Installation
pip install kin-merge
Or install with the main tokenizer:
pip install altatokenizer[fast]
What it accelerates
| Operation | Function | Speedup |
|---|---|---|
| BPE merge loop | rust_bpe_train_loop, RustBpeTrainer.step |
3–5x |
| File streaming + pretokenization | rust_stream_pretokenize_file |
Memory-efficient |
| Text encoding | rust_encode_text_raw_batch |
4–5x |
| Text preprocessing | rust_preprocess_text |
3–5x |
| Pair counting | rust_count_pairs |
Parallel via Rayon |
Usage
You don't need to import kin_merge directly. Once installed, alta_tokenizer detects it automatically and uses the Rust functions where available. If not installed, the tokenizer falls back to pure Python.
License
MIT
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 alta_acceleration-0.3.0.tar.gz.
File metadata
- Download URL: alta_acceleration-0.3.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa5f29a1aecf33d7e124a49771d02cad44d736212d977ec3e4cee8b57f036f5e
|
|
| MD5 |
4205e7668e37fdbb93d84ae92c6ce5c8
|
|
| BLAKE2b-256 |
c352e65761b66af6bc3a94d12e6553448a4b62a72b55f638ab1f867fe8d0da61
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0.tar.gz:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0.tar.gz -
Subject digest:
aa5f29a1aecf33d7e124a49771d02cad44d736212d977ec3e4cee8b57f036f5e - Sigstore transparency entry: 1074474971
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 933.2 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec593cf3ead98ce07050751124fa9c89ad4b0aa3dab582e7b63db31ee59f1ff
|
|
| MD5 |
1af0f7fdaba6bfe5ec6700abdfd6cef3
|
|
| BLAKE2b-256 |
c8c8e2854fd1a6f6b571952fa5ac367b9b6d2b097913eb9845ce9ba96949b3a1
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp314-cp314-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp314-cp314-win_amd64.whl -
Subject digest:
eec593cf3ead98ce07050751124fa9c89ad4b0aa3dab582e7b63db31ee59f1ff - Sigstore transparency entry: 1074475999
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61fd5a6937c8b04b4269970580444bb84431a0ca60ac4a27bb42a66f6bdc75aa
|
|
| MD5 |
a8779ca43cd051c2534bb9c7efe76eb4
|
|
| BLAKE2b-256 |
c286964279f9b983e3543acb1912e5537d8b00f6e45a33d8efa5a5ba06d4eeee
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
61fd5a6937c8b04b4269970580444bb84431a0ca60ac4a27bb42a66f6bdc75aa - Sigstore transparency entry: 1074475555
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c6ca1944ef171afacd4f09f32a5924b5fd18c27b38aeb6b65f554367efe62e6
|
|
| MD5 |
6d0b9b7fe6f172e5f8132b7a9eac85f0
|
|
| BLAKE2b-256 |
62174e9fcc554f780cbb58bd9640adf7c686122f8d32a4cd38f0ab32e42940ad
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
8c6ca1944ef171afacd4f09f32a5924b5fd18c27b38aeb6b65f554367efe62e6 - Sigstore transparency entry: 1074475280
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe214a0a42a07533da47b5d43428cb6aa409c58f87ded71ac4e9fd8495122efa
|
|
| MD5 |
193179ecb084d6cf162f1c054a92a291
|
|
| BLAKE2b-256 |
f708016030c79870334644abfce92e6bd8467e2474222e2baa24835d461b0b05
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
fe214a0a42a07533da47b5d43428cb6aa409c58f87ded71ac4e9fd8495122efa - Sigstore transparency entry: 1074476220
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae42fc893edbd4c095853a561ff07a9d0621cb9773c2601822657ac9b145b44f
|
|
| MD5 |
ffc6be1e832ff72722e1f30729ae2ab9
|
|
| BLAKE2b-256 |
7cebb84dbead0928c248329d48fbf99bbc1682f236913d0e594c1253e18b14d3
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
ae42fc893edbd4c095853a561ff07a9d0621cb9773c2601822657ac9b145b44f - Sigstore transparency entry: 1074475900
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 933.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46a936bbcfa14e1e7b62d12fa2439f192f026aec82b6b7e90a18f90df43ff9f4
|
|
| MD5 |
10adc956be55468c735d823ba1632ae6
|
|
| BLAKE2b-256 |
e4a3b130f374c9f6c05e0df4f8c9676383ef5a35e76f393aec2ffea6e24a73b3
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp313-cp313-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp313-cp313-win_amd64.whl -
Subject digest:
46a936bbcfa14e1e7b62d12fa2439f192f026aec82b6b7e90a18f90df43ff9f4 - Sigstore transparency entry: 1074476058
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83c950da278b75598960ea02ffcab3c07406c54b8e96d06b2e05e3502b9d0b24
|
|
| MD5 |
785471bb306e258ecdca8572a6983f46
|
|
| BLAKE2b-256 |
99356ad861f32b1cf77211354dd0355491f2e773214a299330d094448da354cd
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
83c950da278b75598960ea02ffcab3c07406c54b8e96d06b2e05e3502b9d0b24 - Sigstore transparency entry: 1074476113
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9249e529de31441d67679e29f34e5ed41a82a0d7d369c9952b6a365193729e1
|
|
| MD5 |
35c87341bace5756a9445bf1f32c1ca8
|
|
| BLAKE2b-256 |
677c736675eac9e6f01acf17d26b4a082879e86de8a0e81577be25ea61788700
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
a9249e529de31441d67679e29f34e5ed41a82a0d7d369c9952b6a365193729e1 - Sigstore transparency entry: 1074475457
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40ac255b252e94cf51c79c1f5c11d9d1952cfee97d073fd961d59cfd655e540f
|
|
| MD5 |
9089b2362d640f858ca9ce0435226dd6
|
|
| BLAKE2b-256 |
8d0fd5c3bf274de7bfb2e6f5c96b53a3e16358f5a2afe85c76b0cc5d16a22002
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
40ac255b252e94cf51c79c1f5c11d9d1952cfee97d073fd961d59cfd655e540f - Sigstore transparency entry: 1074475029
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a07ca34c9b6a0a70e3252f089a771567f5c093d5e86dcac7da1b0c60e04e2d58
|
|
| MD5 |
8d58e01905fe422f3c2d90aad35e0351
|
|
| BLAKE2b-256 |
f79d308739df0506c1afd757900ae7766d943b2e6916c086d10ab0be4481f9c5
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
a07ca34c9b6a0a70e3252f089a771567f5c093d5e86dcac7da1b0c60e04e2d58 - Sigstore transparency entry: 1074475852
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 933.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588c1ccb726b63a70202ddd19b689cd8ee7ac76aaddeb9bd69cca6993f6e2aac
|
|
| MD5 |
d322db83d744be25416f0ecde495abfe
|
|
| BLAKE2b-256 |
bcf5c3544132595089acc5129121228785fcde6c6530a2177098910e203766e5
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp312-cp312-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp312-cp312-win_amd64.whl -
Subject digest:
588c1ccb726b63a70202ddd19b689cd8ee7ac76aaddeb9bd69cca6993f6e2aac - Sigstore transparency entry: 1074476277
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5e5ce9ff9d395ea2b6f7b11a66e11b197251af3190db08ebff0ae30cdfa8bca
|
|
| MD5 |
d0d0b89b83cc0b0caa4c8a6c6d92bdd0
|
|
| BLAKE2b-256 |
84cf87cd417dd4ee7f346f09b8664c67f8fa3f9df48758fe788f7d3f4faf1f80
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c5e5ce9ff9d395ea2b6f7b11a66e11b197251af3190db08ebff0ae30cdfa8bca - Sigstore transparency entry: 1074476178
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
368cb8607f8040bc306c052802fc75ae991f7a566dc91ae88f1bb3b641e45b1e
|
|
| MD5 |
f01a3ce66602ce85665829110254aadd
|
|
| BLAKE2b-256 |
0dbcf2371bee0824bad342ba4dc904d8471a585713975b14771c8387f32da20d
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
368cb8607f8040bc306c052802fc75ae991f7a566dc91ae88f1bb3b641e45b1e - Sigstore transparency entry: 1074475768
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12e2b127f4f8db3b1e65da71b5f8fcb1e22c3a5fe595cec62c27226efe829ea
|
|
| MD5 |
75e87a7a99f2c7ca8b7d1cbc99f93f20
|
|
| BLAKE2b-256 |
4f1616fcfa9a4ab9bf93713133c55482c48a44954b7deb8dbe463c351ea6d24b
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
a12e2b127f4f8db3b1e65da71b5f8fcb1e22c3a5fe595cec62c27226efe829ea - Sigstore transparency entry: 1074476247
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
410c5b6af4c1f6dfaa0ff7fccf76bb019b10203e6bd244a8fee632e516ea802e
|
|
| MD5 |
475c050cb3f4dae2dc126619a0936627
|
|
| BLAKE2b-256 |
30ba8d7df589b33f6980645c5747835310d4ebd8b5bdbc62244f4e57f4daa0d4
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
410c5b6af4c1f6dfaa0ff7fccf76bb019b10203e6bd244a8fee632e516ea802e - Sigstore transparency entry: 1074475077
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 935.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eb204795227b634e75f272bab04cf4ab79d97fdbef8cc531b6a4f81ea3c2ffc
|
|
| MD5 |
84535a7bfa8163e4bfacb9af7ff845e6
|
|
| BLAKE2b-256 |
04a763bdd526d91528a9b732824993e1f32108e3a28a64eddeedb638ac5e3e9f
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp311-cp311-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp311-cp311-win_amd64.whl -
Subject digest:
2eb204795227b634e75f272bab04cf4ab79d97fdbef8cc531b6a4f81ea3c2ffc - Sigstore transparency entry: 1074475676
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ba2a2751d9b5fe5a0e0c8da55468b174170716b722b7024653fdd9e11ce141
|
|
| MD5 |
c71335bbbc8ce17e853ac04f06db8d22
|
|
| BLAKE2b-256 |
e69ff4860082189d62709414a7bce22656a8bd55d26d54816e977988c9911566
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
15ba2a2751d9b5fe5a0e0c8da55468b174170716b722b7024653fdd9e11ce141 - Sigstore transparency entry: 1074475340
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b6a9f8a31f728d379716598e51c52c302c2773f7cd61e605382bcc0a778142
|
|
| MD5 |
0c1b6d6880faef1e3dc91e69d2533578
|
|
| BLAKE2b-256 |
86486085a92a3312cb526d8818a73d56ef90383dfcba9abff2360c5a69ea8282
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
a7b6a9f8a31f728d379716598e51c52c302c2773f7cd61e605382bcc0a778142 - Sigstore transparency entry: 1074475633
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946515415b251e485eda272ac339558d4cb9428b1d89eaf6b61768cfa1ddd233
|
|
| MD5 |
c7538b30360099294fa4b2e02f3db61c
|
|
| BLAKE2b-256 |
f1337aa2a9df057da2e9fa91b7ebbc93d5b0e3c13a3565d6c40c1b0ff409297c
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
946515415b251e485eda272ac339558d4cb9428b1d89eaf6b61768cfa1ddd233 - Sigstore transparency entry: 1074475499
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adefba804673c8ebba613a01d0b0195048cd1b3574065d923ebebcb9e949cbfa
|
|
| MD5 |
0441cf7aabd175e321fa5d4775733982
|
|
| BLAKE2b-256 |
c18e7c02a6c4be6c2fa2af2a2a11deecfb4bbc3488b61acdcfab51f84a7c1d90
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
adefba804673c8ebba613a01d0b0195048cd1b3574065d923ebebcb9e949cbfa - Sigstore transparency entry: 1074476033
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 937.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31bcb012400f2c74d4c8bfc685274d29bc7e8d5cd09a0ad65758f2af55a89b15
|
|
| MD5 |
93e09b27de6de1acdb674ed45aaf5df6
|
|
| BLAKE2b-256 |
3629788232a193ef17725622f62dde2df7f2da8a5349c823c1109a5cbb37b3aa
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp310-cp310-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp310-cp310-win_amd64.whl -
Subject digest:
31bcb012400f2c74d4c8bfc685274d29bc7e8d5cd09a0ad65758f2af55a89b15 - Sigstore transparency entry: 1074476084
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36d13452d56816f03adc98c56db0a267d354d8f4d715b8537d987d5a810689d7
|
|
| MD5 |
b54a9bd9348bd20ebdb6cb390e1b195a
|
|
| BLAKE2b-256 |
6d1cf0e8598e7866bd0c9f85c3d32c09ce30f94dea3a105bb6eca6f25e826fac
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
36d13452d56816f03adc98c56db0a267d354d8f4d715b8537d987d5a810689d7 - Sigstore transparency entry: 1074475129
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd158e1317baebe475905899e27c5ef9f9908cfa2986ece2a4a158aa7071d8f3
|
|
| MD5 |
804e85d03ce64fe42244e6c369a88dc0
|
|
| BLAKE2b-256 |
143a0a710f991c7c420a9e7ada52ea7c5f1e7be6161a31edd1a1a502fa1e1c4b
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
dd158e1317baebe475905899e27c5ef9f9908cfa2986ece2a4a158aa7071d8f3 - Sigstore transparency entry: 1074475809
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3df7f00aaf8d69ea9143f46c6d0339b9d23aaeaf68a2fec3718507988a7b4794
|
|
| MD5 |
d95ebed61d5dc6ddd347519a976bca60
|
|
| BLAKE2b-256 |
cde6387f796c0f3c218cd3e68b978e89378330d745f656a66b5ced45c9a5b2c8
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
3df7f00aaf8d69ea9143f46c6d0339b9d23aaeaf68a2fec3718507988a7b4794 - Sigstore transparency entry: 1074475964
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a98b0037a443af6956b622189bd1ffbe505ddd9905773888ea58e0c2e025c733
|
|
| MD5 |
7c1cac14f7644ca38fe27e5b0e68467a
|
|
| BLAKE2b-256 |
a7d6c204d5b17b8a01018c088bffd756036e9bcb8067bbe1f4e17799593d5b09
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
a98b0037a443af6956b622189bd1ffbe505ddd9905773888ea58e0c2e025c733 - Sigstore transparency entry: 1074475589
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 939.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58137f941e219cb1eb9256d35e3236c2c6467b7d472a8dac3c59f0e9b23bb9c7
|
|
| MD5 |
a74d0e5685cd1229546ddab226557c99
|
|
| BLAKE2b-256 |
f457619cdab06e5b5436c49fba7f449e61dba3d513e183772fe5c82ffd700da5
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp39-cp39-win_amd64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp39-cp39-win_amd64.whl -
Subject digest:
58137f941e219cb1eb9256d35e3236c2c6467b7d472a8dac3c59f0e9b23bb9c7 - Sigstore transparency entry: 1074475171
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854448919379d95cb706fdee2711640814c4057c381ab3f64b7d914f84e92b65
|
|
| MD5 |
4c06968df6d99590016d0d18908c316e
|
|
| BLAKE2b-256 |
ba694fd67208f948d557b5258b34777a3c65a91f2d956f5737a23655d45990ef
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
854448919379d95cb706fdee2711640814c4057c381ab3f64b7d914f84e92b65 - Sigstore transparency entry: 1074476147
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ba9114683417f14bf8b52e31ad18f3de275f151a2aa2c5ca716b079dc48bd38
|
|
| MD5 |
f9432e8628b12b005c5ffb25eb6f22ad
|
|
| BLAKE2b-256 |
0940cc84494bb21272f5bd09b5d5b0b5861db9c31749e40959474680ae1be471
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
9ba9114683417f14bf8b52e31ad18f3de275f151a2aa2c5ca716b079dc48bd38 - Sigstore transparency entry: 1074475225
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05623a50761d99adffe40f3b5a04296c532c34768c16291bb67e00c403640838
|
|
| MD5 |
a5696f849deda4bdddfc94b0dff49676
|
|
| BLAKE2b-256 |
56b51456e37fe9724e6830ce487ab87fa399466cea6a2eb28201cdaff77fcde7
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
05623a50761d99adffe40f3b5a04296c532c34768c16291bb67e00c403640838 - Sigstore transparency entry: 1074475724
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type:
File details
Details for the file alta_acceleration-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: alta_acceleration-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2957e32fed5d7c0f57c3baf922fba607df14b3c60889df0ed7803c9a106613f1
|
|
| MD5 |
d1189cbfb00507fa6d58c989f2d346db
|
|
| BLAKE2b-256 |
b8f82e627b00757088e15ac4fe9cf8df1dd299fdcfdaeab1d416a290f0b24d65
|
Provenance
The following attestation bundles were made for alta_acceleration-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl:
Publisher:
publish-alta-acceleration.yml on Deathkon/Alta-Tokenizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
alta_acceleration-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl -
Subject digest:
2957e32fed5d7c0f57c3baf922fba607df14b3c60889df0ed7803c9a106613f1 - Sigstore transparency entry: 1074475400
- Sigstore integration time:
-
Permalink:
Deathkon/Alta-Tokenizer@00214bc854b0f2161d4767a2ea466139a702cd00 -
Branch / Tag:
refs/tags/alta-acceleration-v0.3.0 - Owner: https://github.com/Deathkon
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-alta-acceleration.yml@00214bc854b0f2161d4767a2ea466139a702cd00 -
Trigger Event:
push
-
Statement type: