Skip to main content

a python wrapper for Perfare's Texture2DDecoder

Project description

texture2ddecoder

PyPI supported Python versions Win/Mac/Linux MIT Build Status Build Status (Github)

A python wrapper for Perfare's Texture2DDecoder

Some changes were made to the original code to make it cross-platform compatible.

  1. Installation
  2. Example
  3. Functions

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

texture2ddecoder-1.0.4.tar.gz (101.2 kB view details)

Uploaded Source

Built Distributions

texture2ddecoder-1.0.4-py3.10-win-amd64.egg (60.2 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.10-win32.egg (50.9 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.9-win-amd64.egg (60.2 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.9-win32.egg (50.9 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.8-win-amd64.egg (60.2 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.8-win32.egg (50.9 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.7-win-amd64.egg (60.2 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-py3.7-win32.egg (50.9 kB view details)

Uploaded Source

texture2ddecoder-1.0.4-cp312-cp312-win_amd64.whl (59.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

texture2ddecoder-1.0.4-cp312-cp312-win32.whl (50.1 kB view details)

Uploaded CPython 3.12 Windows x86

texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (363.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp312-cp312-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_universal2.whl (166.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

texture2ddecoder-1.0.4-cp311-cp311-win_amd64.whl (59.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

texture2ddecoder-1.0.4-cp311-cp311-win32.whl (50.0 kB view details)

Uploaded CPython 3.11 Windows x86

texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (363.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp311-cp311-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_universal2.whl (166.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

texture2ddecoder-1.0.4-cp310-cp310-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

texture2ddecoder-1.0.4-cp310-cp310-win32.whl (50.8 kB view details)

Uploaded CPython 3.10 Windows x86

texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (363.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp310-cp310-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

texture2ddecoder-1.0.4-cp310-cp310-macosx_10_15_x86_64.whl (87.5 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_universal2.whl (166.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

texture2ddecoder-1.0.4-cp39-cp39-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

texture2ddecoder-1.0.4-cp39-cp39-win32.whl (50.8 kB view details)

Uploaded CPython 3.9 Windows x86

texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (363.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp39-cp39-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

texture2ddecoder-1.0.4-cp39-cp39-macosx_10_15_x86_64.whl (87.5 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_universal2.whl (166.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

texture2ddecoder-1.0.4-cp38-cp38-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

texture2ddecoder-1.0.4-cp38-cp38-win32.whl (50.8 kB view details)

Uploaded CPython 3.8 Windows x86

texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (357.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp38-cp38-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

texture2ddecoder-1.0.4-cp38-cp38-macosx_10_14_x86_64.whl (87.3 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_universal2.whl (166.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

texture2ddecoder-1.0.4-cp37-cp37m-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

texture2ddecoder-1.0.4-cp37-cp37m-win32.whl (50.8 kB view details)

Uploaded CPython 3.7m Windows x86

texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (356.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl (87.3 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (356.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

File details

Details for the file texture2ddecoder-1.0.4.tar.gz.

File metadata

  • Download URL: texture2ddecoder-1.0.4.tar.gz
  • Upload date:
  • Size: 101.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4.tar.gz
Algorithm Hash digest
SHA256 a4e511f2ea56af1293b3f1d290ca30820b2a6233181929c50d79392b78ec04ea
MD5 70c8a5b83856cd770f143b44241696cf
BLAKE2b-256 e2dc0ea3c5f8555677d69dd7c5aacfa119ff36506f05dc2af385a8556af5539d

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.10-win-amd64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.10-win-amd64.egg
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-py3.10-win-amd64.egg
Algorithm Hash digest
SHA256 a108d9e64f26e37da12ab13b4c2979db0fd07507025769d804ebf369424555a2
MD5 c4824de893491469857163f52acc774f
BLAKE2b-256 3fafd56cfedd25373db7a394c849142e6dd4e0f4970415b3ccff4463a1e2cbee

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.10-win32.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.10-win32.egg
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-py3.10-win32.egg
Algorithm Hash digest
SHA256 60414e5c0aed9cd5f3347ad818d0528f2b9a0ce0c4c1449c4ef6e6a814a761ec
MD5 b03741bd609abb0db5a879ed3b142bce
BLAKE2b-256 42e18e82a238a6b3ce2f1bc708a870dc10311fb03b5e7be75232168de864252d

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.10-macosx-10.15-x86_64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.10-macosx-10.15-x86_64.egg
  • Upload date:
  • Size: 87.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-py3.10-macosx-10.15-x86_64.egg
Algorithm Hash digest
SHA256 b8b9ad87c58d6a0962061d6586f1c946db6eb13a500241cd2f39b0d43ed3c6a4
MD5 ac10ee9d5d1f18e68f1489b037fe92f5
BLAKE2b-256 78109558ee4d14048f1462ddcb1a682815a9c5243f8bcf297400d3cd1a345d8e

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.9-win-amd64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.9-win-amd64.egg
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-py3.9-win-amd64.egg
Algorithm Hash digest
SHA256 72dbca189217e1ca41b3b3214973abb7ff7671b438ecff317458b66482b0913d
MD5 8ab0a1ad6d54bf12f7247a6e4723a170
BLAKE2b-256 80ab0220acc77059d4a7cde7eb53acc3a0705329b3892e0d4ad23668ea9fb84f

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.9-win32.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.9-win32.egg
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-py3.9-win32.egg
Algorithm Hash digest
SHA256 51fe0356b7a28510f918176a45f214b35fd91d6472d940a1566d4886f4bde49a
MD5 4ce3e3b232ca45f57da35c578dc1e304
BLAKE2b-256 80bd6385ddf5e5e1882684d8d9f5475e325a51d577950f91dbb2a34431a80c07

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.9-macosx-10.15-x86_64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.9-macosx-10.15-x86_64.egg
  • Upload date:
  • Size: 87.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-py3.9-macosx-10.15-x86_64.egg
Algorithm Hash digest
SHA256 bdb97629d0d047ff942ca30dca6c8aa50c7e293b3c02876cc0679c567794aa53
MD5 a269b41ec046ba7018f5041d6f561987
BLAKE2b-256 8470ee4453ecaf8b9e8798c84ae25114cc80a40f7092a19987a976ac903ba29f

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.8-win-amd64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.8-win-amd64.egg
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-py3.8-win-amd64.egg
Algorithm Hash digest
SHA256 b151b858869dc2f0c9001aac90cef19712a2d63d135993594fa6f7d08ee04cbb
MD5 a47e909a5ee1a2cc93b8fed03261aa76
BLAKE2b-256 c8a024cdbfea2202ed42640ecb51653f1504973329ce5c6ab062c4223476b55b

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.8-win32.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.8-win32.egg
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-py3.8-win32.egg
Algorithm Hash digest
SHA256 77c3dd6b9cdc096af560d2c3cbc8378dc71fb7cd333d9d452709b42c5269513d
MD5 6517c5ce4578bfb540f9cedbc75df166
BLAKE2b-256 3f53dd4d0cd760f9770e2f6cc4069fed34ccee004f2bcc064a51bfaafcb1c8ac

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.8-macosx-10.14-x86_64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.8-macosx-10.14-x86_64.egg
  • Upload date:
  • Size: 87.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for texture2ddecoder-1.0.4-py3.8-macosx-10.14-x86_64.egg
Algorithm Hash digest
SHA256 5174c143481dfe9f3fbc7dff767dba1c0f1f58eabd9551c1828dd76f772d1806
MD5 96d9ac8ab16bd7814882acb2fc226f6b
BLAKE2b-256 df12cef1daf6c34087af14a407a8d5a502cc55720f1921adf4f1994e5be62d7d

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.7-win-amd64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.7-win-amd64.egg
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for texture2ddecoder-1.0.4-py3.7-win-amd64.egg
Algorithm Hash digest
SHA256 87d8f5751fb0601a38c361c6651139b314fa5d76aad2bc82ddc471ca8857a32f
MD5 10ebabe453775751b703453b2e8603a4
BLAKE2b-256 0a4e95a4e24011fa9fe178b12cd338b102977b18f70c681b48c84dddfa75a165

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.7-win32.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.7-win32.egg
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for texture2ddecoder-1.0.4-py3.7-win32.egg
Algorithm Hash digest
SHA256 12ebc41faabb5c2222965ca51094ae6c99eda80e09561b1d9ced2cf4135db1a7
MD5 1c9eef17d1ad5c9d87c0c8bf395ff885
BLAKE2b-256 b02fd7f8da467842a19b8498c34a9b94688edf9ad512219c8dd7c05a610e087a

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-py3.7-macosx-10.14-x86_64.egg.

File metadata

  • Download URL: texture2ddecoder-1.0.4-py3.7-macosx-10.14-x86_64.egg
  • Upload date:
  • Size: 87.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for texture2ddecoder-1.0.4-py3.7-macosx-10.14-x86_64.egg
Algorithm Hash digest
SHA256 c9ba502887138c205d7f0941f3fc86de874f4c73f4d6df4f8fc4ed9c3b393031
MD5 c9cf5542525bd6c2203bbbd8781fcdf7
BLAKE2b-256 a90f73858ae040ecd519307d5ff3b715543f5cbd81f05a35395874cea1c91aa8

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 62544a8544a88507c16481d375bb240ad6d58281db4820753d47607001716215
MD5 63601c05590d0f1863d3a9f6d14efa9f
BLAKE2b-256 3afa40f92944e10df2a88e6f693fe8227b3adf98f4ef6410ebce0d9ea2fd4c33

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a3e6fccb5b986ac1b3b780d41a019cf5f9788f654d98bd4f58992fc40431ebe8
MD5 36558898cf71d14369a8d78b81729ccb
BLAKE2b-256 de8f170e2e6588328d193e07029065628a3cd9e79e49dcbd19a4a22aee161ba2

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9a0f342bed12a03ca92527989a31c9586ebca29d1625aa6c2ffce9c8166b805
MD5 fbd6155e5a16535772b354e60ad2b527
BLAKE2b-256 7a12d725648e5a6ebf44fdd60375e247f52a2988b1acf693ec8182bb0523b069

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a64ec8db4d9564541bd9657a30348257a81032194c43c23c73b055e734e7a23
MD5 a26b03dcd2cdd05c419362bf12f0a5c8
BLAKE2b-256 6b022b541f4ee204200aa3d99ec57ba04d5f1f62bb963933dab3a44f5c7ae326

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50294be1f80b117daf5fd7b979d8fd7f6eb389428849ed56c8464dc1ba0c4f59
MD5 2608a18904d5c35fa8c4a4149488f87d
BLAKE2b-256 a7e390a54f3739c68b509b9b65b73cac9a7cdd83a8349d36b9f54d0fb0fd4ebe

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0a555a7f909645a42eefdc25565073d7c91177b3e1edbc9b94fdbe2937bd6fc
MD5 e88d3497221ccf75b4c15c53f96d5545
BLAKE2b-256 8eacda7071ebe994df73db801be9ea8472dcc72c6cbc1065d861087738f03bb8

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68c37dc763738366c41dc96e2e2281b703c045979ea54fea3b35e523e912f2bf
MD5 f50719329e9b09319a369995690a3729
BLAKE2b-256 df11f8b03850625250414fe63832f40befa5d6f1df541c9b1491b44911a592f2

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f03ccbad7acce60481412faa29ae9ccffde47803395efa14f8766622df8c4412
MD5 b9ad1f4f870ea19b76970412cc3533df
BLAKE2b-256 9468816eed49b6490ba4ebd16737aa7adbc3ddc2caaf949f1541b4c924dd7583

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d908546f527ff7b36920b2ea498c94ee19c5a568de18e2486c8e889709b30b92
MD5 c4d5128a31206ebc9d208b0e9dfc6dc8
BLAKE2b-256 d95a9c9bb1a1fefb96f2887480f6c1ddb989c2c4e80ee0e6d0aeb093f87a2cf9

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 72675e5017b1144df694cf50e5bd0b3032a91400021809148ae4a14f9333ed38
MD5 5758f8608dd0001608a7a7d7ec976997
BLAKE2b-256 0d70f01c5428e7b9e3f748538bb5af97b1adedb2923f66f840597d062b20800d

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbcb114d65045c811943b350c29dc93b1de90d0e8679e950899c3d3391a2fdc5
MD5 92ddaaac900ccdba812efa6dfae25a6e
BLAKE2b-256 f55e6df49657aa0ddc6c6ae26b632e29d45c756edc89f3a89dd591a54ee167f5

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e281afd98b76a9d8d0fab994505fe7ccab5aae289da6a2635e84c0f2f3674488
MD5 ddd91e001bbbfe577b57667f9d5a6784
BLAKE2b-256 d8c8ab0d1c6e9de8bd9dfd5fb98ad4afd07cf22aa80730c626101c3d2590fc8f

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f39bab4319e8b7f024d19590f0e550eadf74c80a784537baa09ef0974ed00411
MD5 aeef30898118e4fdf862776892a19848
BLAKE2b-256 15f614ce63cf888e3ac485089a1a2559ab9954897c017c875ce49c49c9f02464

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16dc50330930974b1d9d9d10a68381e318895e870d1141a242aefa344b5e7353
MD5 c6b606c6a043b8c5a9fa1edff3bc2e90
BLAKE2b-256 2b6dfbb237ed52698ec84adbf3d25b9701551d68bc1e76dd2bca2732d8148c4a

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f049ea8c3361751f3856e3bc19d30eb0dd1a0e2475ce613e88a8fbc8c56d0e0
MD5 b19fa578fa6012b0eb57b53e697c719e
BLAKE2b-256 207f0d8e44112027f17967ac69c62e05b3ed7614e0b0808edb118e37856a4a63

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f1fcdf7ce55523d987dc985ad37f11ee82ccd0880c6b2e3fbc4a7453d091e286
MD5 dee03758ace5eef9423624b8cdc2251b
BLAKE2b-256 f852270fe5bdea265a97b06ed3eacd8f9e837f5364a6ae18ccd9227d930ccaf5

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f777c9e369c19893de5511c5694e84c94bee4bdbfefd5832c2f864529b5a45d
MD5 3cee16fbc59e63e48c205a69478f902b
BLAKE2b-256 68db0d35aa67f0877af9d4e50ebca034ce0f138e46e8220f7430aa4d5e2d16c1

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ea126413b0287ac716cc0def66c2b0464a18422d46b8600cd4110b825fe3f706
MD5 979358bf1ab01fbf548298a212c9bd3c
BLAKE2b-256 03ee40f0c88e5eb08e04fa9e813463f077c08ddf8a07e1d7437f5f23f3e0aee8

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 377.1 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e24e594105c5e0519e846c502a4609600a62e1dcd29f5e7870c2ca801f084f5f
MD5 e4e2dcda7f96bfbdd1cac50124a1117b
BLAKE2b-256 fb1f72796d6c120257e5b11a499137d4c778564965cba05d5e65496436737a98

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 363.0 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a15592119c0d0183101c0138a23bf3dec1be0ca069bd1fd6a72bdb02d98b43d9
MD5 25cfaaee0c5a1fb109fd0305996aca46
BLAKE2b-256 ed1efbff6af06964c459a8a6205a3ae7a3f524eb27b63c4401730d04c2a8d48a

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24ba11b007276672e10952d378c713847f02d0d396b6b37fe50855dbed5e05fc
MD5 a1e0d6621de2b88cd70bcd72a0879169
BLAKE2b-256 f6b8e15ca780cdbbf57cc94679ed131fd4b778767803bd7fd2454309ee3c9b18

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d87a70bf5e8c56099fd70be6513e06eefba4c633391ee5a7a554ac23272ef5e
MD5 1c125fa540ea7ba5e419b7973901d4ec
BLAKE2b-256 7ae9b921ba24c96447a29d7dc0983d2b7cdfb22ef444d4ebbc8147905bfca529

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 87.5 kB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 24a4e3af12bdf91234741f1c14e52ae7dc2ebdd7d18314d3bbf2050807bfe2fa
MD5 ba61933b07e0325ea8299cebf8c955a7
BLAKE2b-256 1bc5900c6cc406eccfa23e597923d7361d91a0a1d4929469fc06e537ebc37fdd

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b09dd9eeb49019e33a48e582beb4874aeabc306011aa3f47e5808b55b5e981f
MD5 414a91f4c7a2e99e3cfa6f42910c26f3
BLAKE2b-256 ad35eacf6bc2df542e48253afd870154071acedc7373117fab28c779ece50fad

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 181d4922db33927d5fe3ac02afa5ddd13cdf410e2edf47c3bb4519ec976df485
MD5 dff27db337457bdb4d3157f3ef7ed0e7
BLAKE2b-256 1119530e021867e3efc17f52b56d78faea43189e86416957df1abf9456f68632

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7f62bee29f740d3c89f351f2a4e549c0e2286a0eced3dd2e46668b408fd8f174
MD5 23e87efce79afe5901c3887bf5482254
BLAKE2b-256 5e637b0e9911a74577c2e8c7d774b34037260942f8e9dda9737eed9dff2572b8

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 85d64aab289bcea83a6854e6e1a555a2fb957d4b9ce780b3dac71c05eb41dec4
MD5 bcbd2efd27cbb4822433c6947a9b8506
BLAKE2b-256 d6da5248f66480309f8231ae676411324023a44af6e330696e220c9981c418e0

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 377.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2d0ccc309b50c78f35b44e9758526823ce0e4300487907d308200a246011be7
MD5 2caea976def63c7d2509160e162918f3
BLAKE2b-256 ca4a497427b431610827568cece7b9564e8e80cd6e757bb8659e3438e550eb80

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 362.8 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d7a5486b49de42a67f15de751518bae54ed2d307d194a45961592904c61d698
MD5 a5592794cbd496b9fa346742366334d2
BLAKE2b-256 6a4c48a0cdb650fbd37cf22b3c76b56bb4206c3726c7a88a1a465b7d44c3e520

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e28e7b4a476ccda41d8cc35434e2d78c9ab0ca7fc80f2ec990e38d60dbf89d5f
MD5 a7fe6549524201b81292e921251d3e36
BLAKE2b-256 5c8590e3969f24b8312b4af66fd54712df9042b25fb6f3704e83e44ec347cdbc

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02a502f57eddb727ca4bf2305392926e36ec67e51018a8c4b804fc2f76d85692
MD5 2f63a4f13fdfe678a34f8b332540b9aa
BLAKE2b-256 629d660a514eefa1565f158229c2857601f850a75fb9e4c3f886efca88510384

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 87.5 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6c6e38820fa076ba45217e4e193d855542b41fea1c4ccd32df4f0822debbf297
MD5 92b501fad327c9b5323c31e4ee18e34a
BLAKE2b-256 bd259358e4e6a608ec06eee54abec8ee31f1e4a96ca08eb08756a8dca4773399

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 817ecee8862a8136a1395cabfcfaad927757969dc290185dbb70fff91f1dde55
MD5 49f0494fa90e28ea8d12bea294a61e29
BLAKE2b-256 a67ed950d13e85583f0ee812a4dd4aca1ef9582e80f2f9ddc7e0e7b540a04303

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ede90fa404525b26d223823edf508ad3e10d329992aabf981bd3d8e3c45890e2
MD5 e28e647a7d0597ba514150358b0b729a
BLAKE2b-256 dc4881ea009139e3da5fd9be7586eb7f688fd12d154fa2d0353bdd5af7873522

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 96147aa8edc3807fbb50d14b08eb10df81101704529631670f952a5aeb9abf62
MD5 e93a0dff3ba91d85a14c146a32299c67
BLAKE2b-256 afec69c1a259c3a1c0f8c02d9166a43c5f45ea3786699410690f92da23f022ba

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 93427e948d7fcf28d0c70d693933b5897ce65c6695499e8949b0557f7772fb64
MD5 c177e6d144871fba5db33e4cdcbe7358
BLAKE2b-256 7fbf669110782c5cf1cf9b8984fb17cceda72990a03a92ee00e10065180c7fa2

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 371.3 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f619485c5ba699624e40238697d29e8a619999bb0a1ab3033d814e76497d51f
MD5 34b51460e3ddad848b26651b6ef70878
BLAKE2b-256 660e9e7b195fd51d5283d62b95335053cfdec0871739db2b06d39def44ebd8cb

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 356.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cdc59fa6dd5cfca13186ed2a57d8f07da376207dd53f7a938942a87d712ed17
MD5 6df05c39ffeb3d95229e0ff9c8e02238
BLAKE2b-256 aad025e799dd0f71d59275e407c63b29cac551d7c97530dc8e730cdac04f450a

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee2ddc9f1d8b010bed285a733b4518e3642901536b27d403e7ef5d32ced0b23f
MD5 64c37045094fae7562e8754013cda1b1
BLAKE2b-256 7e99212b0831f50f265df7851ff50e48e3abcedaff98567ae5235c783362abdc

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9baed628701c44984b94a539387091fbfee4d1da72913f7e7678c3fbdc5d5f49
MD5 ebbb5df191921f9beeac3803a127b3ea
BLAKE2b-256 a265b6a9c200d7e09fc7455a16e61ec2fc9665b31c03f1b542b4baef198f5354

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 32f297ac1e0f3fac4330d06c71ad0d6ae0d53306fe70f4bc91c2c8e5072bad5c
MD5 e6bad30df1b588dd1740fe8692718fcb
BLAKE2b-256 3f18c030dceaa9d5c0af16d4157dd14600df795f17ee6b80148d767ae90f6e49

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83e842d7ec4c3fc539bc681934a0a31be3bd4d758de24737569e7cca61738d5e
MD5 905e4a9a9169a80aca0e3e6e1fe0d717
BLAKE2b-256 8e0f71a994fef5a9072228cfaeeb982c35fb96b79773e7fb9156f9901aa77de3

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 35f7c1ee697c75f981ffa5cab4a4a87d4e007b198127c88afe4913a9c5ea0a1c
MD5 dac8d595d3ef3619f7b8a5741c8dfba6
BLAKE2b-256 f0e8a9c9bee4d449529f7ac18b22fd9866d889c9f9a119a791edc552e3a5551a

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c336c1a82e56cf6fe5199b6bdee128372bce1381b0f1f54b854a0b82086ae561
MD5 0e96706ae5ffad2cbc8ea4757c04672f
BLAKE2b-256 a5f2b3d374d5a43369373d5bf6bfc765e81dc16340a8233a0bd16cfdbe130859

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 df8dffb274a1b7893f6f000baa5280cdeba6dd6438fe2e64bc4db6da4fce33ea
MD5 7eb8d59e30ecbdc89a746abebd80b76b
BLAKE2b-256 b3456da49f0bffdd401dd51bda7cecdfda68c0b608b69de4fd1ad3fbbcfd1322

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 371.3 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6f2e3643785fc8530308c1b636f026a88a57b7e398683a807b99162da33f856
MD5 c208eb5836a3ada758bfcbc34e9a865c
BLAKE2b-256 39d7a98f5784b9c5f87e2d3a65b3edd6a2243c95194ad69ee3fedcf51cc60fca

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 356.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 669a3fcc07b0183dd58e34b30b24d4fd8bd36138df05668992ba47d3809ad89a
MD5 e97af1ae53d9429e5ddfd01fc271005b
BLAKE2b-256 0745ec682f82d76b4c299336f29b534ab637a16c526cfb2e83cfcb7a5de68965

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5eb8de643a0a45874596a304da9ec6f77a5839522eebebaf695699456111524
MD5 f9e45a2563d11607983286a1470a45b1
BLAKE2b-256 4d913a7a733c2dbf2ec2772f580bb3f758a3869c223c6314cda58d2c16c7005c

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 56b51bff7c81aaa774cea2c4807737e8e9fc7494d2cc60f4ff2d316638e00752
MD5 f3eab6cb75f65801a539c698a1bcdb0a
BLAKE2b-256 2051cf5d43cf87535a6df6c8d656cc6579d2486c92e84f634664eb46f608eb9b

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5998cc0130aae4bff96df3261dc0aaccafcb7cb3d84875bb70de584e4ecbe82f
MD5 6f8ad1bcd33151f7af887e7d97aa985d
BLAKE2b-256 05deb1dbc350cb96db360e14d1dfeec09989b7d42869437e85a898840b698edc

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 371.3 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1e2348e1643b01e9a28a2b714ef9daae43061e567bde5f33af810eff8341295
MD5 a97f6db05aba4f6cebbd718e77caf370
BLAKE2b-256 9fcd326b750db2595b9f9b15799473626f1c52d352f64da6c7560ed5e631b392

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 356.1 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1ee77f46b8779e67af5ee628857233b67bc08321c8c242008f227f66b8ea6ad
MD5 b4c6ddd2a9dcd2fff8559ab42627615b
BLAKE2b-256 fee41bea95c8056452dc756aaa04b0237b79a6a58257c513c19b07104e71b21c

See more details on using hashes here.

File details

Details for the file texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for texture2ddecoder-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a74cfa8deadd4008bbc920a7a81f6cd28087df833a3b36d7a3826922c0baa41
MD5 b809e7fad8ab7fb9d84bbb610fde98b8
BLAKE2b-256 c43a83dc66755f9703d6e7fa6d321614d7daf32d4f4d2fa1e1acc9aa38c8ed5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page