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.3.tar.gz (386.8 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.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (602.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

pigment64-0.6.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (668.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

pigment64-0.6.3-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.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (530.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

pigment64-0.6.3-cp314-cp314t-musllinux_1_2_x86_64.whl (599.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp314-cp314t-musllinux_1_2_aarch64.whl (569.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pigment64-0.6.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pigment64-0.6.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pigment64-0.6.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.3-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.3-cp314-cp314-win_amd64.whl (237.5 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

pigment64-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl (598.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp314-cp314-musllinux_1_2_i686.whl (633.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pigment64-0.6.3-cp314-cp314-musllinux_1_2_armv7l.whl (665.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp314-cp314-musllinux_1_2_aarch64.whl (570.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pigment64-0.6.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pigment64-0.6.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pigment64-0.6.3-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.3-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.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pigment64-0.6.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (420.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pigment64-0.6.3-cp314-cp314-macosx_11_0_arm64.whl (345.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pigment64-0.6.3-cp314-cp314-macosx_10_12_x86_64.whl (355.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pigment64-0.6.3-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.3-cp313-cp313t-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pigment64-0.6.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pigment64-0.6.3-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.3-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.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pigment64-0.6.3-cp313-cp313-win_amd64.whl (237.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pigment64-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl (598.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp313-cp313-musllinux_1_2_i686.whl (633.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pigment64-0.6.3-cp313-cp313-musllinux_1_2_armv7l.whl (665.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp313-cp313-musllinux_1_2_aarch64.whl (569.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pigment64-0.6.3-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.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pigment64-0.6.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pigment64-0.6.3-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.3-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.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (420.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pigment64-0.6.3-cp313-cp313-macosx_11_0_arm64.whl (345.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

pigment64-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl (598.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp312-cp312-musllinux_1_2_i686.whl (633.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl (570.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pigment64-0.6.3-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.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pigment64-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pigment64-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pigment64-0.6.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (420.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pigment64-0.6.3-cp312-cp312-macosx_11_0_arm64.whl (345.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pigment64-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl (601.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp311-cp311-musllinux_1_2_i686.whl (636.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pigment64-0.6.3-cp311-cp311-musllinux_1_2_armv7l.whl (668.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp311-cp311-musllinux_1_2_aarch64.whl (572.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pigment64-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pigment64-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pigment64-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pigment64-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.3-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.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (424.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pigment64-0.6.3-cp311-cp311-macosx_11_0_arm64.whl (348.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pigment64-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl (356.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pigment64-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp310-cp310-musllinux_1_2_i686.whl (636.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp310-cp310-musllinux_1_2_aarch64.whl (572.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pigment64-0.6.3-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.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pigment64-0.6.3-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.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pigment64-0.6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (424.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9Windows x86-64

pigment64-0.6.3-cp39-cp39-musllinux_1_2_x86_64.whl (604.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pigment64-0.6.3-cp39-cp39-musllinux_1_2_i686.whl (638.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pigment64-0.6.3-cp39-cp39-musllinux_1_2_armv7l.whl (669.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pigment64-0.6.3-cp39-cp39-musllinux_1_2_aarch64.whl (575.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pigment64-0.6.3-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.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (423.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pigment64-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (531.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pigment64-0.6.3-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.3-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.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (426.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for pigment64-0.6.3.tar.gz
Algorithm Hash digest
SHA256 eb9affef9b6fee1295ec5b004d2fc215df08e71ba66cc35dfb6d2cd55d48a243
MD5 cb6e7545f29388f65cb1e959e4569fee
BLAKE2b-256 2ef0b6936f469bb8eed88ee11eb0aa006d679447294d1ce6f4e1dbe826a0a0b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed729872df554a2855d62e2c5b0e66b25da86426d490484e52aa5726ba4ee5c6
MD5 66e1164088d58dc38b9c278cbfb67919
BLAKE2b-256 2a910991fc7c79347ea0bffd02fc9e61456b5c9f833a1748252081055ebc4b97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9fb6a0946f534f36e7f68ea5f1e70c323348d53abdc08edc7602af74646a16b5
MD5 21b4b00d1983e8a0393663450dc16f0f
BLAKE2b-256 8e83b3ec05440a8ce00f91c3dc6b28186c97fe8e241e103e9cfe3fe1caa52acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ec863eab9c199fb546fd3b8e04db958cd1986daf736d1fe65580d28ff403485f
MD5 13a6817a64a6710f69583fbe68a15635
BLAKE2b-256 79937393b4bcf2931d8f395a77ca13dba579fdfd6b8b18470f0ae1d370c216e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84bef103340004e51caa4c512fd5a84dd3649d201dbdf828e1353b4c7493922b
MD5 9af9551b51d879ff5a5a6c2b612a565f
BLAKE2b-256 afdda7ff11319f7ade7c97f6646ec0880067e85def69cd6d99981a3af0106fd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 477667a72a69a1f3f8e1c52d7ffc517c9ec17df8b7a24bfdc6c457b38bed1e8f
MD5 ef8e8fa31231203db6bb1e53b7162310
BLAKE2b-256 35a9053ca40958502be4b08d116a2dfcb7cd0464117dcdc07bc8ed6064b2efe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 808be44f6e9147a8e77c9b314535e11cfd998ad278bc7d29aa61eac6f3da8d28
MD5 36bd4a04c60d61ef1902ec8473c66e66
BLAKE2b-256 d9e1635394c93472f20113081b66deb4f48a2a1b94803632db79c54b3df26cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 677ec2d3883bb43366f624fd77a551dba74c6d9dc9bbab10320acb374ffec693
MD5 d899d4a96b63e6243eefc5f94889491b
BLAKE2b-256 f3ef69fbdcb6527ce54e8761cfecc024a4898e568ed7bee3e80fbad573a90868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 861fbf5227b2eaa62a934cc9724f759a4ef09b7cc393ffd891221ce6e85361c4
MD5 80fe46f87c65c044220d134c73899ae4
BLAKE2b-256 0a6962b0b8a6a49d92ea196ba2a00d194e1fe32d010b710d3b0a32b99e35ab9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7a7e8921efeb6eb5a689bcda25e722e1f537275d923b50d2c1d5cb4cd363c87
MD5 5e8d226af49f8f587291f0e92df3dfe2
BLAKE2b-256 e1d5dfd898c36add531464057df02fad61b2ca2e80cd8eecfa64c5307ea021de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 60945e243f291c8283260615a7853085e77bb5823c47840fa08c27cdca8e0074
MD5 55db78c3f9a27577775007876b63baeb
BLAKE2b-256 9db1ae071aa0aa76966e1cd26d60f2a345d30645fda7cf01b30f9dac38ab13e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d3fae5afe6c45dddb792fcb31c594b8f07b7a0c774458e6a15c5e1f7f8aa2a9
MD5 c2b8bd5a2222725af33e81baa31eda6b
BLAKE2b-256 81d6d5e44b639e9a65f26809bf6837fa116b973603d941c388f48fd1b8a60ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9504c5bd55c4d95d5256235eebef877eb4d54bd5f7ceefc9c9dbe1446b136359
MD5 1c5dfa37429525c77877e45eba698edb
BLAKE2b-256 aa4c4fa72041e7082288dd77f4978728a13bb1b855976f8c6693973097fc8eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e94a91a03b7c49e064e889be29545b288a07a814863605fc639cfd316ddbb68
MD5 91a72d36a046e93ffff49750478a246a
BLAKE2b-256 be809aa6effab6abd1f333d77d626b3ab61aebe03edb58ce098bd573a4312ef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8213a31f748e1e9da32a726cf101b516125e4936770585b82b01f3b26f6c0762
MD5 25578e6ab0856bd7bf1dac589d06e358
BLAKE2b-256 fa761ec85e95f8fd5389a06383bd9a3929197cab4fb3bc302609122df3d5cb1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 244f2ea45bd7a38ff242124405e38e29ffaea45268f5693a99c367786f98ba60
MD5 de57aecc4f288afad445190ffe63e857
BLAKE2b-256 6349e68fa7b54beab75042cced439c2046427889c03bc16150cab9e345e82d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e31c30c54867643d400ba1b165efdb15de5b33468cf13c815bc117450088e94b
MD5 2a3e4278b9d4d2e4531c3f595c9d4537
BLAKE2b-256 2f9ba19b648d6b8db4af976d73db14ceacf5b7443eeec11c936c1cc41fa9ebd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d585b7fb80b70aca6b3ccfe52c59e184f18619db2a5b6a94a48ac99e6942353f
MD5 ef7d88f1fd15a06023cf502ab8739647
BLAKE2b-256 a28274d0ae13d43f204dd83778da8fc89f897c1f3db0a025e505f2b3fd3576a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 753c40f4416ecdd3321041c6fb77b0cadf53bbac26000facb09c22d013c8bb0d
MD5 91be27db75f5feadffa8d03916ecf129
BLAKE2b-256 e4bd97aa74a9288bffc04c7e181e9d5032750dddc92c730b6aca2c0187d74e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 aa25fb6356b6fe56b7909c8859e3344e2a10b21e906dcbf4b216f040ed191f05
MD5 50b2991a0bbb725c2d8cb73cd7677212
BLAKE2b-256 8ac908f45fb7e7779a00b69a9a773d6d07783ddd794a24f4a289ba080c05bf98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pigment64-0.6.3-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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cb98a5571b23b8e3f429bb5b5a2913464f25dbe944d705aed18ceb4885f6d43b
MD5 a10cc38e63e8608733881c14ca6753f2
BLAKE2b-256 dfa6eb07234605cdfe0aaf49d3ca0420bac044a2ca528e1231dcf61152adecf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23483d4566003c60b6f3b73b28d83a6b3d90bc9283cff9823388f539ba7632c3
MD5 c60cd899907427820eaaee8d3128f388
BLAKE2b-256 cbf9c75763b5329fb323a98978307edb5ae7d4d2aea11e2dc8dcfcb0f582cdf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19ef1f57d7636a52aa4cd4b6bf1fb77fc0b6a7da0fb0375fca19532b6ed1c4b4
MD5 86ab61c8ad5c69a1a060b580f0ae8fc0
BLAKE2b-256 9ea86ac6fb0a2e2251742d3b8a45e7f328b4e1c055102392b145eda8081fcdee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1bfbc8f0784b0307ef437419ba743e4c5d97297d2e361f923aa6a23f39611b1b
MD5 f9e9d4ea51969a4646b9acbabd1663c3
BLAKE2b-256 4acfac5aab80d75c91063778004a5971dfc4563e752f1017049ad93f7906698c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bc8b7012777b366d6451b493f6fc2e4a9be2bbd56c434d2c05a97d036661202
MD5 e4ec99c02a77462a43b0965923429093
BLAKE2b-256 ac367ddc7fddef127f413b8caae5ae9de3e7fb4b336d94f916f08a32297103a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 facae15090c108963182c948b7016ecc512541609258af4a7ca320bf70c7f76d
MD5 37b889b6c6dbf0dccba20901bef85863
BLAKE2b-256 8293ff9e9fbf838da7afed3270dfe4d5169b4b65fc060c6674c61a32b6e0ba49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b364bcde1b64e7eeeebec3811971f29abf71184da8310ebc6fe7a3d87c987d98
MD5 168d6540c0da34e19b4e7a3a147af140
BLAKE2b-256 d275c4650905dcb3b372197de6ac517fb033293d8edece00323e647543903a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e58761a7dfe8b8eefc3e247e3d64656f91b0002190012e6801d70fc442ec8dc2
MD5 c2b88725f9083a2c4769347b22f8eaea
BLAKE2b-256 e89813e0c4968d03b24fd44fa8ffe4581f883b73c3d732025b7bcdbbc14fb4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ade6f0974c08c93da8381b76d260871c08aa20f49e82656d9ee5f637a0f17a5c
MD5 cf8ba05a2f1ad2e8d462a8444dad29e7
BLAKE2b-256 0059c89b8b88ecb814e0a14983ed1fcb1a4405f1489ef224d48e7dc7ca86d3ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f86cf76c4d15ad0aac262be7e7ba75a1504ae6d1c0699234dfed854bd0c5925a
MD5 a0a1f6311d656e7f2320577cd15d68c5
BLAKE2b-256 4b90e8a5fc684f3f1cd267a5204d0e1a07f633e61a1561a8a4ed770ba77eea6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a7acaf694b7602b35d9a0dd2efd43a1692fcf203bf2b708b05cb7ff703a8724
MD5 b0326bf49689cfc723bb3d1fc1c63179
BLAKE2b-256 39acbc55704161b331292d939981d3844cf82f123407b2cf19e51bf7dbf1da66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 172cf83efa87b48d61ccc09e88393511833a425aafd20481fe7aabd7f619b516
MD5 22b6b0cbb2a5de8b0c1de7a3b329788e
BLAKE2b-256 ad24df584d2c866d1bd9f8736cc02cad8a4e1dc33b138fc3b53f39fc70c02320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a97c229588ed4763635152c1c277284c0a9d83bcedfc10b4524ecc727cf25ce0
MD5 aef7abd9efab6c842d070782c348554b
BLAKE2b-256 9188c30269fff6c9d68c274a96c51e8642982ee2b04e632a5861d1640573c112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f033e414465f94ed6fb5434b4caed37a4b3b37a93490438ea63dc5928c71c38e
MD5 875d679bb6b118efecd7656126649acc
BLAKE2b-256 4287563d1d60c7730e6d05ecaa4f00b0b256855cb086117818616eb44647d7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0eb1ce4da61b6adb5aff82b7be877f586cad0d32fc1724b1d4163ac886aacf7f
MD5 3f196c28a261bcb4fef5bc6acfa5cf81
BLAKE2b-256 02b4854b22e0dbfc91da025d741c695bc6b9c2194aca55b31ea1347e2fae5c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9bc4754fba066ac25ed76cc502756f13599f16cb1ebf708add9d41c684ef29e1
MD5 0605e6eed5c0ffd536f5fb7c7d55eb94
BLAKE2b-256 0ac055fe887de23b08608b83c05034a08fb1b5d6665ba1c7ecb724f0a0c1a7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbc80645b2c6497979596115d512a9fe1b075330b90971a40de1f4d40de6cfe0
MD5 68a61846d06d33990c057b53728084d1
BLAKE2b-256 c4d2bf234514e0c2096528111000dbd45ccc64007eb75968e962fe5430da02b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a760eadbe356decd2c1494094da957f8741750fc0b63b256e330051c3c0fe7e
MD5 44965d813fdebf81f67c113aa4fb1fd0
BLAKE2b-256 f62371971f9df2b17e3a4ed595c65a5840de169d6825e45a5c03c163f6524f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b8f054a357b6eca06963e4376526d05210558887462f09ab0f9d1e150086ee53
MD5 fd726845853a718b911c4d26e6a26f8c
BLAKE2b-256 90b41f44c67f359068152bcd9aba109d80b1ccf3bf1c0ae263aac6d1d4e2018d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 95c6ac8c215082a3f73ae6e46012e8cb9a131697b89cb68fd99bcffe559cdf04
MD5 87523ffd8964c8513fd6155426715f00
BLAKE2b-256 340e8ab0652ac725e4d1012d7351c68c9da7c58e5e44c5818ee190bcd6b9b01c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d200b1430348fa96b18cefedaa5362034be608d3d70d0d7437bc12b587841e09
MD5 bbbdeac4db47d3bd419fe633f0565a61
BLAKE2b-256 4b60e486503f567aa28ebfa93ca81565084d714a95c98139e0654c0941327f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 064f3548f4336854846d8dfb9c350aa7f0a38c01d575d55d1b30f79db0004203
MD5 e776473f655a7788baf9696b0d259321
BLAKE2b-256 893ecaf19d0722c8aff19836f3a724deff92a9187c1016f0edd0b96fa3d767df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d755005fc21169df3280ac6e714cc9c99436c6df05a0161dcf17d0a341bb9c69
MD5 692e72460c43877d6638d7f7ee627b58
BLAKE2b-256 3560f489e0d5a1d43be0c0823aa3e97c7604df8be21e47401fb502a83fee3f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 674a8b7e43ac124b54f4dd365099c6d4bb740b2544373629c79f0b04747afaf4
MD5 a4ffbdeb8ed6f319bf440598df1f9603
BLAKE2b-256 3657c08891875c1cb94b1b8e279b00f8b3f27c8fe65eea6bfe7990b595f269ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 35b952dff53b220097e029959ee6a136398a38211e05791f02e89fffec08d314
MD5 2d055d549bf8a248256b1ab96db0cdac
BLAKE2b-256 85b8bf2a239256ce29b75e9ee49914353d633329f438e18892f0fe8f0c3ee469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3f6884d0f0ce0966956baa4c8b711339d5bbf9d6ebf24f23fa90905bb3f7d58
MD5 892bfe42f53b9a2c01256a86fab9af36
BLAKE2b-256 265425deb272cb25f0b4e09df7404f5dcd3d3b7605597d8cbb781281e4ac3dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf3748ecedc91128e462ef563f267b0afca6344c0d7523fd7440334063d49758
MD5 da6d553f10ef9c2aa520de7bbeda7dec
BLAKE2b-256 2fe9c6992d191854bc020f21e957e1c487c4a786becec8164fdcd334d595e0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 87560d72b6e9c197ae3b713be5ff894b3f7768af706f5b590e0a74104ed99402
MD5 519b2accf868f0226a28d27628190ff3
BLAKE2b-256 f375c80b80f645ea1a7ecb9e1f7c3fddc14202ddf8b9cd888897f75caa7565f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0d4d81247bcf14b30c0afb69ea73b46c34b52b396f015a4f38d121cea89704c
MD5 ddd4f668f98b7728f1e37c8c67046bb7
BLAKE2b-256 0e007775af36769ffdcf969e41740cb8fd97198f3837cc5739d14cd9a7383800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba7bb39dd92f54bce963b414e9a67f0405432f1f8b9d46bef3b3299e09dddfbf
MD5 200043b1138c33b7ea9054594c75dd05
BLAKE2b-256 95be59d8c4136747a58ee98afe2413f2943533bc881ca35c5f6a8541f9f9ecdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 011e9c1cd6b9149309fe9278e35db2268f97e0eb29c40ccf68a3a1b7d3205db5
MD5 1051681591a2c43a572aa616bfcfe458
BLAKE2b-256 65d604d0f2feac8108c0d5b1fc1f0b3d5108fcfca3869fdfebd3b100731c49be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bfcf933e54577ba20de2a7de2d1118d74a6da689a7c708cfd0b2095b2231857
MD5 538fdc90dcf3c24d2787e99f5548a380
BLAKE2b-256 6a4393ab59d42ccd741f9665b56d3bfd34517c94f48b2ac62c4d92856b7a5a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0042647fb3261e22f19d36c6116aa5bd9fd7d2719087e1977498e7c987519455
MD5 38ccde6c4a56bb39b1ff82ef049973a1
BLAKE2b-256 d9b913cec8eb4ca2d5abd3db5ca95078b05fbb3476aab2e34d88a6cdcf42e3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1a033210eef3d1a22f5c2e7de32ec421a14a41e467c1b71c3c58639fc975184c
MD5 758416344b81bd40f26756727fbb1d62
BLAKE2b-256 4423e7d7c114bcee3aa90a402034b705ed84953efadfe466f9354c0c01e7fd3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 de2d702cd1c285bf0370421e9eae9e0db5092fb7e4e0618b5ed1ec3c3776fca7
MD5 c6d06297d8efc7311061ca3d22251a07
BLAKE2b-256 855d2b293d56ac33f3560d2b5e1167630ba484c179841c36e95c8cbaa071235b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0612c447696b9c3b30ce35d0859dbaef3c946ef72c3f1718fd1e6da5340915b3
MD5 1df68d5943f90af8da5ba1d97f11c24e
BLAKE2b-256 ca2c68cc21e242eadeba677a8c22041b394d864e8224a1487c5fc2c4a33cf6e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2bef7e7f127a77c385e0f3df949bb5d0a9fd806115de375ec6c1018133946918
MD5 8e3ca658cb9b74205f1993da29fc4885
BLAKE2b-256 febe690ef65796241b3217d26c62c18a51dd87cae14d4091175fc2b478d3f260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 61293f44422d10fc1ac1deb510258cf511c9109dd8e41128b420e4fb119e25ad
MD5 7d8e451cfeed181ecfe2cd9bbb2912b2
BLAKE2b-256 3fa5882e07e6e6b9dc969371e090e3e69f17e19bf2df14596f8fa8fddb902c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd7a8c7705de21650a3060cb6364cad5e51b0621eb77ff6c5dc3481b442e93e5
MD5 7b90e33d63c325fefe6bc17b277c92d4
BLAKE2b-256 81f8ba238a516ebe549c83c664de407e441795c89c0c42d4e43a8862fee5467b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45c89e9fd05b44ca629760ee15400e28c17cd78e1f7a870833807e232937eac2
MD5 3c6cbc2ef70aed8b7f217f30c35ec432
BLAKE2b-256 3cac22bf8dc6887719abedf892f22922a30cc5a1b5fcf592b9e5e1ac25069c21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fdc4f223ea676080444fd1ebbd237fa158b78b6eed79de20673e53122c689634
MD5 283e7409921638217bf13aa8ff862e66
BLAKE2b-256 442c96bf0e1c6c7a2b6812b474727e57f586b7fcdbe0f37ac5918131f68d12aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 87af918a4b1266f672f24343baff8268473817642b83a3ed4da3370cb73f1f89
MD5 6fd02afcdd7a6c3d84cd3c54a6fe50f3
BLAKE2b-256 557c1456aba72d35db3a39487b66d9868288046626f544db94c8075a33326a60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d0ba5fd430739ffa927ef57eeb630cb8f91746a467fe991c2290cd066b1a181
MD5 5b1faee766c6484ff17e30eaa1955d56
BLAKE2b-256 eca88e40e3eee07423114d923762d7f54cd0d4b217679399a0b33f4662d9bda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d49c8dd8848df047352d4a14b055ef01cc0e3dd24e85629cd6dc6bc95d688124
MD5 3c0e4f2fd20151e83097eed2adeb854c
BLAKE2b-256 d7b0d08bcbc348c6c7e42b949bbba885f476ae749a4cc350d27e241a6e25d836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d1e697346f2dd0b9b92aa275993d70ad08bf7fe995d3928da6ffe80b1fbcba46
MD5 55135a54cb60c31b06c041c8c7214c35
BLAKE2b-256 783b9f26c0d07a34d75e28f52de5d6457637164c194604d1127cf90c6bce58ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 058e38644eeca5bf37b244d6ef6257206152de954fa01e817f2a9dec2fc64efa
MD5 21c0b36108c8a6733fdc0902d9bfca69
BLAKE2b-256 fb54452b652ff0cc3d9dd5255e6e7b78a2d07f4f3374f11eb78017f85efcb79d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 371baf10c195c63a46d0536a2098c12295382e43234d8639ca933542468b9606
MD5 57bda80d1e4d1e94c2ed1cc95a424a47
BLAKE2b-256 2a1f4fbd02dde305d03b16e0aa9c3743633d7f840f90f093179426c7b3f591dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 16a01d402a7c35e901fec23483ff2552d5a0cf1aaffc35d4c598b59cb4c22036
MD5 9cfcc78b02a3181c65bab64940711b0b
BLAKE2b-256 eaf8ae7698e772b715e92ed8047dc89e9dee0eec20c0fd84a4ce280b50382231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bc8e23b6b60aac7aaf9a0a4a8ca3cd3727db70ac7d2fb5d8ec7c9a541974633
MD5 24d9726fd7fe4d5e6daba6a023f89ffe
BLAKE2b-256 357aed12eeca2cd0becd0066a993ee65307b570df896a1c4a26aeeaab9dd095e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1620d8e186df67c0b9412d279d95bd21661c113f7287c2d8393b2fb049577170
MD5 d0dbf4188cb114f8911bca652703c633
BLAKE2b-256 989b1e3ba16be444105f83501bcc2154065f54082d3d8fc192825782767fa217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4054a54cc615664d9b0e8c0e1cf6227c076f9c4ba0f3177144a59997b2830790
MD5 fa638580fd78f2e796be59467e1758a0
BLAKE2b-256 80def6e25f2e08777885d001af1d668fba9b0550f48856b8ebacbcbc6e969d59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ec2f5c575336d0826b5736f662562c6091788854569cec5c498a90b96d18085
MD5 214a7e06b85ce5781144e902ffe83a72
BLAKE2b-256 29899063899e535b8a69270bd83d0eda3bb40a350ab9481038dfa54ab11afb02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc710f53e66f625c6bf67a52321c1f4be755cd7ff91f669eeb541b6893524fa7
MD5 b67818a79cde12558cd10267452a952a
BLAKE2b-256 0a82f87760406f3d83c0f6cd27cbec0e86483799c4813e81a6752579bd02ced5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c907c0dc0af27fb994891f6469b6107a96b1db928fb28b59a11bac29771a66d
MD5 05bf00de1d351ace2b19a4466a3281ad
BLAKE2b-256 e99efe64b85280881b59c2c2e60d02bc7f9be21f790922bdcf8c60e93f8ae183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9df972f88b21cdae33d054d89f1659bff5521abc98e40d56107653f092f2fcdf
MD5 7e4758f1cd1d98cba20549392fa3861d
BLAKE2b-256 0d453f00c0427fa7cb01cc8a0a264c1bbb643cddc543bd86963e0ad79cc03c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ccea33487435b37c2a71387464de362594d16d5296b1a9cb266b6a7ab16e721
MD5 f1b958cb9142ccf86f793d879a9ed29b
BLAKE2b-256 c67e0f934543eeee487ead6c5abdde1982bf4297fc9feb1b41da618f232ecf65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16b194db2f635f2b2f9a49c80cd965f60403b4382635cf4faaec6ae7740dfe75
MD5 2e9c4a0e83b38bcc2735ee92257bd6ab
BLAKE2b-256 093439fa0e69ff4e62c32d23723f97e0055736f71fa7b709807e40dc26e4a30d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc1caac33e2c11b69621577ff3b0b356f88279af02cb02cad75e9f590ff6ec0a
MD5 3ce0b035e4ed2e73107b68caf666997c
BLAKE2b-256 5ab96a02c5f019cf14fc1763480d6e740d393ecf4233a62d9778019cc6acc1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5930dcba1f61c02ff4cc7ca55cfde16fd87751c0afbabfc04816f733c5bae8e6
MD5 866072b0f00ddbc2f7c6c1a58d11cbf5
BLAKE2b-256 ac8cba71c0d6dd7d395fd6f3fa360014aa2b3982f4a2f822e60f76a1fa8ba95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 634b326c29e5b0dd349b7dff69bc39f5114a02f2ae817d76b467b14fbdaae6b7
MD5 67462b1b0cce290296423bdeb5e0b2cb
BLAKE2b-256 e929b12c9d82559d733e1f6fb4e13d2284fef2451087f79871e93f6d0eff821e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6a53f03f68cc4bdc982a6a24c052988be59f1fbc66acab37ea4c599a2322b903
MD5 757e67f30f1933dc00beb862ac05d0b7
BLAKE2b-256 c4f542407e305684b82741dfa7c0a6efbb850dccfcdc02639bee818ffecd180d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 179d9ee829cd2908d7590e42d19b4909fb634db0a525f3a884ee5d152c01f549
MD5 8e608fcadf5a1a7c970aae6b8fa21116
BLAKE2b-256 085a3c99b985cf3505bba0de532f763c691bb37bf4be4f40b8db6e206ddf5802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b165459818aa95e0ef79387aa06ccbd2cc3305deeb4e45cee7bb9b1e1a27b93
MD5 acbb5863a3c60b9079a19ebcf4b6ed6d
BLAKE2b-256 edb0665f07a71d927aa99414cc93cf79efa415d35a80b99053924175069cb70f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6db36dda0a4240c393413ab05ded5f57106c5ca4185d4143a33121cc1dd47c38
MD5 0632bdbff7935637bc0f9e3b4acb1818
BLAKE2b-256 6fdb5c8646d480b906f5f74dd659f302d7d396a242609fe19d4e211bca23e771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a36ffb560e06f2aaf8c590d4c66b0a36c210c2f819d9c4405a0eecd0d327bd88
MD5 b07366c0315f2b7489f3f3106dc26a27
BLAKE2b-256 b1cb205d76f81d08290b9228a012fe8958aa9a5993cc858cb54d0a353aecf43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4a996da2ff8b59ab1b223eca708e8ecd72523115fac6d1e55972a3c94e8c6af
MD5 7d6bcd147b668c1d6b85870e43226cdd
BLAKE2b-256 0eacc87d08cc7848c9639b24dac21d0034ccbb9ce2f7b3bfb876090e817d52c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 254d45637129f566590c16d9def3f6f187888d0ee4e36cb64c29cb7b1b496d87
MD5 9e359f6a6f2d092b019176efe0095697
BLAKE2b-256 c7bed3409b821ce7bf470ed8b7469b2083abcb248044cf28d91ea93fa04649d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9c6938cc9984c10b382033d0cbd288954376df9becbb654963bf08212d9d92fa
MD5 d098093dc77681c6d4d4255acb2ea69c
BLAKE2b-256 016d6adb342623e656b736d603d801a8a1b939f9d865d0c65256543fb3ecffce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f24225749a4313ad2e3f11c4294fbcf72d4d3f8995f45178f18d109e0aa836aa
MD5 8fd019cb112e3d1c83323c988cb4c8d4
BLAKE2b-256 dbefd9aba7e3a3eafca66d2edc4f92271c3cb8dfe6bd9d4d2c397b0ab287b578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34205c6d958ce05c171b73dcdf7996fc13f9b300936088fe100597eb0802beef
MD5 32402c5d7889dafc09405dfc934287c2
BLAKE2b-256 2d5eb95cd36c1a50e0054061dc900a11991e78f05ad4e15c926fa8dabc3e052e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9230b238c83bd25e05aaa8c8462c3258db902417aea9c77a5266102d286ef47c
MD5 4d8378742cd20e4a76a99086a19a2e8f
BLAKE2b-256 4f515779b6b5fb144a6c1017aa6c14b8e7eb93580c66178d887a04db22c8d917

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pigment64-0.6.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a7701d9c1a32f6c2148530fa1a877eaa38580fc287604cb4209e77a9a6f4f7a2
MD5 5bee3e919d4f86752e774bd7292a9366
BLAKE2b-256 592c3716a7a8b0b46352ffb056628a813100a67e339e213cedac7420431f98d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb6ba4845cfc0255163656216caf825d7c1566ae8621cca515181922020f0743
MD5 f0743fbfaec4b31dd6da84409cedd586
BLAKE2b-256 7270cfeb4a3cd0d998fbe66328ec3fe18bb3f5c27fac756cb338ad4956e38159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8eadd77c7cd492d32eb9e48f2939f8c0456a1f2bccf03743a888e9041de55b1b
MD5 672d7c71548aeaac0a6c5b01597778f8
BLAKE2b-256 058c6d6ef4131034ffa3e2f0c2409d69a2c7eabe584daa64c4e57037e44022d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7de175a5c0f5b33896ae24f1a790bfb827b53dc47ec8526ff593f5bdf2a37f14
MD5 647ec02e0699b5f38e0dea69f98ab076
BLAKE2b-256 35e8976cebe5550a0f5b976d5436b857e983803c166cdea18e8b7213a0902b73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e137a67df5ed6a835c48598063fb803c588c36f6b1f35d273acb608cbe48be1
MD5 8e247634e49d33bdde2ae88f9a974fc7
BLAKE2b-256 2c789114a95323ea8ba67bf450acbd0f112381807e582c1e563a951f834a972b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7517a34ccf919b7202e5378fa7def2cb413344f1aeb98611658a3047c7dbfc1e
MD5 f912494bec0121a843ae11e3596cebfc
BLAKE2b-256 c2fa3846230342a58971918eeb35770a69df432d7966d4835133995af2afa4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afc521892a43959aaf665aa70485f63286c995a7c010c8a0970a3f47d8965bd6
MD5 8a4a2426f37b4b56a78b44e7f789c2dd
BLAKE2b-256 850236bc1941479f2578f37f70577db8a4e042e6d3bb7556f1dafe1dddc0a43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65132e4f647691e2e0aedb6ec2961ec6fc42586b6d538a13a2330bbad6216129
MD5 c87a0f596f32b118310ca77569a6e83e
BLAKE2b-256 bba6ebfb8d120f6c51be12fbd9fc8638c1d205bcea50910919fc22560e4b60dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eacf9ee5c08d028d2a2cd7d8461f76077f9df450a5900e107c33b66dfcf28ba4
MD5 1d62b38878579f73ba856ef4cec7031e
BLAKE2b-256 fca4d8de31bf291af0df127a9dc260b0de9c95cdb72cf4f2f6295345b2d664d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19e0c37ce72aa68bcd5093072b4bf0ce68713616265a510225ee43ecadd95fc5
MD5 03fcbff2b9f306aa784742bcf45a69a7
BLAKE2b-256 e2a40a4c7cef876495fec01f70fe1646af24870dbf73267f07e1a247daf922ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 10efbacb3221431d95df08c3c3930a4f608475c83d7b0b6401d4d31901ba374a
MD5 8bd9a01e5f0374cd58804a6bd76ef7fb
BLAKE2b-256 3a367fc5db8d949e363f9fb9f3aae73292f45b28db8a50b40cce1ea6f2290a20

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