Skip to main content

Python wrapper for libicer

Project description

pyicer

Simple decompress ICER-image using libicer

build

Please note that submodule code is used

git clone --recurse-submodules https://github.com/baskiton/pyicer.git

Example

from PIL import Image
import pyicer

fn = 'image.icer'
data = open(fn, 'rb').read()
rgb = pyicer.decompress(data, stages=4, segments=1, filter='A', color=1)
img = Image.fromarray(rgb)
img.save('image.png')

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

pyicer-0.1.0.tar.gz (31.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyicer-0.1.0-cp313-cp313-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pyicer-0.1.0-cp313-cp313-win32.whl (19.2 kB view details)

Uploaded CPython 3.13Windows x86

pyicer-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (120.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp312-cp312-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pyicer-0.1.0-cp312-cp312-win32.whl (19.2 kB view details)

Uploaded CPython 3.12Windows x86

pyicer-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (120.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp311-cp311-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pyicer-0.1.0-cp311-cp311-win32.whl (19.2 kB view details)

Uploaded CPython 3.11Windows x86

pyicer-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (120.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp310-cp310-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pyicer-0.1.0-cp310-cp310-win32.whl (19.2 kB view details)

Uploaded CPython 3.10Windows x86

pyicer-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (119.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp39-cp39-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pyicer-0.1.0-cp39-cp39-win32.whl (19.2 kB view details)

Uploaded CPython 3.9Windows x86

pyicer-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (119.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp38-cp38-win_amd64.whl (20.9 kB view details)

Uploaded CPython 3.8Windows x86-64

pyicer-0.1.0-cp38-cp38-win32.whl (19.1 kB view details)

Uploaded CPython 3.8Windows x86

pyicer-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (119.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyicer-0.1.0-cp37-cp37m-win_amd64.whl (20.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyicer-0.1.0-cp37-cp37m-win32.whl (18.8 kB view details)

Uploaded CPython 3.7mWindows x86

pyicer-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl (119.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyicer-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

File details

Details for the file pyicer-0.1.0.tar.gz.

File metadata

  • Download URL: pyicer-0.1.0.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ff64d5b6891fea2ad0db61af0791610f10378e4c8723c683f3da39a19c492e1a
MD5 b09d9d28b4706f4c8aee5dad77d6966c
BLAKE2b-256 7679cd2674342d2dc86eae9f7fb93d4ff8a259e128c8aa96d7e101efd7a8d819

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0.tar.gz:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 59273644bd631fa88c1b4f6884c33c8781e72a0716322ebe629847c09acf914e
MD5 a2865a7f2829201dea559a38c360568b
BLAKE2b-256 371a94e15e1779e5178b33737d21badb4353a5ca684adc360038b0318468996e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d78186ba9a6e4c79eb1cabdd06d9a0f70d8a01761772a295b8c973ffa2c72c1d
MD5 cd2f70903b6c799bd5a10ff931b9f211
BLAKE2b-256 a82939dc4e15e1d5ac22bac42b74185207daa440c505d6b561957189e2cfda88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp313-cp313-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 137e34bcda49baaa88b7e7a7082fcf38b1babbc677fd236df5e4c8fdbb139088
MD5 e5e26a9e5a6c3998d8610e7d553be362
BLAKE2b-256 1ed6161aae91a186a20ed7d05c73dee9e9469fcbdbb3c6ef11eeaf488ed9dafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c5eb22764267f3c188272f58d128397ab85b9f49585ea9f3506e2dbc4a4f378
MD5 ba94cc55f51b983ed201e7123391437b
BLAKE2b-256 1f57330d5a1e1797052f5e428e6837abd7da6857d044f3ba2dbe6679c011f456

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7df9d2b2a1ee3c1edf3ecdad6eb9d5c051e01770c9ed84e83dd7c5d24c7fd8dc
MD5 57664ebd140a3e3b3db3102846bb9ef6
BLAKE2b-256 e49a6d950f5d30ea29110a428d8d49dede03de619c791df878b0e0dfda1d146d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eb68bf640eea0a14591e008c6d7bd72656490e0f33ccb418d32a134ae4fd086f
MD5 760a90ac44c4cdf72c501c91d6b3efe2
BLAKE2b-256 ba2381c0d30862275f10f5fcd73bef50d725c67c1785b3855d6df512fbda3f3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp312-cp312-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3cf31031940f28b9f2286cbc9fe2c3f64ef1f4b2ba2c874c7fab17b65a2c900
MD5 a7770d49c548686081b72718b3007dd1
BLAKE2b-256 ae56e6dcc483b43077f17ebeec9c09dc536ba82851fcfc0fb955c04da671aa1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc6275bce73d2a73f8f2bd8ed41e102f34a2a526ab468649fbc898267f84c33c
MD5 155588971671a1e39545c6b0390afb7c
BLAKE2b-256 86412b306e4417d1394d68c6a3b546f28ca5be6df4ace0ac7dffc4dff8e957c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d92e1c7b9ecad7efe90263ce6d38e9a8ec2334f9bfdaf9299d5bd71313cddfc
MD5 74608b42eeb1e7b12888d568141f9904
BLAKE2b-256 e739e93c4fb7c667e21979bb6e5768a8a3f6caa6ca90853aa7ef918124e1a40d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b539dfa7cda1e14325c45fa460c3c48e25ad93b55f487f6bfbfca552f7bf21b6
MD5 08586da93bc8fbf5d20402775378ad93
BLAKE2b-256 8c735a22b44c8bc251b39e6114e59a31fd436fa5807bb4a025ba47206896fbf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp311-cp311-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b46982d4cb747089deebab59a4472042a604b7567b9a992c6fc5669e85624ad2
MD5 fb08d4ca9cdc510e41cc5dc6c526afca
BLAKE2b-256 8a0648d8350674280e9270cfa73c4c4f57fced7ab0bbb1592ce5f31bf4cf0ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0500e661cb4a9e7b9914fd3b5d4289642b58216bb36ca01ee56373a9a4dc184
MD5 f015a1bd317c44402d481953eed8085f
BLAKE2b-256 8feb6224e7c1ccb3f11d2901ca10e9e013b0daf7f53f795f2c4e914f987e3059

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5e73c9689791f8cf6d30c8f22e84fc2c3ae8ee35a2fa9523fd7e5309ce9c715
MD5 a48b15435847b7929618976953c2f602
BLAKE2b-256 cbc8710f941d553912bf34e6288c87c8c982e9a4bdc54e1a3b012868ae2323e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f70e2d837985215ade20a6f45a73c66ef26036eaa1e55838255d1477d3f687cc
MD5 90ab386a5ed3c3b6985259cd9bd1d882
BLAKE2b-256 a6069621771cfa802f79e2e859e75daa98160adb0e246cff107e6a55d22a33d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp310-cp310-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e97a091e5dd33c11bf9db2010c05e242f5dd317fbefd3afb4a41a6dc905062be
MD5 c06cf02bb52e1d3830942179318004ae
BLAKE2b-256 3aa8c7ae81f33d059ed2316dfcf66a68fb1d9fed5e281f66d20a7463fecab9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a58343451f6a5880fb94be5a9b954c0156bbd2375c49d9df8203878bc97242c0
MD5 090de711838d17d735a260099b83bacc
BLAKE2b-256 3c37d03256ba9d032bb1927cc883dba551a46b96d280cb19d2a73af271962d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ee7a4c44efc778c1487cf104947d1ba9ac10b97faaea2a30d658d181cad05f11
MD5 5398ce05f8c068b3e87ea54f87616b66
BLAKE2b-256 7c26ae43c788351b6df78135da27f9cdcdeb9eebdc42b99182450eb27c044558

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 83aa9ed319d27bca4a3f19f2321b9534c5d7e8a1164e69b2a817639922923ece
MD5 8a596251c9975cb45eec3e0d2f7f86b2
BLAKE2b-256 660d26d2013a202d05c8144031286010e096d4174d1cebdc226e6c4bb01fb1b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp39-cp39-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca4071fe9b9e516244a2d69692c6610dca921f1aa76addc9afdc087afb0583ba
MD5 ef12b8d953c62a7fa4a463f0b6bd215d
BLAKE2b-256 c47a9a2765bc107a9b0bb4aa0d600463258dca38cc11b2380a6023f1c019ce9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f5bac539df21157514680f8ac5b0a5d652545e621e38f8ecee8351f301fed32
MD5 f211681dfb11ddbe1962e0fc53ba2cc2
BLAKE2b-256 8539ce13cd5d837130bf85f5bf25308672ef9ab0297842591f428fb8030b46b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 20.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4cb4b480be522f2547850f1e3d8066c673d82334461e11762577d3622f9e9c2d
MD5 227068433f761e45ec78d012d03325af
BLAKE2b-256 b904508ef22a8f4158419325b22bbd36266befb39887a8bdd90c80cbcb878574

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp38-cp38-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b63259fdf3d4fd3f6b163bbf412cc65160da995698318c964a2baa65b626d69a
MD5 5369574339ead56c071e772be3c7448c
BLAKE2b-256 6f9ff2750f190071431319a2f5e76e81745d305ffef4a350a12e1bfbb0df08be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp38-cp38-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 392f61e0b584ca16e8b1608b4d07e7cb9026a2a766894322de22ca833ef426f7
MD5 3bdc85fbd77fa2afedcde81dcfb58c5a
BLAKE2b-256 d019609238296c282e9382e9fd2027e95e40da3b472bf3af6f79cf6b8e2c04c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7aebde5ed7c600335170b88d4f2fcb68e4b6e9f610062ba441983b9b6e81f19
MD5 a65785ee8d490a83b9f1f5c547fb0cdf
BLAKE2b-256 c2694861c02cb7d2a6866f9fe749917ab12391a3a41a600107223896456d68ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 960b1af8ece607dbbe70986ce588e40c68de28ef8703df06b04e7bd727e6b696
MD5 1674b01e36a2c218dd61c14cac055cc3
BLAKE2b-256 de758e1d6ac7571831b8ba3aa05e97346d6b6097751d2f5e024da40b7e7d6000

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp37-cp37m-win_amd64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyicer-0.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyicer-0.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 14d00cd04e94bc693a9dce00727f9ca8786dbb8223522f5013f7d0545b7f6f8f
MD5 7f6dd0d3931123c4cfdde4f349f5d149
BLAKE2b-256 6830916c88f93ed7bbdf17346f0b8fba42d9cc9d2bc78a3c81ac22cf82e7e3c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp37-cp37m-win32.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2dd5bb5284d4be077c37bbd171a4e06349596abd56d8fd6ea3541280509f9eb
MD5 ec87cb367553363be3cfd2418aeffebb
BLAKE2b-256 8c62aa1b696bb72410ea66f77235dbfe48db6795947a46ed296c8b1e70017a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyicer-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c1b804847b36f3001ab691c52379a694a31f0bdbfe47f3efcee9b8adae63984
MD5 f6bd6ad31c9875caf9745e0dae399533
BLAKE2b-256 cb1fb3223ae42f8ee8227bc5211aa3242330137e78b3bf9df701afedfcbe29d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on baskiton/pyicer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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