Skip to main content

A library for handling conversion between N64 texture formats and modern image formats

Project description

pigment64

Rust Crates.io License

pigment64 is a library written in Rust for converting N64 image data between native and png formats.

Supported formats

pigment64 supports a variety of common N64 image formats:

  • Intensity: I1, I4, I8
  • Intensity + Alpha: IA4, IA8, IA16
  • Color Indexed: CI4, CI8
  • Direct Color: RGBA16, RGBA32

Command line usage

pigment64 provides command-line interface (CLI):

Usage: pigment64_cli <COMMAND>

Commands:
  to-png  Converts a binary image to a PNG
  to-bin  Converts a PNG to a binary image
  help    Print this message or the help of the given subcommand(s)

Library usage

To use pigment64 in your Rust project simply run a

cargo add pigment64

Python bindings

pigment64 can also be used as a Python module, allowing you to integrate it into your Python scripts and tools.

You can install the Python module from PyPI:

pip install pigment64

Python Binding Development

This project uses maturin to build the Rust-based Python extension. It is recommended to use a Python virtual environment.

Setup

  1. Create and activate a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
    
  2. Install dependencies:

    pip install maturin pytest
    

Building

To compile the library and install it into your active virtual environment, run:

maturin develop

License

This project is licensed under the MIT License.

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

pigment64-0.6.1.tar.gz (386.1 kB view details)

Uploaded Source

Built Distributions

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

pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (603.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (637.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (668.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (573.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (424.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pigment64-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl (599.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl (633.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pigment64-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl (665.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl (569.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp314-cp314-win_amd64.whl (237.5 kB view details)

Uploaded CPython 3.14Windows x86-64

pigment64-0.6.1-cp314-cp314-win32.whl (230.5 kB view details)

Uploaded CPython 3.14Windows x86

pigment64-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl (599.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp314-cp314-musllinux_1_2_i686.whl (633.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pigment64-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl (665.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl (570.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (526.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (420.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pigment64-0.6.1-cp314-cp314-macosx_11_0_arm64.whl (345.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pigment64-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl (355.5 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pigment64-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl (599.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp313-cp313t-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pigment64-0.6.1-cp313-cp313t-musllinux_1_2_armv7l.whl (665.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl (568.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (395.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp313-cp313-win_amd64.whl (237.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pigment64-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl (598.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp313-cp313-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pigment64-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl (665.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl (569.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (421.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pigment64-0.6.1-cp313-cp313-macosx_11_0_arm64.whl (345.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pigment64-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl (355.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pigment64-0.6.1-cp312-cp312-win_amd64.whl (237.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pigment64-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (599.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp312-cp312-musllinux_1_2_i686.whl (633.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pigment64-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl (665.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl (570.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (420.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pigment64-0.6.1-cp312-cp312-macosx_11_0_arm64.whl (345.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pigment64-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl (355.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pigment64-0.6.1-cp311-cp311-win_amd64.whl (238.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pigment64-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp311-cp311-musllinux_1_2_i686.whl (636.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pigment64-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl (668.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl (572.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (424.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pigment64-0.6.1-cp311-cp311-macosx_11_0_arm64.whl (347.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pigment64-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl (356.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pigment64-0.6.1-cp310-cp310-win_amd64.whl (238.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pigment64-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl (602.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp310-cp310-musllinux_1_2_i686.whl (636.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pigment64-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl (668.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl (572.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (424.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pigment64-0.6.1-cp39-cp39-win_amd64.whl (240.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pigment64-0.6.1-cp39-cp39-musllinux_1_2_x86_64.whl (604.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pigment64-0.6.1-cp39-cp39-musllinux_1_2_i686.whl (638.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pigment64-0.6.1-cp39-cp39-musllinux_1_2_armv7l.whl (669.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pigment64-0.6.1-cp39-cp39-musllinux_1_2_aarch64.whl (575.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pigment64-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (400.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pigment64-0.6.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (423.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pigment64-0.6.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (531.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pigment64-0.6.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pigment64-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (426.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file pigment64-0.6.1.tar.gz.

File metadata

  • Download URL: pigment64-0.6.1.tar.gz
  • Upload date:
  • Size: 386.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for pigment64-0.6.1.tar.gz
Algorithm Hash digest
SHA256 f5137212330abf48019ec81e5f67b27465b34a1eaf89452c8f4658430504d3a9
MD5 fd74912b7abf6dd292cac6332f1f17af
BLAKE2b-256 5e6a2e223ba3874f52a2a2bc6552bf9f55e927b9a1f0a5078d9d14de96c06525

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de12c47ce77ec014e03ac68092d5fa956fc4c4e408fb096c22fa861819dd5315
MD5 489e37cf6ebb2119b0e6144607f7f10e
BLAKE2b-256 ab0d5368440309a6f09b165fbef8521cdc7e38fce29580fba1312a112c50635d

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a0cf1778607beeb9ae367013ce9c2c81747a53124e95a6ed12b71d2a061d3d4
MD5 4339780b4e32fe2a89591c94f5cda3a2
BLAKE2b-256 94420e0b47438d428a6866df57cf9704877a76a447f88909d227ed5fb63a83b8

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a19fdff817f271fe40175fd37ec361b306475d107b849506018eb1d6ca2ef042
MD5 0d5a03cdca1dd10592ef363c692cee6f
BLAKE2b-256 354792e536c88389d73377084fbae764432247b211367d53701a617a83d075ae

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3879512ffb7a2c1795982917a3f4ca52c4f3275b21f3fef0f9fc8b50ef4b9314
MD5 a8c714b0e8c4100ee2ed0484f0371b89
BLAKE2b-256 49fb3a4325a05784e4b01e9d521fa470adc0097d9994af82d52060f5d199b038

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3aed8ec3b684062020fb84822fc8352818eb25d8558b6f2117b84b04efa4458a
MD5 bb3bb9fefcf54914faa0b9ebc6005287
BLAKE2b-256 385a296bb120e26c4e085ffcc43f7133d6f3f0c36703bf6737389dc959084bbc

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1190f5012b48fbd9f5c710eb443c7e2bae203103c9a5889dfa9a053d2f6007f4
MD5 7b31c63a90b67a7692d795ef58f47798
BLAKE2b-256 d688cfdc93b33f1fa9aba286debfcf4eb2b230426ef59dbb787f0e302ceec6f3

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a940b43849a4471def598ab07bc4f95a6107761288c55178bc6b3669cd13f563
MD5 8a56ede9cbceff85b8b3c8b236c20917
BLAKE2b-256 5422a2a2a6b3d265656f6565eb797d91e3b5dcc7eece09940afc07009d4b760f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a941c08912c013f0b8c116f5c3e0f3d4047b827445db5f0bf3ae263a1cc08ae
MD5 76e555187fb9bf452df688566aeaada1
BLAKE2b-256 6ef2c40655a97f138f593e9b361e9a7d6e53b07c2f4bb88bf2f235e2f787fd3c

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e5bb498dce1cc03596bb050e8a6beb0abb0274398e3a1b6e629789ed10e0d34
MD5 a768473eff53815b8d51d5d6a9609bc2
BLAKE2b-256 5c269612887f8333e1657e8c38f1ddbdce082ad3313a460148909946e630bd69

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44992529ee5c1b45be96d4d5032bf1dd1cd9cab90f4fabcebad661a58895a0a8
MD5 d2ef6927009787aed1f2597931d5af6b
BLAKE2b-256 50c1c19aa24df3721582e73eb33d0f667c4b2935cb63a8b155ca0f3ac399ed25

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7c3cc2e4c5fadaa1c95050821debbbdd29fc1577e766d5434aeab44e93816ad
MD5 4d717ccf57ff1fc9436d6394b518f78a
BLAKE2b-256 2dd8eab4f17a20fa8844fde8ee8b4f6c44f193f11d0178626ea9adacab82d733

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 877bd1b9fc2373d4ed897ec7a9514ee5b68a6ed25d618709d4616208a460b115
MD5 e412880d984d73d137ef8235513a46c5
BLAKE2b-256 5ca589ab7608f4d3e226e16027856ab4d0a62404280b7f45d8bb3b316bc86782

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6f2bd289ae932828a4bba9a5070806565ec10de0dfa2362d6afcc27eac66ebdb
MD5 68d9acee9123d6d80f64ed8f7d53bf3a
BLAKE2b-256 fc84f52252d802af0fa4bbbb10b6344cca9d008deaf579ed283af5df6316ca17

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9cae39c5c772cc96182d322a39fc9aabf1b0a50dc91e3f116a07dba7d83fac59
MD5 193e22c1b50a48e0d409cadfb425bb63
BLAKE2b-256 19aa3e3730e69e1d344ef23055f33f80e50599eb3f44d4e856153eab04e69411

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2a6b4a6775b9b09251c63651c6c75288fc1559deadf3152cb987564f75841d93
MD5 5a49c4b2f630752b949f04af111be413
BLAKE2b-256 8a3d1990be3134ee0109e611282816662ff6fcdf691cf3404f2ad040bf4ad633

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 df2738c5136a8b0ec8b5599d6b824d6a8c527c2ce6818bd927498f476513758f
MD5 6c7c523ce4c6f59eb971ba3b3f83279f
BLAKE2b-256 b7180040e6bea5175297e928b750934e4c49b7381f77a4da156dd3bfac83a7cf

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c33498fa97285e139d947f485348955c73259ffc2166cee4e7e8a10096cb8494
MD5 3fab1e4205a7f992206bb933507afb34
BLAKE2b-256 97a91f0389b5b2f79dc5edddda7970ac7ce902268a02baa7df0f0c1744452235

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9dc72df62cb7f416e2b0e3d9e8aa3b07068dc109bc84153d4edc7cb0d4f1c29a
MD5 557722e57ce0710869acab3602ebeba1
BLAKE2b-256 8a51d4157e923a8d7012c01c1f8c718823099cc46f9c5e38a9cd2c9ce4ed1d8e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b03a16807770ec05076b1705c0812391afeb2841a34a2fcd992f8be316dee274
MD5 c28ae17d9528c42de979eb128b0ded73
BLAKE2b-256 77efaba505470141f359c42115a0861b325a50e80e86d06d64b1be5ffac2d3fd

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pigment64-0.6.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 230.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 63db69904ef47cb00efeae0463e1ac1e107047cbba71141098e6fceb4f081eef
MD5 0d3cc3c207f4a338444f3d467e957a42
BLAKE2b-256 c9aa9f6e00b1029de1f199c1d2f32265c382d2cc5cf510fce6de8022c7fb72e8

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e5ef199a4cdd90cce0236cc28fd6b1b2c680aeddfae3b3f8a7398a839208b41
MD5 396a7fb13025fd790c59100d728aada6
BLAKE2b-256 fb188534ef7f16e994a773ad5c43f73458a53d493cdc4a4c7562a94aa731f2bb

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 21f268dd2c46326bb2334531ea952ffd86014fda8c9f6fe72741674c71b26feb
MD5 7bf198ffb5f8cdd0f9eded8d8341b923
BLAKE2b-256 25005773f6049745e992ad8a87c423a857b93523ad1b51b4296414a6b4a4f11e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bfec05bcadc24ae00a64ad474db3a7dcfef4299f02784fbcf45a81cd08207fc9
MD5 196db0e4b48b1855e1f27ef157d283f0
BLAKE2b-256 f810f7f453cd238367fbe3c50dd87b385221ac0736017386a9605664a8297b5e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5e5bbce0382662ce647581906eb64371a2db861dd2e56ae8a80729b0a997146
MD5 3a68d17340b128e673da574ae05adacd
BLAKE2b-256 5e2a9de48a809284508586ce17a180af036cfb4d298d52b689f5d6d32ffa56c6

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0dd514a25c6683731f2b49feabf9f91750b6c198c9866befc7514aae4e39907
MD5 56ca9fda9455ab6cfc71ccdd9b434fcf
BLAKE2b-256 c511c4a14b4920349792003e6cb56fccd1fe555a509a257f40d315b5062f69ba

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 08ad801d210f5461be62f021c286a711d3312c0a5e920e223ad4fb9cba93a6c4
MD5 7797c45ce617605cd6c6471f1ee65b01
BLAKE2b-256 8a2a288ff0a37c4eb062123b857b34c08504156c321da22c9124c6a5c08d7812

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 406111b27f737e940c5cf8b7fa41cc784b5e93e62942a8e11b51f37138286790
MD5 73d90af347debdc3eda90449eecea626
BLAKE2b-256 342a820f381c84000ff9c043df07c0d1ce754bc704acbd66dfad4ab16194dbb0

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab09a3ade094408919920b51c95465211e51965e002540d9593d85c35211a7f2
MD5 1aebd6858d34c7b6527626961d6092d1
BLAKE2b-256 74b84aa42ac227fa35ae5b2f3bbf93091d11ace76ef8b8c75af8ea1c099ad7a1

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fb72ce6e049a7c628306a8152ef2f99e25f2057436e1823577d4ea1bc1a79c3
MD5 7f7dc1f67ede3a85d0542e5d349a01c1
BLAKE2b-256 a38cf380f816937309fad514f2dfb24bcab6a2ac5f68cd881f5d7cd7f970e6fa

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 602b5f2048d38576a5bd80a3f5ca3ab97218d182b23ae66c2e8da19576f59753
MD5 5d585a1eb8bdf6f2689cb76237aad1da
BLAKE2b-256 80c109ec9c44b5e96bf212a7d459bd1fc93c03d408a7859b260bffbfd5d524d6

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a3afdc76b9ba4ee790fda79d369de2d22113d079b7f4bd1fdb69f78a4fa2451
MD5 a37b53a6ab761dcf6f11acf511a106d5
BLAKE2b-256 216dd80bf3bbacc8623fae25f5ef0efa88ff5475471bd05f849953bf7a1b94cb

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f522cf387f3c5c62911cddaf143f1a094c0d380dda8d578643f67c65a4b553a5
MD5 caefe68583b5aa7f026230269778a4c6
BLAKE2b-256 5f155d21e6c0393438adec175da31e3b237e2973a1427e015cb30cd6b1545dfa

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f70bddef3805626c60e1dc83370b1fe29b3b047b95eefd62cfab3fed4c551ac6
MD5 5bfeb24c93a2cd3375e5cb52c708ce67
BLAKE2b-256 92af9266d6f8cd55d773c6fa44acfd44ae3ee2d4a311f60bc16743f404ccf087

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4d4d29f145e02a6f601214c7bd9ad065ad60f2d5c39d3923a683063c644a19f
MD5 7f3a25bd0368f936f4b1029b31098df9
BLAKE2b-256 3d3aebed42f40495ff88b09e6df453c31d3fdc2f321e23a2d6627a18e3e3be3a

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8410458b6a6f9765d9af3e6786d98406a2e38e99dd53d40c49ce37091605dba6
MD5 b8a87a31227ca278c1f165e8d17bc5f2
BLAKE2b-256 8e6f727eacd4776f8bfbd4962df359d471428bf3a21f81edcc4c6e8b7f1dfec5

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c880d9c0e4f7d88ba5674eb7929b20d1846c1eb73900b442580ecf554e5a677
MD5 9ae2e581aa1e34a83e2b430dbf58b019
BLAKE2b-256 249d344dda95e1b9675c770871d09d7f8803fc34ddc982c81fdd12194a915dad

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 61c4a87424ea5b1cb8ba5c2f51e249d004f4895ec9ac72fe2274e3c58d9688dc
MD5 0b95a5bc2a6a2152e00e63c09b864263
BLAKE2b-256 50784b6035c3c6ec4a70650ecb801c6aaa1302b0c3924652da3535a62be9f541

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98abf73a588c852cd150e47fdcabc23384f84f97aff6270e1c5632b532c50a91
MD5 809abd3184da36bb10721eb86f8976b4
BLAKE2b-256 177b478ac280d3c9fe535b5bdcc495f9bc7c7069633b10cc25e8211f20fc6d8e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e86f2570e1687df4d23d1c273c746703fe332939aa41f097f0111f2d0ecbb91
MD5 f996dd389869fba5becf56a583f327e7
BLAKE2b-256 a3f31b70ddf4983414e5805cc87de0a07475cda8d15ca42077475f48d8de3287

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b85bb0fc1dc0f5406c795de889195199e85ad8a83e2593db4bfdf2d9050e158d
MD5 d57921bc1cae61d02efbc1e243352c90
BLAKE2b-256 1145d71644b6fad10f5a6acc4a2da8dc3d0441345694d5d1cf4281684ae6350f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 61d5604e2836cdd7049e5274118347111c91c5be975106ae288f64ae822628d2
MD5 96ce690c50d9d063c1ec5c45b8366f66
BLAKE2b-256 ca84bcbd7ed349f1928d9f892836ef17493fe58e567fd967e05a62dd841f84d4

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51f7372e41470732781c23122ea8234d89b18ec0137415de385ec4d101728ece
MD5 0744f7619a968fdb284c64e9ee2cd7d9
BLAKE2b-256 4473907dd09dee6b7e286362516b68cdb58caedcee569863c8542f050c09bb3b

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6fb72e8116d62856857d21f560ca7ee6a81b0a56eb51871fab3b95ec4cc43d5
MD5 bbacd38cb0c673ab7fc9505f33b40ed8
BLAKE2b-256 0f31e96b191358fc15903ce7adf504324b9dcda1a474fbde1bdf7280bd6311be

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3c6607d1136ce3913ef959b334384ae9a721f1c4cbf1a8b57250152903084610
MD5 d3071f3352dcef736e33927a08c9f536
BLAKE2b-256 6af846cbd5b8b39e28de130e48d75bc0dd8f9ddab80d9138bfcb89dc168ca0da

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e87eed2630b58e009e778711ee54979c2970dcd05095e80700d830c34515464c
MD5 8856cd5b08636665278a34e63a835354
BLAKE2b-256 8c2bb95f22de2704ae8e022011af416f9da03e65b5cdd41782277a9e6943176a

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b304f54e18ad897c9b010c2cbe1edf024de271ca642abfa2939eb8449e14901c
MD5 2c30c356826717fb093f054dd7ee8b61
BLAKE2b-256 0073417c57b052170058c15ddebd27a4617b20517bae75f83eff5a500e9fa3fa

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b1ddd5791d6142e8d6b8dfbdd1d761f7b5ecb9b82df3b04a890915715734289
MD5 69a9c13c313eaeded15185819980a9cf
BLAKE2b-256 da20ace9ec4ba75816e21ccbc3631796d5ae9d07c2fac6ece6ba1bf843a4f85b

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d980698c57003be456e1bd9b5350e438fd8dff53d23990a5936ec58f6eb2ac8d
MD5 797bca23497192bea15f9b5d494e078f
BLAKE2b-256 893363b2b30cc4b7ba3007d246624877d995b1ae243e9382a252a31962e628c8

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dcba24751805594dcdce715110afe1e96637f896b374f2d090f45eb4e9637da3
MD5 fb221ba56a84afb2138ec5438b932444
BLAKE2b-256 5ad803bf9dd562b0a298883f3f5e4eceaa3eab845431aab0fb4ececdf52c070b

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d12063b0f03feed13ba09e57674438fe27b91455123152f75faafa02bb3e0ea
MD5 a0b612f97ab63892c199df1aa1cac9b0
BLAKE2b-256 e49b5ee43b156738dc13477ad91b891df54556a8f482cae0c6607d189394fdfb

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a531732b0625e8bebdb67b8eecbb52fe30baf724da481a9cecf158762f825da8
MD5 5a08a1967638b1a4153ed15f5489efd1
BLAKE2b-256 a5a7edb9d78eb3be51d69be429791453ffbb6b8e58a6dd843de6d686d60c6a8e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70d71e6e37f21c25c63c4acb184fdea8058651609598b3190f2e13ba34b24b43
MD5 5b00f8c5df1b3f82075bc137684b4abc
BLAKE2b-256 ad33d3f5aa68dbe355176b920a26ebc3d383fbfcbd39e674818b06df3475e6f7

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5b8361b11ac7cb25c3c4716d025b3a9fc484540934be789fe0ccbfe4d41caa79
MD5 7acbc6bae2b94ded4c1b6bde5f7654cd
BLAKE2b-256 17d95aa69c441e7ee238556be5da3c7d436793591b8e06c8529a2831862f9daa

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e7552e8473ea95d3a6409d71ea2d6ea3f5827bc975904dee7cc73636881c20e6
MD5 d0df2f0b4c3bafa67cdac9d30e8b349f
BLAKE2b-256 f1f92c9f2021353284ab142383cc8b4e905e39f4ee1f77319dbca2be3ae3c4a8

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68e46289050594d429dc4a2c7188750364be5d2998f8414657fc9e9409d7c2d8
MD5 4ae536a61b4038d35d7e0edafe84a274
BLAKE2b-256 8f682e8bfc1ddc96580c8fa10bba55c188464c06210d99909c3dedc86dc2a79d

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c170199e6003d3aa397fbe9e12be98046f676d7c817d4a7323ab6d558414100d
MD5 6b98aca6b28a9f63bcc54fd39fd61362
BLAKE2b-256 f75a460e95452b5ee546562695501abc734c48b52bc3860ae67d384412f7b24c

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 665efe1a8627e4dc4ffd00e5c6c5bd8a48ce88faac9415f2a7834de64fb85310
MD5 57a3f4918ef57aff2b1572a882e0fe23
BLAKE2b-256 2166d01287bcc7832ece6f2ac7309f1a3073d729b471866f7c25fa35f04dc8b1

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 379f8b0dcb45715a1706d91d0855300aa1f77516f726d2b5af4a3c68699feb45
MD5 655d303cfa6564190d17b0f0ea1ebedd
BLAKE2b-256 11bb029e41779bf7095b726b47ef6fb7c67214342377521aa96275339912d850

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13158021499568476f62e9ba9af573f1c3f86fa6341767fd1245664b40e34bf3
MD5 f4ff83718c2aaac7c0c236ac5744d96f
BLAKE2b-256 9f5a1a59b4156489655635048cd066a5f2e791fb819a2c234cc6f053f8b680a7

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d0505152a2adeaf6917c4b378de8059c986277b28f08d982a6d4a4e7cbd562cf
MD5 aa3039e40c4ab978f2c2f9e0c85f0b12
BLAKE2b-256 cf08d0719ce0863d101e6d8d2a67ce3d049b5b95ad77d115d91cd075addc79ee

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a33c5928918708f469508cda4e132075784523592f39e7e7343a314e99e2f174
MD5 5212a13a3a54cb44f2b1d270b3349ff1
BLAKE2b-256 16ec349e906c701875408ea55fc7e43fd6a15fe7c3caaa26ca9c09253cf2c04f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04b405e9d1ebfc2cb7148c09f16508cbcff15a392ae00e697228bc39908c8770
MD5 e8f4f6912f69f1be269530f469e60118
BLAKE2b-256 00a4631e9891537c032266f3b1d52985673a43bd88fc92e02b85d13b688f5b4b

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1cbffa44b0ee0a9cfe2ccc1919bbbfe0606582b1197d7fca233db36339de95d
MD5 c42737dd4d6ef68e7ca345c237c9c781
BLAKE2b-256 e9a3bd2bdbf3e9c765549b8866076a8565dd0372fbd24637ed52f5a7c2bb84d7

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d17352fbe3534330c6b95980dfb38d419adad22db77ef131c6d9bffd6eea892
MD5 0fd46b9e42c564c600e4e83130104e04
BLAKE2b-256 8b0392d39dd114f3846f93261d7dedad8cc29fc8e1b2eb4377c8fb1f2af0a54f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 911bcdef75c0a74823727c51840bc74344000866f462731779c675ed757becb3
MD5 aae100f2a249c5a4256ffb92f6d1bbda
BLAKE2b-256 877b46ff9bab3efb6e913a2f37ec7abd943541baa3960f96dc875ee9dd1e91ae

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ab50d122857bade346c9c4245ead5bb6658fbdeb033f1b64071fd23d888ae40
MD5 1f31648f11663657706eeaa06c8ad80b
BLAKE2b-256 5730b85fb1ea94952dd8d9788fd73229120632caff63a8ad0f3b413599f5282e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28169b020d8e57c64fa81bb706d87416e9e5545736a6e7186dc5aaec5661eb53
MD5 948e6dca10964e0c9e5e8feec0aeaa66
BLAKE2b-256 a5e3935ca28504558bc86a7a6c1a87972cd96f5bfc72233477324abdf04c691f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da6164edd0a785c45ae6f2c4ac62e354d336171d40f1848a830f991c6bb08ab8
MD5 f7bd6af7e614714fac789e07420cc65c
BLAKE2b-256 8c8d928929ee4c57f1afd80885f4087321d544ea636db1122cfa2518ec40cea7

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 872ba522f74721cdae56e93546c31ba6aa986832a4a41bef3a93027c38939bec
MD5 c052dc717bcfcb66dc07dfb7aff72475
BLAKE2b-256 aa3c032f11e9c1971c8da2542b673045124a5fae2e046cfd3f952b20273fd691

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 73c078d660281f235d11d696c8fa097751b495d86773ff7a0ab9545597d2008d
MD5 8ff1ad27a532aef982f523638d276cda
BLAKE2b-256 2b9b1970ed5439891735167e83ff7a3f42b0571dda8f30e99565a2af2e2279fb

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aed931fbe62b7cd5aea718080001568e6e1f16140362ef66dfc04d1e1017847f
MD5 af96e1d263cec627de4df89f43668c25
BLAKE2b-256 25f96f5911baf5e193fb6e50203e3e8860abe146c6019f5830e2b4c62af94890

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e33a455f445156ba2be0fc2f54d21f280f5e10ca408695de4011d4e35227e847
MD5 8dbd1adb7df48b8339b2d96f75ca823e
BLAKE2b-256 661c7150897b8c53d88b73d12d7c7acf2f592e1c4e12770faf7065517a4344e0

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c38249128ff4d2119a9d88a731bbc207ff43fec7aaa772f6247842230b8295e6
MD5 c030589b493f8d3c27c093ad2d0ea7f2
BLAKE2b-256 0eb5319a330588db862fd85e81d09dcaa780a8a32a96bb09ff66d5d92c66da0f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2fe59e4f8234babc86c8d7ba1a6240eac2993eda27471988064872ffe4cd859c
MD5 24787ffbde90bd1780e859ee395ea4e1
BLAKE2b-256 c6010b5ac4c0e597c848b57146945b6d6630905fbac6b904daaeddd39ac5188d

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 828be1372d30c930a17204df085c329d2d2b33678cf317af4a4f807f9903d999
MD5 2306ffad36e5f18671e0aee498d7500b
BLAKE2b-256 bf281e60534483bb30adb3170fdefe0e08c423a5bb4efc03dc4b663644ca2af1

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7799f33a744e57a9c3096c3ee79cfad1287bc969db13eef64b3e5ef1b8dff3e0
MD5 f377f5a72f88fe87c75ea08bc71adc90
BLAKE2b-256 65a4f14a94605327c288ac178579965f91210c3cf9d89ac119d72b50db75e11f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4319e4afa35efd770d9a34067bc18d8669d7e3763392593a6633c00dace5ad85
MD5 a62ec4ce521026e0e2f72d4dc944832f
BLAKE2b-256 b674d36c5745329306ec6874a1dda83bbc043cbecb1d1bf32515ab463479a666

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e77954cbcb1a6247c5e38587673635207ad8d728fc9158c94c26f841f0ba91e3
MD5 7f073d63424b7f6b1af7071c00bb2163
BLAKE2b-256 d142f5e15a54fd6d3ce83485ebfe2fb27d34e306700e3bb320d67abd3a68d8df

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 30ea26a59b7248bdd986d255147ec6a207c6f989b26780cdd3762f665b9fe4a4
MD5 987fa7d2a76d07122af169f6cf8968cf
BLAKE2b-256 e73905e7065b1de48d3ab0acad18ae31fd154a7d73fffd89c08bd9af9f5d1d0f

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32294d424635c708c77313cbbb44eacb4b1c7a3b852127033867469b37d1a6e9
MD5 709b87399b33bf48ec08c69640f83da8
BLAKE2b-256 ce778e16b2d376953cd80aa9f578d79d33ba71e74522367d8fefdddea7caaf45

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbac0545b3f1ca084ff74ef15cf5c7c8d0c3b85ab2b396ad0ebdd26cede32632
MD5 8c846bc7090c4906c77cf7a5ce1c05ce
BLAKE2b-256 13155c8309b291a97e65575361d697825516856f6ee835dd9f20edbea13f70cf

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 08daeca2ebae361909d55c3bb1a59f853d257eaefb01cc5df111fe360dba2e60
MD5 cc847400141d0bbc2104787861f6cfe1
BLAKE2b-256 c7b91aea69f5eb339ef9cab945221a3a9ffd39d2313c25834027dc63b5449e8a

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 03c0a7fae79b564d00c04db5048d2198ad5ba0c07dfdd304282732b5d90c4ca9
MD5 a6574961a8abd0c74a5b28f0a23bfd3a
BLAKE2b-256 2f2b5a213cf9172f8d31497c5a73eb0c5f426b7d1f8a7100251d35d3ce1af620

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89c3a978ce3bd8decd7fe1d9cce233f237b4a24d0685356d56f8facf1590a821
MD5 9e0c1eaaeacf93fb8614acb2ebcf5755
BLAKE2b-256 d75409c4e78b85accd4a2a78e2b78fbd839143b28f0c83459c8600f3994a93b3

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bae6c5512054928a8d19685b02ecd8c45b4661f7eddd95135c87065bc13403b
MD5 bd61914b3042b0312ee22b1cd92b000c
BLAKE2b-256 01fb17eacd1dd3ec8a2ac68f0ce9fd291135092020dadb86a3936131b9cce895

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 653f3f2f243d611d2d88229939d06b5a1221e9be75049dc718431f604f011078
MD5 28bab16ec48b66af134cbf2e6a75c8d4
BLAKE2b-256 9e6be3c5de8317e1b0f812da7d28a13d1342285c6f534912895771edbe1dc345

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e0953cef77fa3feb094abf6eac88f5783556c5ad3982b7181e1ac1bc161582f
MD5 eb0f5c9b607b97531570e461ce85bc2a
BLAKE2b-256 67b045cd4ba45b17d077d28e953c9870baa673df02721aef5362a3096bd39e8c

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85fcc005d5b2e008938f13e537a4f10b55c2a8002afcd79707962627e7e45d7c
MD5 4e5e94f73ebed0d62f54b402d8f5e0dc
BLAKE2b-256 04b341926a47ec058aeb46f1e20bd6dd8b08a935ee4a0f6bd729e2ea5e890df2

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71b731cf834c61fb8581895a07fa369a8ce871de31cfd562a60963bbda29fc01
MD5 0969ade8bda0e635cd708a183b46d1f7
BLAKE2b-256 9672fae73ece3273ea059f6637d9720717c9eb04e1845a595a1e06daecd73b5b

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7599c316e801ed030eb6ffa781a59a50a0368b57c66d823215cc2324585d93b2
MD5 ec502aac6e011194ad7ab38baf0abc9c
BLAKE2b-256 1c1e66e40ee91d35f184a9708f7940aa2ebe5892df388e2aab57b18a8015c86e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pigment64-0.6.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 240.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a80d92fc264624a6ae302a486f3098554d223d97c1e88760072a148ba44396cc
MD5 8ee70b9245926a965031255256855c64
BLAKE2b-256 a7a89416252c954cd0ba0429fae340a8bbd7f0d3862e8c444d3fbd31c9be8f08

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7b2fb9bc1e927036d18bccc0febd2813b890d2984efbc57342193c8f1bcc79a
MD5 0bf3acab1323308d1afcdbbeeaabed23
BLAKE2b-256 87085ecdca80046a7deb6020d8c3184eaf1289336e061f030498713ec5e295b4

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4fd13cbaecf926ef79587ec9e56ec88cf8de29695f9fca935765bfc1c090ce71
MD5 ab1b684ad0da1f916fdeaf7868458604
BLAKE2b-256 4766cbe8dedc1d412ee740cf897074877817297f883e7cac08440e9feb74420e

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0f0ab553c1752c29fa58f97d952613065793e14eb3e1ad6ef5de1c70e94d59f0
MD5 312d7f49198b091ad0bf43df3c45c259
BLAKE2b-256 e3f5a5d0e2ba035897dcad6cbde333372a033b6a1043264b8e502c7267453ca8

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9926b138b7e5eb423d110bf75ffbb9e6df573103bb3d3006eb77afda8f72140c
MD5 0de311263505476aaf7c101f124809f8
BLAKE2b-256 44d25a967f18b40872feca51ed9738128ee90f6cc83e7c4baf01a7a367a3fe9a

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f23d0407cc8bdfe1f380f846c174121cccd6cb9df191b2d767fe23c1dbe78dc
MD5 bf4c307ad4a009110741cff990aceee8
BLAKE2b-256 287ee9f1b950c7a6e1537ed227150668dce22695599d4fb8486c09c8f08fae28

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60336ad43bb1e89102aa153eff7daa2c33f0f392b086caae09b38cbedd304f6b
MD5 94e35a1d7d001a5f5f67ea09e20cef66
BLAKE2b-256 0ce99ebbe67677fd808fdacb27657f70a212c1856d01135662c8bf4b2b3a0829

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 62ea80705a25ba4a7f01bc05e77d99e03ef13bc3f639df2fda3f7d038fbc4ba8
MD5 9b1d5f2fd721acb567184357fcf87a96
BLAKE2b-256 80d922bf51c5cc0c4aac4ff627ab52d06410de1b77e71f9f36f3eca45ea3ff6a

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 288033e2e7c889f8a17940ebb7c1b70a60ac929caaa4a4f5ec4e38f5cb217b0b
MD5 410e3586408850eff664e6c5da3bd787
BLAKE2b-256 0879435fa40fe682936cf2f4279b6654eb56bb0daa7f0d8dd971c8dbc9b57eca

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 089a7887821d20aecab5c87050eec99501e61aea72a2e57488c5d53055d91685
MD5 43314d077c019a18601197b7de873b14
BLAKE2b-256 27c97db9c96365149221ee1c8e023124aa77ae858a08caf5adcd01e244541677

See more details on using hashes here.

File details

Details for the file pigment64-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pigment64-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fde53d25af08f44ff7a7725c4932790953f39046982d24201d011bdaef22b2b
MD5 e302abac3376a090383901a0bd3ff56c
BLAKE2b-256 fc3cd2d2a4ae7687f739ac0b3cb6584f74767262dc37c46b8eb3c21c47eaebff

See more details on using hashes here.

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