texture2ddecoder 1.0.5
pip install texture2ddecoder
Released:
a python wrapper for Perfare's Texture2DDecoder
Navigation
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (MIT License)
- Author: Rudolf Kolbe
- Tags astc, texture
- Requires: Python >=3.7
-
Provides-Extra:
tests
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
texture2ddecoder
A python wrapper for Perfare's Texture2DDecoder
Some changes were made to the original code to make it cross-platform compatible.
Installation
pip install texture2ddecoder
or download/clone the git and use
python setup.py install
Example
import texture2ddecoder
# load sample data
data = open("astc_sample", "rb").read()
# decode data
width = 512
height = 512
block_width = block_height = 4
decoded_data= texture2ddecoder.decode_astc(data, width, height, block_width, block_height)
# load raw image data
dec_img = Image.frombytes("RGBA", (width, height), decoded_data, 'raw', ("BGRA"))
Functions
- All functions accept only arguments, no keywords.
- decode_pvrtc can cause segfaults on Mac OS
decode_bc1
decompresses bc1 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_bc3
decompresses bc3 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_pvrtc
decompresses pvrtc textures to BGRA
Params: bytes data, long width, long height, bool is2bpp Return: bytes
decode_etc1
decompresses etc1 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_etc2
decompresses etc2 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_etc2a1
decompresses etc2a1 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_etc2a8
decompresses etc2a8 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_eacr
decompresses eacr textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_eacr_signed
decompresses eacr_signed textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_eacrg
decompresses eacrg textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_eacrg_signed
decompresses eacrg_signed textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_bc4
decompresses bc4 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_bc5
decompresses bc5 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_bc6
decompresses bc6 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_bc7
decompresses bc7 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_atc_rgb4
decompresses atc_rgb4 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_atc_rgba8
decompresses atc_rgba8 textures to BGRA
Params: bytes data, long width, long height Return: bytes
decode_astc
decompresses astc textures to BGRA
Params: bytes data, long width, long height, int block_width, int block_height Return: bytes
unpack_crunch
decompresses crunch textures to BGRA
Params: bytes data Return: bytes
unpack_unity_crunch
decompresses unity_crunch textures to BGRA
Params: bytes data Return: bytes
License & Credits
This module itself is licensed under MIT.
The texture compression codecs themselves were derived on following sources and therefore have following licenses:
Codec | License | Source |
---|---|---|
ATC | MIT | Perfare/AssetStudio - Texture2DDecoderNative/atc.cpp |
ASTC | MIT | Ishotihadus/mikunyan - ext/decoders/native/astc.c |
BCn | MIT | Perfare/AssetStudio - Texture2DDecoderNative/bcn.cpp |
ETC | MIT | Ishotihadus/mikunyan - ext/decoders/native/etc.c |
f16 | MIT | Maratyszcza/FP16 |
PVRTC | MIT | Ishotihadus/mikunyan - ext/decoders/native/pvrtc.c |
Crunch | PUBLIC DOMAIN | BinomialLLC/crunch |
Crunch (Unity) | ZLIB | Unity-Technologies/crunch |
Project details
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (MIT License)
- Author: Rudolf Kolbe
- Tags astc, texture
- Requires: Python >=3.7
-
Provides-Extra:
tests
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Uploaded
PyPy
Windows x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
PyPy
macOS 11.0+ ARM64
Uploaded
PyPy
macOS 10.15+ x86-64
Uploaded
PyPy
Windows x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
PyPy
macOS 11.0+ ARM64
Uploaded
PyPy
macOS 10.15+ x86-64
Uploaded
PyPy
Windows x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
PyPy
macOS 11.0+ ARM64
Uploaded
PyPy
macOS 10.9+ x86-64
Uploaded
PyPy
Windows x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
PyPy
macOS 10.9+ x86-64
Uploaded
CPython 3.7+
Windows ARM64
Uploaded
CPython 3.7+
Windows x86-64
Uploaded
CPython 3.7+
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.7+
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.7+
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.7+
musllinux: musl 1.2+ i686
Uploaded
CPython 3.7+
musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.7+
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.7+
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.7+
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.7+
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.7+
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.7+
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.7+
macOS 11.0+ ARM64
Uploaded
CPython 3.7+
macOS 10.9+ x86-64
File details
Details for the file texture2ddecoder-1.0.5.tar.gz
.
File metadata
- Download URL: texture2ddecoder-1.0.5.tar.gz
- Upload date:
- Size: 105.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7767e865394ad8e0a0609d275caf3e8c99d03df107dfb961cb90ea21c9295dc2 |
|
MD5 | a284c34e980dbe57a2f9c14802e36204 |
|
BLAKE2b-256 | 3f087012aead15dc0e02289615084374f465908568c7b940f0f5ad0eb216b1a4 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5.tar.gz
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5.tar.gz
- Subject digest:
7767e865394ad8e0a0609d275caf3e8c99d03df107dfb961cb90ea21c9295dc2
- Sigstore transparency entry: 178547866
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 64.8 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5216e848774a396fa58c9674be6333d0b9f0d8f923fdc3ce82b59dc29196e06 |
|
MD5 | 2780effb88cf8f856dfc235b6dbecf72 |
|
BLAKE2b-256 | 9676f431a83d4741cd80d11804e9f434b7e869fa36526bf50ba06d2a137ac235 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-win_amd64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-win_amd64.whl
- Subject digest:
f5216e848774a396fa58c9674be6333d0b9f0d8f923fdc3ce82b59dc29196e06
- Sigstore transparency entry: 178547879
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 80.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2a4aa07aabd1f542199c730664d3e6d4b6cde6622bc90d3bd70267301f70f62 |
|
MD5 | 20b2d0e6552b1757af0dc423957f9d73 |
|
BLAKE2b-256 | 6d961bf367998b601ac0c3e06fa6f6dcf67fad84254c996ad48c14ea3d924a0e |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
d2a4aa07aabd1f542199c730664d3e6d4b6cde6622bc90d3bd70267301f70f62
- Sigstore transparency entry: 178547937
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 75.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dbd6eb6b2364b0557ed08f5fa9d189ba6ca005a0b73300ac8f3b5f738e0b8f3 |
|
MD5 | 95e80b76ff6d9b8069cde9f2ddf07408 |
|
BLAKE2b-256 | f841e32b5776f99b840885394f01fe95499a4c40ff0b3e5088308dd3a83fd3ad |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
7dbd6eb6b2364b0557ed08f5fa9d189ba6ca005a0b73300ac8f3b5f738e0b8f3
- Sigstore transparency entry: 178547883
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 84.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffc86b8b0d6c88c82eb0485e74de3f68d0f136fd5d19fd99efd95fc682bad52b |
|
MD5 | 344f37190d5aa9951c8f50cf094c12da |
|
BLAKE2b-256 | 044e426b9a981ab691ac65fdcda96fbf0b919b089c76ba714293fc9883488322 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
ffc86b8b0d6c88c82eb0485e74de3f68d0f136fd5d19fd99efd95fc682bad52b
- Sigstore transparency entry: 178547918
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 72.0 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d027e52b0ed6f710a70d8ff4164920b9d5b676246eb77dc856ed97e662ddafa |
|
MD5 | fb628eee64a1e851857bb4efb35fcfd7 |
|
BLAKE2b-256 | 7595733ab47586683ec08cb3732b4297d948584cd69e51b5db6d4b4b13c9ce5e |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Subject digest:
8d027e52b0ed6f710a70d8ff4164920b9d5b676246eb77dc856ed97e662ddafa
- Sigstore transparency entry: 178547923
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 78.6 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 837a52ed52206ea4a414fd468228ad7fab6a07ad5b31ebcc554dab4c59e81af7 |
|
MD5 | f10d0b0be3f71a9f1afde9a4a7c00d25 |
|
BLAKE2b-256 | b433ac4fb8f04d6497671ade89d9b0a6959204c5b629d7fb9c5a9666af6a295b |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
- Subject digest:
837a52ed52206ea4a414fd468228ad7fab6a07ad5b31ebcc554dab4c59e81af7
- Sigstore transparency entry: 178547868
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 64.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92d083172d9e1e5fd8f2ecaac562184309bd3cd92b28e6ed409103519cf908e6 |
|
MD5 | 82336b7a9a5e1b88e6aa91243913b7d7 |
|
BLAKE2b-256 | ae5d17fa1c4fc58aebbf9ec718bfe335bb52b6a94d624e98f6eb39d02f6bf0c8 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-win_amd64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-win_amd64.whl
- Subject digest:
92d083172d9e1e5fd8f2ecaac562184309bd3cd92b28e6ed409103519cf908e6
- Sigstore transparency entry: 178547926
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 80.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f620e32e47ca1b8f0f9ea2497e195ac0ac5104aa03511fc8a75fc3476907d73 |
|
MD5 | bb936fd4cc064acf9fa5949b3d4e864c |
|
BLAKE2b-256 | b2ad5eac441b3c08d15c1b83eac4d3b0e3fec88227d6fb01afc6733ba1f38d13 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
3f620e32e47ca1b8f0f9ea2497e195ac0ac5104aa03511fc8a75fc3476907d73
- Sigstore transparency entry: 178547920
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 75.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc79c8042f792b156d822941c8b57457f0170b89ef52933fe3216a9db30e4a4c |
|
MD5 | 64256288aa8399e62acda75c0fe9f47d |
|
BLAKE2b-256 | 11173adc16d0f6691cc2fd58cacf4b73e42165a996d05819288562ce26b64562 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
cc79c8042f792b156d822941c8b57457f0170b89ef52933fe3216a9db30e4a4c
- Sigstore transparency entry: 178547903
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 84.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce2abddad1d6ce670a17908901998d3d6a88984c065079f7123e384f159804a2 |
|
MD5 | a9e8773b801dc759e5d34a9382fb1843 |
|
BLAKE2b-256 | 1d03be679838caeb391f7ce83cb1ede4a648bdbf2b1e47d966277797592f36f8 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
ce2abddad1d6ce670a17908901998d3d6a88984c065079f7123e384f159804a2
- Sigstore transparency entry: 178547893
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 72.0 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b10cdcdde82211f358cee2a85b1ca0fb41a652cc660596b8cc52e8cbb0ba59d |
|
MD5 | 3948d9bab96f6e5da25a5f1f8a1d15c4 |
|
BLAKE2b-256 | eb22402df1a59bfdc6fed75814c71919fbbc539c7da26b6add261c2118cb1624 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Subject digest:
9b10cdcdde82211f358cee2a85b1ca0fb41a652cc660596b8cc52e8cbb0ba59d
- Sigstore transparency entry: 178547948
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 78.6 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a74d7ca2650adb72d5ee84716b5b95803497bb851baf1d59ff35a76cc91eece |
|
MD5 | ef152df3006119240c57a177727afd07 |
|
BLAKE2b-256 | f947000c095988f57b73503ae507a5b705d4e5d1d8f7defbfd2b9824eda93c4c |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
- Subject digest:
9a74d7ca2650adb72d5ee84716b5b95803497bb851baf1d59ff35a76cc91eece
- Sigstore transparency entry: 178547891
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 64.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb59578961679fac0ef6dfaf5ec42067357c770f291a861a152466bab7c473fd |
|
MD5 | 96e83a25c8435cfc8e01adc2c5ad6996 |
|
BLAKE2b-256 | 9e00a6bf17971e04f590cee4f7ebf69c2808c2fc8108776c24d7fcc6a22b3ea2 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-win_amd64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-win_amd64.whl
- Subject digest:
fb59578961679fac0ef6dfaf5ec42067357c770f291a861a152466bab7c473fd
- Sigstore transparency entry: 178547910
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 80.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5707222d488226fd833eb65409e23038a20e77cc3911581628b2d8dc37c997 |
|
MD5 | 83c1a56e1c60daac18bbbd2dc5cdf12a |
|
BLAKE2b-256 | 4e0c84aa4d790568011664c84350c43e727431edee8f62393353136ccfffd1d0 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
cd5707222d488226fd833eb65409e23038a20e77cc3911581628b2d8dc37c997
- Sigstore transparency entry: 178547931
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 75.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0ec4e2d3d1b747a2abc7e0ad64e6162104701592d36bb5b0ae7beb4de61f5b8 |
|
MD5 | a5e65d63d4c74a059fea69ed7322888f |
|
BLAKE2b-256 | a1aea3afb497abae5bb58a30a98088457aab63ec3c759af38078a0a7d90021f6 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
b0ec4e2d3d1b747a2abc7e0ad64e6162104701592d36bb5b0ae7beb4de61f5b8
- Sigstore transparency entry: 178547932
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 84.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 939dd5773b685ffa4f241d1cfebbef070309a52e78aa4221ff2286499d1ab521 |
|
MD5 | 82592c57c7bc8fbc848d7a6f340ebdd5 |
|
BLAKE2b-256 | ac6d060d9fd57228db3a658c5046f12d07f9d5dfb860d6a87fdbf68f4148fe1f |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
939dd5773b685ffa4f241d1cfebbef070309a52e78aa4221ff2286499d1ab521
- Sigstore transparency entry: 178547911
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 72.0 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35153d47b134c61808ae64692bf78b991cd1cacf8e600058b92ac780d81b883b |
|
MD5 | 3b96aff6305363d03920c91a4d3ed073 |
|
BLAKE2b-256 | 3d3a82dec890d1e03d4df3d14eab449bf6a9a3447f2b52223a3af1ee1493b9c5 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Subject digest:
35153d47b134c61808ae64692bf78b991cd1cacf8e600058b92ac780d81b883b
- Sigstore transparency entry: 178547941
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 78.2 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbb8b288582a32e6f0e850261a6e19d67fee0cd7b80c58f0479d930587c3f797 |
|
MD5 | fe6d749ac216911feba676baab4fe295 |
|
BLAKE2b-256 | 75aac35316df39b68c8ed699a41ea23c7304c4e5acfb3c25d688acf58c1842cd |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Subject digest:
bbb8b288582a32e6f0e850261a6e19d67fee0cd7b80c58f0479d930587c3f797
- Sigstore transparency entry: 178547934
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp37-pypy37_pp73-win_amd64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 64.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3be7cc2bce9ce117fa0d8cac2fd8c13a362bd0512625bf39989581796927d6d9 |
|
MD5 | b156c61583b1a3bb5a5a24ed4a31ad77 |
|
BLAKE2b-256 | a76d7b547eb3ea7260c5d788e4241066dc8d63dde5d501cf3453ac959130ec25 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp37-pypy37_pp73-win_amd64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp37-pypy37_pp73-win_amd64.whl
- Subject digest:
3be7cc2bce9ce117fa0d8cac2fd8c13a362bd0512625bf39989581796927d6d9
- Sigstore transparency entry: 178547897
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 82.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0eb8160949a2f5b79ff1eff24eec79d578e1da8a0f3261f61b879c4522e45bc |
|
MD5 | 8081d8a5617a25d17cb911a85b266477 |
|
BLAKE2b-256 | 90d5ef948eb687c48e00d1d1860d7911cae73353029a90177cec428da043d013 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
a0eb8160949a2f5b79ff1eff24eec79d578e1da8a0f3261f61b879c4522e45bc
- Sigstore transparency entry: 178547887
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 77.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a61c40d96ab0567e0b850114e215885ac8f9786580df10a076e6ac7ef33aa75b |
|
MD5 | 6421ec9f72b07ce849bbe7324c853ba6 |
|
BLAKE2b-256 | 0578c08d262cf5e520afaf131a9db2b6b27b5fe25b0cb687347852adcd55bf88 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
a61c40d96ab0567e0b850114e215885ac8f9786580df10a076e6ac7ef33aa75b
- Sigstore transparency entry: 178547875
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 86.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bca2468fae272cc73d50fa81b54f5584a0b5b4b76327c32cf735246785f34382 |
|
MD5 | 526c6f57b61f644c6ed293f024affaa1 |
|
BLAKE2b-256 | d930872134715e1d6a1d73b08b89dc2229f7f4868bef9ff0e24087e95d1b3d6e |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp37-pypy37_pp73-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
bca2468fae272cc73d50fa81b54f5584a0b5b4b76327c32cf735246785f34382
- Sigstore transparency entry: 178547917
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 78.2 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca0d30fefaf87414efd73df0089da87ca5e0db2159b8229e2cad32c098436b4f |
|
MD5 | 7784b0b9ac30d7289211b9abc9a64bb6 |
|
BLAKE2b-256 | d61c0f6ebcf596d341c0dfb4d5c6883deaafe449287fe21e0796481e5c13782a |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Subject digest:
ca0d30fefaf87414efd73df0089da87ca5e0db2159b8229e2cad32c098436b4f
- Sigstore transparency entry: 178547933
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-win_arm64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-win_arm64.whl
- Upload date:
- Size: 55.7 kB
- Tags: CPython 3.7+, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 500e41c12227d5f0e4065ea7047e69fdcbd773a1602ee64f5d34656330bd7c9e |
|
MD5 | da066c18310d2ee728a744612f830bdb |
|
BLAKE2b-256 | ae010282ce71a0354449293be479d4561d3c39f1a5628f31aea92d8737fd1911 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-win_arm64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-win_arm64.whl
- Subject digest:
500e41c12227d5f0e4065ea7047e69fdcbd773a1602ee64f5d34656330bd7c9e
- Sigstore transparency entry: 178547907
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-win_amd64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-win_amd64.whl
- Upload date:
- Size: 64.6 kB
- Tags: CPython 3.7+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ee16f7ebb98e227875f3bbd36be3c65b8d84296200b2624e5064f069bb5588f |
|
MD5 | 55b15216ea3c8b29d44ce86f0bd40156 |
|
BLAKE2b-256 | 545704a442cdb03e94b96e8bcddc237d3ead389d617b2710b6d90423e4349607 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-win_amd64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-win_amd64.whl
- Subject digest:
6ee16f7ebb98e227875f3bbd36be3c65b8d84296200b2624e5064f069bb5588f
- Sigstore transparency entry: 178547939
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-win32.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-win32.whl
- Upload date:
- Size: 52.7 kB
- Tags: CPython 3.7+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49fa46e3f10d226a3ead5a11288f781bdd589ff80e649dec8c68cc04b45384e1 |
|
MD5 | da81a93234c77b0bae77d4f41bc671e0 |
|
BLAKE2b-256 | 5e5b1e3202a7b97622924c9304a4cebd65cebebaf5aca1b17c9c9329a797357b |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-win32.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-win32.whl
- Subject digest:
49fa46e3f10d226a3ead5a11288f781bdd589ff80e649dec8c68cc04b45384e1
- Sigstore transparency entry: 178547915
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fd60db331483094a9c7b84e1188222bb545987a11e3161f217f829e1e9c165f |
|
MD5 | 4dd568a310c03bb46722688362663faf |
|
BLAKE2b-256 | 9e2a3803468e58accc4312f9ab39403de43333c79ea123c03790c7cde1d62591 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_x86_64.whl
- Subject digest:
1fd60db331483094a9c7b84e1188222bb545987a11e3161f217f829e1e9c165f
- Sigstore transparency entry: 178547947
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 719f0e17b66e3269662ff6bb05167b61df6897ec3555caefc58731d14d0dad39 |
|
MD5 | 0ac219b7605e0e58effd39b57c9642a8 |
|
BLAKE2b-256 | 28c8b0f9ff91e56cfcbbf3ab6ca4b6d7d86352ec6dac20cfdd1ebc37277a1a37 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_s390x.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_s390x.whl
- Subject digest:
719f0e17b66e3269662ff6bb05167b61df6897ec3555caefc58731d14d0dad39
- Sigstore transparency entry: 178547882
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19f00acb3a25b285c5b3e5a7bc22adb4d90db401c450695e98463585998a5715 |
|
MD5 | 19dd07a76405e9db69d3c4f4b9ee7287 |
|
BLAKE2b-256 | e9782b5a27e705b93a408fb0a5580ba06728ff35b337871ac42b0a4138c2cd1c |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_ppc64le.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_ppc64le.whl
- Subject digest:
19f00acb3a25b285c5b3e5a7bc22adb4d90db401c450695e98463585998a5715
- Sigstore transparency entry: 178547927
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d94ae1a87712908286bc5cc9e6ad173a9357aaf33937507cba2ad4305ed8344 |
|
MD5 | 9306be8bb03410b7ff437ac6b3883739 |
|
BLAKE2b-256 | 9bb38f5cd6e06eb98b6d29d2268d4d1019a5236c51c77e25622c9a1cd5acd1e3 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_i686.whl
- Subject digest:
3d94ae1a87712908286bc5cc9e6ad173a9357aaf33937507cba2ad4305ed8344
- Sigstore transparency entry: 178547943
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 869c3563bf03eb0af751812d5d42f9b6a33fbd647196e3812060eba89a0b7dcc |
|
MD5 | c5ac6f7e39c7e56f44906abfc7c50c57 |
|
BLAKE2b-256 | 69f64ba5f070b6ea976135a32f80ed3acc787fc8511af788e58599bfb0b026b8 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_armv7l.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_armv7l.whl
- Subject digest:
869c3563bf03eb0af751812d5d42f9b6a33fbd647196e3812060eba89a0b7dcc
- Sigstore transparency entry: 178547871
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a851cf54e0918d52e63b248129dab8a0bdc98d0237e4da7a85812ce0da101e7 |
|
MD5 | 31d2085d37703ff27030176ccbf2d88e |
|
BLAKE2b-256 | 9c52458ff691a1217aa7da991cf680357d2a86fe0aac6572cb42acfcc1545aae |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-musllinux_1_2_aarch64.whl
- Subject digest:
7a851cf54e0918d52e63b248129dab8a0bdc98d0237e4da7a85812ce0da101e7
- Sigstore transparency entry: 178547901
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 374.7 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9dbf2825d74f26d489a4f971e55d57f85397054daef804cfec2e88b5d5247b8 |
|
MD5 | f51369270aeb86eaaf7c17ade4c6444a |
|
BLAKE2b-256 | a00d1f49ad81fd70a68ba84d057002c62495057a08820f658ad4bba9a1cea7e4 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
a9dbf2825d74f26d489a4f971e55d57f85397054daef804cfec2e88b5d5247b8
- Sigstore transparency entry: 178547904
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 445.2 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 185e317b5459f9f4f2429e471f6300a3a8fe11e858048c4105927d342718f946 |
|
MD5 | 161182f3c4fc2b7af6ab9ea731c97bbd |
|
BLAKE2b-256 | 15606ceb390bab7a04fd44374418c698a17e2ada850c821a350294c3a47ff47f |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
185e317b5459f9f4f2429e471f6300a3a8fe11e858048c4105927d342718f946
- Sigstore transparency entry: 178547938
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 410.3 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 958e82c0fe8f831e317304193d83110566736fa7b03698a97aeb8f6f09828fa1 |
|
MD5 | 7ce62987d21cb6d47504cb6d4f265eab |
|
BLAKE2b-256 | 8b9436a109d3983f287f7c812c7ce78752b81be32a5c1ef3fd4f3685b9fdee54 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
958e82c0fe8f831e317304193d83110566736fa7b03698a97aeb8f6f09828fa1
- Sigstore transparency entry: 178547894
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 359.4 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d21f2866b2bb21f01910b99164bed8a8cc70d2f2be5fd5bf37db1a87a781389 |
|
MD5 | 1fae0ed4238d2cf3ac92ad61f5bdb7c8 |
|
BLAKE2b-256 | 12e8402c4242b4da2e7c180e42f96ddb79f6f3fbf09d4e68d0d0779bd1c54a35 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
7d21f2866b2bb21f01910b99164bed8a8cc70d2f2be5fd5bf37db1a87a781389
- Sigstore transparency entry: 178547952
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 361.3 kB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e449dc9dc7d59bd5fea302b8b80dcef26a31d53a7ff9e59cd7749b5306138f26 |
|
MD5 | 382d6571145dc2e564e204d3ced7623d |
|
BLAKE2b-256 | 3701ef42b019a7d637b1483167508ca27a54d3a3e90746faef9b3c2a652e3504 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
e449dc9dc7d59bd5fea302b8b80dcef26a31d53a7ff9e59cd7749b5306138f26
- Sigstore transparency entry: 178547924
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-macosx_11_0_arm64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 87.0 kB
- Tags: CPython 3.7+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 073128f915c5ed54d34230c33709b89a88e11b796e57f9d5c734c640b265551d |
|
MD5 | a13c2e949036b986a49178ff25f027fc |
|
BLAKE2b-256 | 693a700186efe43b2f01a44ecd9d00365202025c05d11ffa70f9ab46f68f5ff7 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-macosx_11_0_arm64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-macosx_11_0_arm64.whl
- Subject digest:
073128f915c5ed54d34230c33709b89a88e11b796e57f9d5c734c640b265551d
- Sigstore transparency entry: 178547872
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type:
File details
Details for the file texture2ddecoder-1.0.5-cp37-abi3-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: texture2ddecoder-1.0.5-cp37-abi3-macosx_10_9_x86_64.whl
- Upload date:
- Size: 93.2 kB
- Tags: CPython 3.7+, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d037c4071eaeb1b772ccf17dcd1be0ebd1a01a6565f297182346bbafb7acc25e |
|
MD5 | c73887fafc4380b3cdfb201bbf373f2e |
|
BLAKE2b-256 | dbd0ab2e6a4226c1463fef60aad3571dca8b60cee8172f48deaafb2814f80316 |
Provenance
The following attestation bundles were made for texture2ddecoder-1.0.5-cp37-abi3-macosx_10_9_x86_64.whl
:
Publisher:
release.yml
on K0lb3/texture2ddecoder
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
texture2ddecoder-1.0.5-cp37-abi3-macosx_10_9_x86_64.whl
- Subject digest:
d037c4071eaeb1b772ccf17dcd1be0ebd1a01a6565f297182346bbafb7acc25e
- Sigstore transparency entry: 178547890
- Sigstore integration time:
- Permalink:
K0lb3/texture2ddecoder@23155845bf75909678d658a159508f18b0c14d18
- Branch / Tag:
refs/heads/master
- Owner: https://github.com/K0lb3
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
release.yml@23155845bf75909678d658a159508f18b0c14d18
- Trigger Event:
workflow_dispatch
- Statement type: