High-performance BlurHash encoder/decoder
Project description
blurhash-rs
High-performance BlurHash encoder/decoder for Python.
Installation
pip install blurhash-rs
Usage
from PIL import Image
from blurhash_rs import blurhash_encode, blurhash_decode
with Image.open('image.jpg') as img:
# Reduce resolution for faster encoding
img.thumbnail((100, 100))
blurhash = blurhash_encode(img, x_components=4, y_components=3)
preview = blurhash_decode(blurhash, 32, 32)
preview.save("preview.png")
Benchmarks
Run
benchmark.py --impl blurhash-rs -o blurhash-rs.json --rigorous
benchmark.py --impl blurhash-python -o blurhash-python.json --rigorous
benchmark.py --impl blurhash -o blurhash.json --rigorous
Results
Linux x86_64, CPython 3.14.0:
blurhash-python vs blurhash-rs
| Benchmark | blurhash-python-1.2.2 | blurhash-rs-1.0.0 |
|---|---|---|
| encode 32x32 (4x3) | 486 us | 5.57 us: 87.29x faster |
| encode 64x64 (4x3) | 1.91 ms | 10.8 us: 177.73x faster |
| encode 128x128 (4x3) | 7.59 ms | 30.6 us: 247.76x faster |
| decode 32x32 (4x3) | 160 us | 12.0 us: 13.31x faster |
| decode 64x64 (4x3) | 626 us | 34.6 us: 18.08x faster |
| decode 128x128 (4x3) | 2.45 ms | 122 us: 20.08x faster |
| Geometric mean | (ref) | 51.46x faster |
blurhash vs blurhash-rs
| Benchmark | blurhash-1.1.5 | blurhash-rs-1.0.0 |
|---|---|---|
| encode 32x32 (4x3) | 6.00 ms | 5.57 us: 1078.28x faster |
| encode 64x64 (4x3) | 24.2 ms | 10.8 us: 2249.49x faster |
| encode 128x128 (4x3) | 96.4 ms | 30.6 us: 3146.95x faster |
| decode 32x32 (4x3) | 6.91 ms | 12.0 us: 573.46x faster |
| decode 64x64 (4x3) | 27.6 ms | 34.6 us: 797.99x faster |
| decode 128x128 (4x3) | 112 ms | 122 us: 912.88x faster |
| Geometric mean | (ref) | 1213.21x faster |
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 blurhash_rs-1.0.0.tar.gz.
File metadata
- Download URL: blurhash_rs-1.0.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784ab5c1e6c6a4469ae207cb95e6cb9fff49f3ea1c98bd273d8e9221658c8db2
|
|
| MD5 |
5ad1ecca24f4e6491913aca917adc405
|
|
| BLAKE2b-256 |
7dbd303a80ec0c2d0ed5fed2cb51594b9fde19065017a2528dacb9e9baa364a7
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0.tar.gz:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0.tar.gz -
Subject digest:
784ab5c1e6c6a4469ae207cb95e6cb9fff49f3ea1c98bd273d8e9221658c8db2 - Sigstore transparency entry: 766697225
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 109.9 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958b5817628d08bd460175d5d1fb1061ea6d50892dcb76a09213ebb515e9bf17
|
|
| MD5 |
033bf19bfc176e63492832475b82df1c
|
|
| BLAKE2b-256 |
fe98f1619a74f9b1d2a51aa5f8fe6f64a58119c9959ed472cc3de7484f77e5ca
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
958b5817628d08bd460175d5d1fb1061ea6d50892dcb76a09213ebb515e9bf17 - Sigstore transparency entry: 766697496
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 216.1 kB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8332431948f103892584494a0ee7d86384ebb47d34fd24d8071bb16db3e960b1
|
|
| MD5 |
c8703e78a6f3048ec2aa802fdc5e8ad5
|
|
| BLAKE2b-256 |
335df0c5504e110b77bf465fc6d66f93dbb76dc0932a3d7d310348364c0ada9b
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl -
Subject digest:
8332431948f103892584494a0ee7d86384ebb47d34fd24d8071bb16db3e960b1 - Sigstore transparency entry: 766697253
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 212.6 kB
- Tags: PyPy, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de196b8664d30676fe4514778aac4a8997efaa2866ea7262b586cf9a95a3e18
|
|
| MD5 |
5097dbb444570f8850928add2084e517
|
|
| BLAKE2b-256 |
edc3f8eabba914aa512c2b40180e7eeffb82f179fa7d74efe39471191bd60415
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl -
Subject digest:
1de196b8664d30676fe4514778aac4a8997efaa2866ea7262b586cf9a95a3e18 - Sigstore transparency entry: 766697383
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
- Upload date:
- Size: 206.0 kB
- Tags: PyPy, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c71fceaf45f9f8770de96b17e9eee5058e2f2d86defb5bee04f334bd3ceb43
|
|
| MD5 |
3b7e2ea7ce1947ee6cda4b7e9229ae59
|
|
| BLAKE2b-256 |
b465d78c537682076b157af80f812bea6df8b32fdbb98ebc40cf55833074e781
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl -
Subject digest:
28c71fceaf45f9f8770de96b17e9eee5058e2f2d86defb5bee04f334bd3ceb43 - Sigstore transparency entry: 766697237
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 196.1 kB
- Tags: PyPy, 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 |
50619a9688389fe4f8f509d2cb92711621513b4d1bf3c33260ef774068f2d587
|
|
| MD5 |
9814a55413b6cdef9ac137c8c5619801
|
|
| BLAKE2b-256 |
9d18fdef97bfd7fba78b1beed38075ba05c2305e88e16016664b185df62cd2cb
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl -
Subject digest:
50619a9688389fe4f8f509d2cb92711621513b4d1bf3c33260ef774068f2d587 - Sigstore transparency entry: 766697568
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 292.4 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a121ddfd55172d0a89d6141f3fa393601c49218016c997fa3f69df5d48b87b2d
|
|
| MD5 |
3625f978a7c44ac8f910e93eb2d50f3c
|
|
| BLAKE2b-256 |
79b6a516c877c793011d735a1347bb7bbf1924b6fd367e8bbf5e4bdaef17cb17
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
a121ddfd55172d0a89d6141f3fa393601c49218016c997fa3f69df5d48b87b2d - Sigstore transparency entry: 766697335
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 274.4 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4081194027aa481325d7a28eef6b7ef9ab5cf6c2c799c22be8219ad61f2a9c3c
|
|
| MD5 |
57ea86bac9bf1132474086e24908c1e7
|
|
| BLAKE2b-256 |
c75b9b1a8eea8e52b97d7c6ced04ab90faef3e25bbc49754220a3a0cb2ab55c1
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
4081194027aa481325d7a28eef6b7ef9ab5cf6c2c799c22be8219ad61f2a9c3c - Sigstore transparency entry: 766697309
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 212.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c08429199f7634efcfcfa2a793d805fd94d3dfccb1c95a3d639963034a7047
|
|
| MD5 |
6eccafd05267043a23e2c2789aa285be
|
|
| BLAKE2b-256 |
f17b1ff30f3ae46a406a78ea03c57e0a21d69e8d4702d74b984614e264ea2064
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl -
Subject digest:
c0c08429199f7634efcfcfa2a793d805fd94d3dfccb1c95a3d639963034a7047 - Sigstore transparency entry: 766697302
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 208.7 kB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84cd81a1738c4124912beee95fa9a31a330009a38f37f0ea74857cfeedf92d7e
|
|
| MD5 |
22a681fea417e382631ed9ed91759fc3
|
|
| BLAKE2b-256 |
10a37f33bc798390e7df87f334769310ac14cac0d217e46c7edbe4cf1ab809c7
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl -
Subject digest:
84cd81a1738c4124912beee95fa9a31a330009a38f37f0ea74857cfeedf92d7e - Sigstore transparency entry: 766697270
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_x86_64.whl
- Upload date:
- Size: 202.4 kB
- Tags: CPython 3.14t, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed56c888e734d201209186afa40519e3821bdf1eb544450e37534fb5dd5b305
|
|
| MD5 |
fa9dfaa47c94378a23761682f461f171
|
|
| BLAKE2b-256 |
0a541864e150538700ee0a15752067bfa47bf0aeb41225a3ad9c3df1c5b4c500
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_x86_64.whl -
Subject digest:
3ed56c888e734d201209186afa40519e3821bdf1eb544450e37534fb5dd5b305 - Sigstore transparency entry: 766697431
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 192.9 kB
- Tags: CPython 3.14t, 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 |
146ebc779fffd635f0f339067b7191423a85fe6d263c8e061d5819cc060480ea
|
|
| MD5 |
08fd0d55e389079f997a664840f8253f
|
|
| BLAKE2b-256 |
0a5e0d81476865f64692853dbdad72acf8e919def899676a3cb2cca465e5226e
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
146ebc779fffd635f0f339067b7191423a85fe6d263c8e061d5819cc060480ea - Sigstore transparency entry: 766697526
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 293.4 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0b76a1e140b046b92c0e892e86a5fc0b7f6990c1503732ab54ffc099a75a5e7
|
|
| MD5 |
42f3019bdc19fc78c6fda7bc4eee1214
|
|
| BLAKE2b-256 |
7fbac65f928b0aec7f05ee1cbd58185e381d8865800e1b2c9e59299ae9a6dfc2
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
e0b76a1e140b046b92c0e892e86a5fc0b7f6990c1503732ab54ffc099a75a5e7 - Sigstore transparency entry: 766697483
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 275.2 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1d5728f500fa3501bc4d3162f191aead830b11de4e62728a820ffbb5be6ae1
|
|
| MD5 |
f24e3846897d6585ceb495b34324c346
|
|
| BLAKE2b-256 |
f5411c1dfc7c2a17378f39e4575ad716e7bae6ef8b8606c64e28eefdf651bfd3
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
4f1d5728f500fa3501bc4d3162f191aead830b11de4e62728a820ffbb5be6ae1 - Sigstore transparency entry: 766697492
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 213.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c1ff192b9472abc97863a72403d942c1cc190e498256110a8d4f03fc3d6e788
|
|
| MD5 |
c40caedac5847be1c1438c97923013c2
|
|
| BLAKE2b-256 |
34f9ca566dfedc1e3b4c1b92613c1aea882d6439bcd6a327ae43f9b74e59d994
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl -
Subject digest:
7c1ff192b9472abc97863a72403d942c1cc190e498256110a8d4f03fc3d6e788 - Sigstore transparency entry: 766697289
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 209.6 kB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9010b6d5b573b9544c7227bb26431f3326e912d3204df782351e10cce7fb5f35
|
|
| MD5 |
f51594bed38de51555d65c1229441cca
|
|
| BLAKE2b-256 |
cd0d80a46fad725ceb4bbce00942e0f91fda9d997b75fb8fe6849a794c34f730
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl -
Subject digest:
9010b6d5b573b9544c7227bb26431f3326e912d3204df782351e10cce7fb5f35 - Sigstore transparency entry: 766697272
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_x86_64.whl
- Upload date:
- Size: 204.1 kB
- Tags: CPython 3.14, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b61ecb792615f4536e280280d360644f4e6f38463ece51774dd07813229dba62
|
|
| MD5 |
300b04cf073287a33167790b844bf089
|
|
| BLAKE2b-256 |
1f52cb7426b1819439451709aee277f8937d6d4705286d593985224601c0f12a
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_x86_64.whl -
Subject digest:
b61ecb792615f4536e280280d360644f4e6f38463ece51774dd07813229dba62 - Sigstore transparency entry: 766697343
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 194.9 kB
- 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 |
392cf6f16bbf993c38bf6b841215fa883340c4f69d51e4f689326a94f8821b11
|
|
| MD5 |
d79f2f8ff77fe03e98a94f1c0c3e1724
|
|
| BLAKE2b-256 |
24e9814bc3f4a8278528359cbb2dec972e4301efff97675d56324638d0bb751f
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
392cf6f16bbf993c38bf6b841215fa883340c4f69d51e4f689326a94f8821b11 - Sigstore transparency entry: 766697407
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 105.5 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba1b0737ffe1ceae4aba7754f1cd99fc0efffe4851915fb36606763c0bef7af3
|
|
| MD5 |
1a389768a7f99140f8425c531c725be2
|
|
| BLAKE2b-256 |
e0e7790003a9ae3cf779f3412cb8bf1bf2ebd328544c4e58121fb16834bfeca4
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-win_amd64.whl -
Subject digest:
ba1b0737ffe1ceae4aba7754f1cd99fc0efffe4851915fb36606763c0bef7af3 - Sigstore transparency entry: 766697359
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 292.5 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d01836645faba518911e9c7120f832321c81735a64007cdac95511f067912c1
|
|
| MD5 |
ed62980689cebd3883cfd5506a2f7b2c
|
|
| BLAKE2b-256 |
39f954fe580f162b919bbe371e6d7fdfa4d5273fff0949b00fe056f0ec1e47e9
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl -
Subject digest:
8d01836645faba518911e9c7120f832321c81735a64007cdac95511f067912c1 - Sigstore transparency entry: 766697278
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 274.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b2986d42717162b1922229ab53e914047e2798a8e1f3b71b9d321cd3c2a9d45
|
|
| MD5 |
c556b0f5c42e39f58e3579b20d0aaeb3
|
|
| BLAKE2b-256 |
4ad466db0c2719b6f16632abd3ebe020b2d7da736e9fc4754e05d6b37b019ca5
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl -
Subject digest:
8b2986d42717162b1922229ab53e914047e2798a8e1f3b71b9d321cd3c2a9d45 - Sigstore transparency entry: 766697260
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 212.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ce0eaa8f8f547a7d015e4117e9ad18d58a06a4347fceb5af2462c05dc3c366
|
|
| MD5 |
41c2bba7a3f502ecedb0dde7c70f7077
|
|
| BLAKE2b-256 |
88d4994ce5bc5dd9506b8fbeff084a36f996ada1587e94c8111194870b6d6e56
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl -
Subject digest:
67ce0eaa8f8f547a7d015e4117e9ad18d58a06a4347fceb5af2462c05dc3c366 - Sigstore transparency entry: 766697399
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 208.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b91e76535a9b27d3af97961a90d085836528d167eb0789759c4fa780d47ab63
|
|
| MD5 |
8b938f475606043535c8793d6d034281
|
|
| BLAKE2b-256 |
1cf152bd54d7e8b76ead86e1def3fed457273a4a34ccd888fe10e20254093145
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl -
Subject digest:
1b91e76535a9b27d3af97961a90d085836528d167eb0789759c4fa780d47ab63 - Sigstore transparency entry: 766697439
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_x86_64.whl
- Upload date:
- Size: 202.4 kB
- Tags: CPython 3.13t, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
719b5bcadb13084785e8dcc36ea751ebacdd974c8d94928fc3632dc04f83f1fb
|
|
| MD5 |
5cd397adaf547cc7323c753641a47554
|
|
| BLAKE2b-256 |
396e55ea58207081698e79a732c2353925d09a7395f57bf7501486314baa3225
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_x86_64.whl -
Subject digest:
719b5bcadb13084785e8dcc36ea751ebacdd974c8d94928fc3632dc04f83f1fb - Sigstore transparency entry: 766697509
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 193.1 kB
- Tags: CPython 3.13t, 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 |
8e34f613bb3968d8e9843375ec8958d091545c3489aba101342d9ecd8581bc5b
|
|
| MD5 |
ba59fc48acd866396b5072bcef8e41f2
|
|
| BLAKE2b-256 |
ce27e08ef1931a91e617f349932ab9f43c8d0ca641dd1206afc5caf723cb52b9
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313t-macosx_11_0_arm64.whl -
Subject digest:
8e34f613bb3968d8e9843375ec8958d091545c3489aba101342d9ecd8581bc5b - Sigstore transparency entry: 766697448
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 106.8 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 |
4483f7e9ff0e3cec5026458fda28e03c32dd1a216b38e3c6b07be5bb690b2765
|
|
| MD5 |
5746b3468f7d09337dbcf2a696c33269
|
|
| BLAKE2b-256 |
52544e6f153c96aae10bb69acd79fae10bff9e23335c0daaad2a7d782d7d0788
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-win_amd64.whl -
Subject digest:
4483f7e9ff0e3cec5026458fda28e03c32dd1a216b38e3c6b07be5bb690b2765 - Sigstore transparency entry: 766697404
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 293.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
868bed125e4d7a2604ef0fee8cb3524514ba0e8c4788de08294f00d324e66b04
|
|
| MD5 |
f3ca3cc190fb64a0398e309f3d57b408
|
|
| BLAKE2b-256 |
9edb0a22cf1d120374c7f2abc95122df99465cbea2f80107fc7468aa5a5aa78e
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
868bed125e4d7a2604ef0fee8cb3524514ba0e8c4788de08294f00d324e66b04 - Sigstore transparency entry: 766697345
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 275.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
242f44045651ffb1c947aa1ae697db8917811e593dae8a3b0ed9d126c62e506c
|
|
| MD5 |
bf39c38baec21b20fc456e91b1fbe644
|
|
| BLAKE2b-256 |
38b507f3a115f5d2f54dc37b0067acb1d5482b5401bf5270b3b53058a0b5eeff
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
242f44045651ffb1c947aa1ae697db8917811e593dae8a3b0ed9d126c62e506c - Sigstore transparency entry: 766697516
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 213.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de912188baf5c37c8667178c2e58d4e297218b5d82cb132c05ac5bb81b927874
|
|
| MD5 |
f7b3d5a56677d2b71acc6a2bd28f6b26
|
|
| BLAKE2b-256 |
dc577c2c6e3754272a6d186e556bbaa9dbf46efebd4c75ab85de2a02a1f19599
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl -
Subject digest:
de912188baf5c37c8667178c2e58d4e297218b5d82cb132c05ac5bb81b927874 - Sigstore transparency entry: 766697531
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 209.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ce8807f4d6ae963a945ba54b72f56b760a352d91bcca7cbf6f7674a76092ac
|
|
| MD5 |
02ee771f6194458c183617ac9de88358
|
|
| BLAKE2b-256 |
8ec374e1cd2b882256a5ffac49684d77f7cc816d5a91ea0af0982d4dc6fe9571
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl -
Subject digest:
b8ce8807f4d6ae963a945ba54b72f56b760a352d91bcca7cbf6f7674a76092ac - Sigstore transparency entry: 766697420
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_x86_64.whl
- Upload date:
- Size: 204.4 kB
- Tags: CPython 3.13, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3fd55ec7d798425c700c06faa16a95ea66e983d9cee36b036b40823463587f
|
|
| MD5 |
9d310ee98e0820427afc7a6a096f2ebc
|
|
| BLAKE2b-256 |
5249277ff1f3bfc9b28eda89fb810fae50fa52d6307b7e3047eeee182d935b7d
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_x86_64.whl -
Subject digest:
8d3fd55ec7d798425c700c06faa16a95ea66e983d9cee36b036b40823463587f - Sigstore transparency entry: 766697244
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 195.1 kB
- 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 |
f2077b6b9d0ae5b970536b8e0c210c6c5c2c46f195df5d3a4e91aae27e39f0cd
|
|
| MD5 |
ecf47e99952b21326557df2012eb9569
|
|
| BLAKE2b-256 |
1725db698492b73185132bca3ddf72be95b942239eb931c1577746e969440b4d
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
f2077b6b9d0ae5b970536b8e0c210c6c5c2c46f195df5d3a4e91aae27e39f0cd - Sigstore transparency entry: 766697273
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 106.8 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 |
d8bd21182a08e8b32396b27b9e9ba5dc493d13d3d948af6b5f5b181997ca83d8
|
|
| MD5 |
390e3b00e96346a84420124ae8594ef6
|
|
| BLAKE2b-256 |
6743ce0b01d6b93f01cc48b535add330fad19e5b329f893724648b4b37d56b0a
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-win_amd64.whl -
Subject digest:
d8bd21182a08e8b32396b27b9e9ba5dc493d13d3d948af6b5f5b181997ca83d8 - Sigstore transparency entry: 766697283
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 293.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05840707a172c826065cb5646a017773e9d48ef2276ceea1c7d23db1653ec59
|
|
| MD5 |
659e73b8c89b68fcb8eb9376ecf77711
|
|
| BLAKE2b-256 |
9c5cf32a42704d5ab332cba96ca52619ef3dbff5543e995e75b3dfe23c6a422b
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
f05840707a172c826065cb5646a017773e9d48ef2276ceea1c7d23db1653ec59 - Sigstore transparency entry: 766697517
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 275.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e23473dab2d8138cfd8617245dd9371142ab7a73378ce7574481786be7432245
|
|
| MD5 |
e53febb6d142e0669a3f03128e1854bf
|
|
| BLAKE2b-256 |
61c23b4d79c61375a85829d05ac6cf891343c4d942a6d6938ff70384db7ced4f
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
e23473dab2d8138cfd8617245dd9371142ab7a73378ce7574481786be7432245 - Sigstore transparency entry: 766697250
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 213.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d824916322fdedb1f10dd23fc202e40768138ee7d3418be15cf92002e33f7b2a
|
|
| MD5 |
42aec1734ab821acc8be65db2354bbd8
|
|
| BLAKE2b-256 |
5d4b72ed025904ced79f11dda33563313fbcd5d2155002d52d956e78ac610160
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl -
Subject digest:
d824916322fdedb1f10dd23fc202e40768138ee7d3418be15cf92002e33f7b2a - Sigstore transparency entry: 766697462
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 209.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
018cef2e4af5a8d01060d08bffc7fd82e26d1f9854b4372eb09cf85b4d7bca05
|
|
| MD5 |
c518f3d3053770e66c2b8202c3b21a19
|
|
| BLAKE2b-256 |
469efa66cf7e44b18891e4434bcb7c99664caad5e07497290b57b28ea15fdec1
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl -
Subject digest:
018cef2e4af5a8d01060d08bffc7fd82e26d1f9854b4372eb09cf85b4d7bca05 - Sigstore transparency entry: 766697280
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_x86_64.whl
- Upload date:
- Size: 204.3 kB
- Tags: CPython 3.12, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b7ed632f134303082566d6b1275a52af475e2ea5a1433d81ed18c4a86039385
|
|
| MD5 |
027cfb03a26adc832647b14e86f2fc8e
|
|
| BLAKE2b-256 |
065f297174ec58a445a1d0d5f61a54f0e5c99d0f828b450434aa611fe65aa95f
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_x86_64.whl -
Subject digest:
2b7ed632f134303082566d6b1275a52af475e2ea5a1433d81ed18c4a86039385 - Sigstore transparency entry: 766697534
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 195.0 kB
- 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 |
7afc2802f873a137763a62431ab4ac9ec276a32d00daf276d43ef62153eee29f
|
|
| MD5 |
7885b958e409d3344c09e3a37af73b64
|
|
| BLAKE2b-256 |
a8da1bcd514817afc6c35b949c8d61b3f58deeb29679bff9f97e36f0f7aed63a
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
7afc2802f873a137763a62431ab4ac9ec276a32d00daf276d43ef62153eee29f - Sigstore transparency entry: 766697236
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 109.3 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 |
23ae548aa4017298b7be55c9bbc5becd2566a2d57f39558157faee2bf259cd0e
|
|
| MD5 |
c8ae08497bbd185b8a2280150d37df96
|
|
| BLAKE2b-256 |
15376a4de1ca1986674a594df3db4f9eefef5014d559fe0692eeae91d408f202
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-win_amd64.whl -
Subject digest:
23ae548aa4017298b7be55c9bbc5becd2566a2d57f39558157faee2bf259cd0e - Sigstore transparency entry: 766697295
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 295.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cfd085dd0019baef67868a7238857a1218f14238173f85fb41a84115afb502c
|
|
| MD5 |
7e79b3a8030ddf02c5b0845580d1cc85
|
|
| BLAKE2b-256 |
346ff9a3535ceddeddce24f7a2b949f61b849cda771c58c1a4a697a4d103d830
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
3cfd085dd0019baef67868a7238857a1218f14238173f85fb41a84115afb502c - Sigstore transparency entry: 766697571
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 277.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a416146cc150f717a207e7b8185ea38d7fe4328e9f47dcf17d93050179ded8
|
|
| MD5 |
3440860c9356e3934693a826e726c35f
|
|
| BLAKE2b-256 |
1c8c911dece08a1208dec2f7e1cbf49edc6233e0cec2ff53ee73f255b886c120
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
b6a416146cc150f717a207e7b8185ea38d7fe4328e9f47dcf17d93050179ded8 - Sigstore transparency entry: 766697389
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 215.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ee3074b21cf22f00784ceb2092c45bbfed67670cca75911633aea02502d76a
|
|
| MD5 |
79d7b05b2a2ec2af626e7b09693a6f6d
|
|
| BLAKE2b-256 |
14b5ab87518958b6a21fdfd2ef4d0553e27250c9a0e72f39c026aba31a87a100
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl -
Subject digest:
06ee3074b21cf22f00784ceb2092c45bbfed67670cca75911633aea02502d76a - Sigstore transparency entry: 766697409
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 211.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3b17d117bd939b5d6ab951e3dcb204efb35cfbe579d5333dd5eae5c1bc82709
|
|
| MD5 |
f9058b1ff3554bfc6efb4500772e6166
|
|
| BLAKE2b-256 |
d080e3d8e79622c2da9cfda48a3e668846b93e7c4a45990921a13abbf8e66538
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl -
Subject digest:
c3b17d117bd939b5d6ab951e3dcb204efb35cfbe579d5333dd5eae5c1bc82709 - Sigstore transparency entry: 766697475
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl
- Upload date:
- Size: 205.2 kB
- Tags: CPython 3.11, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9eac7accd3e82ca7a4d3261bf75f49c67287569a08850cc950186b7faa54b1
|
|
| MD5 |
035c73d2a8752d8a74f72a9e1b3c47e7
|
|
| BLAKE2b-256 |
d07aea63ef77c6e83542ef0d4c8cb2780369d64e739235fa7ae17b578c53c9ab
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl -
Subject digest:
0c9eac7accd3e82ca7a4d3261bf75f49c67287569a08850cc950186b7faa54b1 - Sigstore transparency entry: 766697352
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 195.5 kB
- 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 |
ab7a36ea640f6b7d135358fdd6bcf8de280e572e2b45ea46325d4bd19499854e
|
|
| MD5 |
c08d89c3df56322026f4f9e6eb537507
|
|
| BLAKE2b-256 |
302d6069ce7fea2e057ba9ec7d5c9f0bb9a97106ebc50178bf4f1093ba86410a
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
ab7a36ea640f6b7d135358fdd6bcf8de280e572e2b45ea46325d4bd19499854e - Sigstore transparency entry: 766697560
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 109.5 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 |
36ca81f3f37004ad9fdee0f216d13c6b6f78be9b9b3aa46a66ef2c08cca7f31b
|
|
| MD5 |
c09eb0b8ce21fa165b8acb00e5a9c59f
|
|
| BLAKE2b-256 |
955d8c9e2b7f00fa27a4574b8cbda2de3cb1fe98d3d2aa70529aa4039bb497b8
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-win_amd64.whl -
Subject digest:
36ca81f3f37004ad9fdee0f216d13c6b6f78be9b9b3aa46a66ef2c08cca7f31b - Sigstore transparency entry: 766697548
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 295.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f770c9f1ee8d1c6c7380f65f4c3a8ec151bd643d5b28ef6253fb4ce940ff16e
|
|
| MD5 |
0474497ffb2d31c98e22da35975088b6
|
|
| BLAKE2b-256 |
3ff479ffa3c0b50dce8dd98f5c8823c7efd0be3a992f3a18c43da0d05f6f74b8
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
8f770c9f1ee8d1c6c7380f65f4c3a8ec151bd643d5b28ef6253fb4ce940ff16e - Sigstore transparency entry: 766697454
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 277.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd2fd83a5d647456368f5dfb8756bbd823208d1b2d4d59ee175b32f054a2d0af
|
|
| MD5 |
9c39ced96222c5782bac8ef844257dda
|
|
| BLAKE2b-256 |
050ac2023541c9e4f759ea469ce770a4dc5e7b08193c3c2fd2d13450bc5974e7
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
fd2fd83a5d647456368f5dfb8756bbd823208d1b2d4d59ee175b32f054a2d0af - Sigstore transparency entry: 766697231
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 215.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d1abcef1a947f0566b0171f39c4b6b660bfee2f89d31c9c959e5d2b248b03e
|
|
| MD5 |
fd4a3a196d6b07f9fadda2707facfc32
|
|
| BLAKE2b-256 |
f7a5f7b97bb7264d0ad2965a0fd9efd22c81083bcec8ff226a3ff9da57600f3b
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl -
Subject digest:
82d1abcef1a947f0566b0171f39c4b6b660bfee2f89d31c9c959e5d2b248b03e - Sigstore transparency entry: 766697542
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 212.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34f02f5abd8d1a41db23b519b68baf144b55980e088b052f4d11415af1e1e75a
|
|
| MD5 |
35492cfe4969c6064528c6b463d8f951
|
|
| BLAKE2b-256 |
bab9d9c9f20bf3e0c7d8fd52fb842311dd8c1943bd98ed41719120a9728cec06
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl -
Subject digest:
34f02f5abd8d1a41db23b519b68baf144b55980e088b052f4d11415af1e1e75a - Sigstore transparency entry: 766697241
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl
- Upload date:
- Size: 205.4 kB
- Tags: CPython 3.10, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbd0952e7c29ea5eeac093a562b254a190e778a5a194055f155e3ea8717b3350
|
|
| MD5 |
451e8bacbd68314e62df93d55fd36a60
|
|
| BLAKE2b-256 |
d3ebb0d04f008fb7bd355ec62364dc4c966c98f42e98a1088e32fefc2883fcad
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl -
Subject digest:
bbd0952e7c29ea5eeac093a562b254a190e778a5a194055f155e3ea8717b3350 - Sigstore transparency entry: 766697292
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 195.8 kB
- 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 |
5a68bb7bad4bb93721124474765f0e435104ac2176470215e10511de97eea139
|
|
| MD5 |
44d8b40a0b1218985742d90f6a79f233
|
|
| BLAKE2b-256 |
b714ae066d562b3d6cf585fcd82f5d119942ace75ec672f9cc9b9dfa21e16299
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
5a68bb7bad4bb93721124474765f0e435104ac2176470215e10511de97eea139 - Sigstore transparency entry: 766697320
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 109.5 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 |
c66437078615bbfc4bb172858244156207efff1b3de1a5f9df80c77382a34142
|
|
| MD5 |
26a92fb09e201ae95c23b1dc72766f5b
|
|
| BLAKE2b-256 |
c85d1bd5b940036b7fee2422b6e74e8057377e716c460b98d80c553700914ded
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-win_amd64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-win_amd64.whl -
Subject digest:
c66437078615bbfc4bb172858244156207efff1b3de1a5f9df80c77382a34142 - Sigstore transparency entry: 766697505
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 295.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46c46dbe935317f11082faf61ae9f604520639164984f64c22bc88656695e2e3
|
|
| MD5 |
4de302fe613d7168cd7c53ecc657e9f3
|
|
| BLAKE2b-256 |
aa16129288f30920d9359c475f63e67b456654b96b439feb7e7b7acf14f99f4b
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
46c46dbe935317f11082faf61ae9f604520639164984f64c22bc88656695e2e3 - Sigstore transparency entry: 766697274
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 277.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a36e16b8f37f776b492798faa9d9503c273ded2c1fc9df128cbbc899f2e92308
|
|
| MD5 |
fe37018badb758276e250f77d479fa8f
|
|
| BLAKE2b-256 |
931cc489a3d8d4fdbc259de6defb87cdff8a005f9c562d1909b1737132e3d79f
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
a36e16b8f37f776b492798faa9d9503c273ded2c1fc9df128cbbc899f2e92308 - Sigstore transparency entry: 766697368
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 215.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0309722c390f2fee510c512d06bc6fdebbd7b8257f55f48d872597bd99848337
|
|
| MD5 |
7e919d69d03aad241d0cda205c5da1ab
|
|
| BLAKE2b-256 |
647ef7c7b1f999dd143e4d7a3478d1699f669bbecf89c59d168c1683a8aea20a
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl -
Subject digest:
0309722c390f2fee510c512d06bc6fdebbd7b8257f55f48d872597bd99848337 - Sigstore transparency entry: 766697258
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 212.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f1c871ab9f0b85b8a0fbc2637070b37a69ecd2558487127684097f772b64ec
|
|
| MD5 |
90983416c718d9c2dc0c9fa2977646f8
|
|
| BLAKE2b-256 |
9404e8f80cc5e37b58eb4478fd9d23252b179398b0af3d48db95a3e95db0925f
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl -
Subject digest:
42f1c871ab9f0b85b8a0fbc2637070b37a69ecd2558487127684097f772b64ec - Sigstore transparency entry: 766697557
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl
- Upload date:
- Size: 205.4 kB
- Tags: CPython 3.9, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fa10a5ae0ecce3efa883ea63c1ba69743176a992cb3ac6ead98490638a9562b
|
|
| MD5 |
983976adf4c5154da4e21f1f1c5e94ef
|
|
| BLAKE2b-256 |
ffa090578f6dea6d5d7a00123a7eef6d1bca65338a182312bf04b2646708cd99
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl -
Subject digest:
2fa10a5ae0ecce3efa883ea63c1ba69743176a992cb3ac6ead98490638a9562b - Sigstore transparency entry: 766697372
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type:
File details
Details for the file blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 195.8 kB
- 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 |
24a3a5c9e179cf5504b8bee478e021d732c34fcda12ebfa971976a84d253ffc4
|
|
| MD5 |
26ad6ff5e7e891c8f1592ea833fe7b61
|
|
| BLAKE2b-256 |
4c5463d0419c02dc64dd941b3188fe9b4c3da726916ea52216a2a13511c35688
|
Provenance
The following attestation bundles were made for blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
ci.yaml on Zaczero/pkgs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blurhash_rs-1.0.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
24a3a5c9e179cf5504b8bee478e021d732c34fcda12ebfa971976a84d253ffc4 - Sigstore transparency entry: 766697268
- Sigstore integration time:
-
Permalink:
Zaczero/pkgs@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Branch / Tag:
refs/tags/blurhash-rs/1.0.0 - Owner: https://github.com/Zaczero
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@d6f79da31fde8e847e2ac78ac8f5545e5d83fb9d -
Trigger Event:
push
-
Statement type: