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.3.tar.gz (31.9 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.3-cp313-cp313-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pyicer-0.1.3-cp313-cp313-win32.whl (19.1 kB view details)

Uploaded CPython 3.13Windows x86

pyicer-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (120.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12Windows x86-64

pyicer-0.1.3-cp312-cp312-win32.whl (19.1 kB view details)

Uploaded CPython 3.12Windows x86

pyicer-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (120.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pyicer-0.1.3-cp311-cp311-win32.whl (19.1 kB view details)

Uploaded CPython 3.11Windows x86

pyicer-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (120.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pyicer-0.1.3-cp310-cp310-win32.whl (19.1 kB view details)

Uploaded CPython 3.10Windows x86

pyicer-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (120.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9Windows x86-64

pyicer-0.1.3-cp39-cp39-win32.whl (19.1 kB view details)

Uploaded CPython 3.9Windows x86

pyicer-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (120.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8Windows x86-64

pyicer-0.1.3-cp38-cp38-win32.whl (19.0 kB view details)

Uploaded CPython 3.8Windows x86

pyicer-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (119.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

pyicer-0.1.3-cp37-cp37m-win32.whl (18.7 kB view details)

Uploaded CPython 3.7mWindows x86

pyicer-0.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl (119.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyicer-0.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyicer-0.1.3.tar.gz
Algorithm Hash digest
SHA256 66cde14c15d4dd20bbd1b6b7c9e11b58e0ddedc278e29537c0f77145dbdabecb
MD5 2314e605f6283e74eda8eee0ca3a3e60
BLAKE2b-256 1b55a9477d5d184e2fca1ab9577a5e9e01dfd936ac575b1341cf28e389a303be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3.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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e4efda351d3e2ac079ed22a3778072d1ac4d2838a185037a613a2315ab0610b8
MD5 6b0677d4f5fa05af1c3a89f187cc26fa
BLAKE2b-256 e78c62bdf9a4b01cfc1636789c3b158595543256f1b3a4aabb8ac2917605be8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e30ef5e1e025ee5f3c126f294e709c9a437706db1dd761fc94622eee64d9f88b
MD5 4e7eff6ae6b532f47091a5f861e05d5b
BLAKE2b-256 f914f1fcb298f7377121c5b9cc6b0d63ac24e77c29fe738aeb719a1c6a0d7f84

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 480b38593cc7ab5120ada3cb9a7fecf51edda2d931cb84d1bf4d9d49820d33ca
MD5 1d77c4fe6dc16c362e6968312db866a6
BLAKE2b-256 a77b881656fc73a7141e13d5f6369846d78339ee77968416e937b8556f4b2cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 897d7ee041e118a3d3605742cbdaf29f674d9c5aa32294f1f9a3c080fdbcded8
MD5 06db8f705a4bd1a03f20416285d895e3
BLAKE2b-256 3badfcd69b3c1a8b9e751bcc1b795a1f19c63941601f36729bc1064ca5036052

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf2b76a8b2d0a6f14ec8762fe5d923ec07b4a428a9a03ab5f9bca17ada908116
MD5 2aed6eb5818a5702406347c5b16f7378
BLAKE2b-256 071b6d12e31ff7a8a7c583cd74484a6151254f094a496bd4615c98a38eacafc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8d833428ff5635fc3ae9a484bcdbec77f04f574c9d9b68f4d73a7a6cf49147f2
MD5 97b9d56d12ed279f0dae47de770bbdde
BLAKE2b-256 3264a332c1938a7888b6b345c63a5ee51e4f0e54846e97cfc0ef5ebae9675385

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0f6ae212ebac8460637cf41245e882597a21a8bb1c4c0b9c0159f494b466c2e
MD5 623401e8298fa3837e34c0e5f1baafa5
BLAKE2b-256 4f04a4a3561b3fa35352f16ce6c10148cdb573ac86af7859a2e5007bf94f54d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff4813728099d938385d40023960fdec0d7ebf31947d5727f93bb311c116611d
MD5 20543f216932dd45777522f6e7e08c90
BLAKE2b-256 a39e261dbaccbfee4684190b34b3b3fd30396bc75defad0574b259bec26c2830

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bcad3c2d741c1bb8777a9eb47b9fa9badf6b0fc903281ea9bb05abaaa92032f6
MD5 bd1ff968ce364f3de89ca59825a44ad8
BLAKE2b-256 d48b05a55eb1b8253fc623c22e2b8e97c4a6139d414e5fdbeae78a60de41a9b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9361c9c5121064a6727ccb2aa7ed7ee0f97e3cf46ff783fb1ae3ee0839103c67
MD5 055746fbe2b725403df4c1a3b52a7fb6
BLAKE2b-256 a75633fbde8f2dac6207ea4a8b8b972b930e4524c7b66142e15aa4a930cb013e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe4da7e92adc812a9d0c46de52d3bd0d3872e1eefb75655fef14f5f7f3714792
MD5 88ab339060707639e704f32fe8b8d6eb
BLAKE2b-256 8c82e68e93412d48bc66fae10a41a310b6f040def7255a8cba74d4fef20dd0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf4b9c3f13187d02ac1d441dd33058fc3c032f47280023bb0da3707fd298ea3b
MD5 86973630e6099732889a73b42fc54021
BLAKE2b-256 78ca236dd3b7d53023be80998beedcea2a888c98d74bcdf8a4e26f3e4b1967cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 41ffdbf312feb5fe51c3a28c83bd7b68a4b5e6a682af6df4498885abd1f9de4d
MD5 26fdd0d9dd2561401a95f4c2751ab238
BLAKE2b-256 cd2982db4fa784b6cfd2e3ee069c0ec265fc3943d4f0a9fac571cdfd9ebdaf9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 575393b6bf00163c81bf5ba19f87fbb753bc846d964d6afb4578c453f116169f
MD5 3394fe1cdefe2688381909eac58af44b
BLAKE2b-256 c53dd532d1ea081eaff067b585e074644ac4a629eb1cc25be02209818a5fcbc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e37c2bd5c8a52293846ceaa10b1f6aab910bab93ab8df473d5f052a3dbab5d8f
MD5 2b224818cc0a41c05508a9c774dc2f5e
BLAKE2b-256 075e392b8dceb23ec1798aebc941ee9ccf1d84aa5a9fe66747bb9c66481db3aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf17d0c4cce9fee6cbf414abef3126a2edd5107c404cb6d8f6c99370adb263f2
MD5 3389140d2883aa251c42db0ee4080dc5
BLAKE2b-256 d72d0e2cf6ecaaac4bdb6954a1845b0c960392c28e754b89437216d5d7032e4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ee6c0e952790340fcfbb9be486027ae83349bc1ac97df3c30b3d440d6fa5ba21
MD5 79347fff7e99d52bf78542670b91af67
BLAKE2b-256 0fd6fc549498d279b55b2e63e410ae76c1951f69c82689c0edc3f45c20d0db15

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ed65ba3584746475f435aac6640148774a6c124a7298c54de41432fdcd606d83
MD5 6d55d58b63135076c1ccadde3b06f440
BLAKE2b-256 d377610708ffdd1788be6d44e3768c4ec44f1e5d3b91761e389830afe0aa1bea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ea26146b67200d628473a6b7f358f0b7463ba370108e9f4cc90379609d16d31
MD5 df96830e2904d739f1ccb42a39fb39d2
BLAKE2b-256 58f100e89df8a5c8ee50d096667ef21d5b4c82485061b62a0520a26a846e153f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 388d41554311822a167bcc432b2cda4ecc76fa20c269ca1177eb30918a351416
MD5 7675c0d8713d8c5c162a691dee0bacdb
BLAKE2b-256 6f3a1bc97469edcb7187d414876480f5632d3fd390f586af163e72e6aabdb7fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fc6081da9ffa114ba885159821fe9fe6caea67af6cb36648913852d6f09aaea8
MD5 1633440b0595ad4f4840bd61ae4b24c5
BLAKE2b-256 be9cfac983e1d1e5eba334a54761b04f356f21870b6b15622507d17abce2bc0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 355f3a24c30bce67f4951753637e9b9fff2610d4d9e8ccd1ae9166c5ce2ea6c1
MD5 b71b1e8318986d40c0d26e483403677d
BLAKE2b-256 1158efe30dad0700cf1180d6e5e0e7a140adef7120b78c5298e0f557a47a9dbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f3b629172ef836a028ca57814ee1a3e7c4960cee99dfee7a2ca5cf78b5a023b
MD5 7db85b097314dd9af851bcad3548602c
BLAKE2b-256 5bd9ace193ba523dff2a36f03bd4cb942ebfea12c93f159de376a36d0cced326

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50617dcd89a5533ef654f7c6c45436b7ef4e309151ac76a6d44c2cddb281e8d8
MD5 057d1f664ab6cd34a399fd8997900efb
BLAKE2b-256 11522d89e35b3f4ce4fe50d579224b4b62aaa755ac4b87a72bd2d8baf0626235

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyicer-0.1.3-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.13.7

File hashes

Hashes for pyicer-0.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 333143ff02b34cd50a1f43a423b6216eddabf77517de79d28ba5b27da9b685aa
MD5 dac19722c05c17d033ee88ea7b22b50f
BLAKE2b-256 e72ba8fac37ea65e9b01ac792763ffbb3dd968f36779714f98c205f3c8b96b4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for pyicer-0.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a5d6e37e5c7bea9eed1f35a2c5a630ab391dd6cfe157f182e88ee2a7565c2217
MD5 091279072d62c685b57584ac6bd4efd0
BLAKE2b-256 32e6d900ccc0132bcecb898fcc273abc7e31fccbeb36056ff93e19c56c774393

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3081b486ec25cc98d091fe54522787b142df4b85da76b70c455b77914642979b
MD5 e75f75592915683b16476f6f3b582bef
BLAKE2b-256 b36f65626fecb4ad5ed47399e72c730d4c295c56ead456fa5db29973530daf0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyicer-0.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b5bb6f825c8484e54f9789da4d3a7fb2a47bc692271f931a3e2ce65a9cb581f
MD5 105dc2c55bd4f256388d3c2c8597b3de
BLAKE2b-256 0c6ea602c79328df0cf3d6aad215ed8bc4a70f1998a1084b459eaab6911b82f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyicer-0.1.3-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