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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pigment64-0.6.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (573.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (530.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (424.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pigment64-0.6.2-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.2-cp314-cp314t-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pigment64-0.6.2-cp314-cp314t-musllinux_1_2_armv7l.whl (665.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pigment64-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl (569.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pigment64-0.6.2-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.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

pigment64-0.6.2-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.2-cp314-cp314-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-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.2-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.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pigment64-0.6.2-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.2-cp314-cp314-macosx_11_0_arm64.whl (345.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pigment64-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl (568.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (395.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pigment64-0.6.2-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.2-cp313-cp313-win_amd64.whl (237.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pigment64-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl (598.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pigment64-0.6.2-cp313-cp313-musllinux_1_2_i686.whl (633.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-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.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (345.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

pigment64-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl (598.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pigment64-0.6.2-cp312-cp312-musllinux_1_2_armv7l.whl (665.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-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.2-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.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (345.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pigment64-0.6.2-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.2-cp311-cp311-musllinux_1_2_i686.whl (636.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-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.2-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.2-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.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (424.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pigment64-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl (602.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pigment64-0.6.2-cp310-cp310-musllinux_1_2_i686.whl (636.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pigment64-0.6.2-cp310-cp310-musllinux_1_2_armv7l.whl (668.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pigment64-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (572.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pigment64-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.2-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.2-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.2-cp39-cp39-win_amd64.whl (240.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pigment64-0.6.2-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.2-cp39-cp39-musllinux_1_2_i686.whl (638.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pigment64-0.6.2-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.2-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.2-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.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pigment64-0.6.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for pigment64-0.6.2.tar.gz
Algorithm Hash digest
SHA256 d51563e7ed791c5864ff767538d90b1b1eb0b024b1596a0ce324fcb7c7a96cfc
MD5 4dad34f5ffb4fdbbc7907e4dff22711c
BLAKE2b-256 b7d5600b4877c2a11d542b7e93541bed98a71366331debaeabf4b5ca97a8ca9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5529e9dc2685106bd69cd977d493459cc116e01ebdf63b112fac58a669846de
MD5 2b20c4b91c71a61fb26488fad7be052b
BLAKE2b-256 b3a2ade6cb0a07aca6db95df3a6feda035c532031c54b6a6a117790de3a87e33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 207acb98d25ff564b83d06b4c6eaeafa39b59c875926fe1263bc3aa985c37d71
MD5 1a1bde6750c282f96d06f7323940abf1
BLAKE2b-256 d295a065b79aa7cbf18744cdf1882b88616955045f6fcda064234f81a50a3e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 edab6641e93b8befc73f36219ea270fb270fba0508cf737c9beefbf570174a50
MD5 384ba2d23792b8cf7156d5c6fa7b4f1d
BLAKE2b-256 b4c34ef037c76990adec8cad081feebb8c1543d86f10652a5604889ddb12370b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64d8e682d0546167a74525446dd8ba9f224cc4c669681acb8edde55261e68826
MD5 3f23fdbd05e03cf535ec86931ba1e40b
BLAKE2b-256 fbee48df95defd231e5e7e6cf8cbea95cd9cc52020cb8a6f3dc810652fa3ade9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae1ac4a1e31b4b6561c80dc43a550dfb78866f8e91d8ff877afe7407f49653de
MD5 72b2d98957abe8c3ae6c2e729fdd1882
BLAKE2b-256 daaa297c24b16558127c2f98c10bcdb597150750621a4f3d5b567febb3b1d58c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aff7d9340be797d7d38c0b553d633074c99d1b50d7f118cd5289cfeb2bd2c3c3
MD5 d8c04cd09cbb9ec3648481cc3856277f
BLAKE2b-256 631682a516fc1d112ceb76275c0249d31d2a363c5bfca0d6a6ad00d6fe84dede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 831eda35eee4b62a9d2e9e9d21adc9ac5cb0ccc3c65ac188d3957b2be92984ed
MD5 849c7736e968f5cf400d3fa2e882504e
BLAKE2b-256 7cac2a63a8b532da116035ea7df25578c73e098ab674d9b4d6c1c93893dd8bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d3f36455dddaf69741da508cb1884052b159b804d0dfe766ad5d47cfd696635
MD5 f45d46fb386548c9ed35301becf213de
BLAKE2b-256 208abdccb28b8ab52b1d41184ff5221f86873e74a94a90031dee260457983268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b570f649acba0d0fedabbb4919305b1561b79ddb5f6829cb283304dfe17681c
MD5 bdb3942bc4ef24c1edc02ac22cc33edc
BLAKE2b-256 2938c8cdf43cd545b0a9ad59365dcb41758e358596e4472f9d944b43f509b49d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 001ce6eaa685b2679bbc7b76799972c2dc49f1300146d2451cf131855b7fd178
MD5 7257906b0648d732fd45817fb038c72a
BLAKE2b-256 625fb288ca0142660dca9641ab489d89e25b585b2aad670db0185acd07c2258a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2f833c8d8bf511fda62905cb08b780c9495dba6bfa83a6d48e8aad51403d16c
MD5 f616d7ec01e57bba5319d08f64ab4608
BLAKE2b-256 8428d185e7163dc5cb489e13ef1993d5fac8e43a6954f5320a4356f4eafb16e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 597c3064ac7e89f25159422242b0958e9597c7d10ced4fbcb53422bd16453da2
MD5 0f969580a8d690a9f6641b00706f9d6b
BLAKE2b-256 890d86adc65e0034097728ecf18799c0b669e7e24a6493bdd7d66f8565fe1b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5121da1b3de45bbf86af8145a22d19e897eeff8ea6fd7dc432a5da87f089bd42
MD5 2e6afda062504a8b22fe18a1993e6298
BLAKE2b-256 4a976a9d01569ca97abccb1ab9cd7d286966f26ed8d2444a50b7020695fa1fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35d0eaac433f7f387c327a06f75e86842325957538f71c228f678d016aad8f1d
MD5 b773c7e3349a0fd5046d9451892a981a
BLAKE2b-256 f25430b688752cad4adb33d106d78d701de917aff1e23f62f7ff770077e8d34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 513b920a81628bb584976998fca1c5e8987b330f662bc5e66d54b79bd8770b6b
MD5 b6d1e5763b234e6de174c5732190bbfc
BLAKE2b-256 f8be9dba3dff33ef63eaa6322c1997154bcc4843067b57b772834db15b5095e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 77b19404c783b48cf02a530f0f7c2531be5913eff2c7a4902bc0e299483d8c7d
MD5 1e360c6c85fb380f1dcd2364b2baa13c
BLAKE2b-256 06dace686c8cbbc02d4d1d6585baab5e919d737e2485f71ed88b991923a9cce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 003d833d0d34331694c2564ee67d22aeaf597c9ed1e6cee33c4f94d8da5ca334
MD5 574bca8eed8a46fe69cca29ee06c323a
BLAKE2b-256 2be7f473c3797f13ad2c97b6ab36af67dc7d5c9478ad1911420989ff6c96eb5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cce509a239ec5292b8de1ba8984092c6f0fcf818ff7a2e99abc6ef2efcd96f4f
MD5 da081b37224d41bb90856b517dd5c6ad
BLAKE2b-256 a19c57aba366ccdc0c4e05a6797df51351936321e7b773940deccef9fe778663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d14a0ea121bdc804d49505a912b3c9a72f7e9e1e69c33881f2bdb0e6d4917680
MD5 d63f9d1109d8758d65901598242ec75e
BLAKE2b-256 22ee375b54bf8f4ad49d7d421d238df9f8cd76616e934dc1b0b146c7d8eab2cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pigment64-0.6.2-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.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 207360fe8737d9c9e89b2b3c0ee74c4b387d64b369a0806f4e187d91e79360b6
MD5 a4a3999a301d264cf50c58407fe77749
BLAKE2b-256 8b93c12a5211dacaa055ce2c0114882eb195681f240d5f18ccf65a3fcffe3f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6ad9213f3089a75671dea9ad77aa8d7aad256869e950fbb42b54432b5777323
MD5 5c2943d92cf208af9040a8fd47bc08b1
BLAKE2b-256 ae791c1829533a009243df14d22673ae1858bfbbbb4d09e8b65a93813816f033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ad0f21a4f1a825625e7b374418d456602520018d8ec6579f7e9026e7105b66b
MD5 fe6ef4ad4efde54a2dac2a7ff2047e5b
BLAKE2b-256 c337564e9677eaf6897dc83e1571150ec4afd3d65d2664c4b5fdd49a28506d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d3800717c47036453f95bdf5ee13f13631108235d66dfd3053f11ee5918f3e8
MD5 38caad01d0501c563934d83757bef291
BLAKE2b-256 9ef5092e5368b78c36ca7d6296c2216f581b4d4110e3b6e1d73cdd53a43aec78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2456c94ef356d7e62f2b65aa1186c4b3504d711afadf1c770fd06dae7cd0c23b
MD5 651b0927e30e635dee1f1077a5bdfa8f
BLAKE2b-256 ab8020c16ddecfc0a0d7da292bc3412a62112e48e2836b2addee91225e6b8f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ae65a10175b3bb5969cc49a27a004b23f13d7f521b948a92da84924e6f765c3
MD5 495d2f23ce623e1bde2ec65e55dd5813
BLAKE2b-256 b6ac0eeb6fe516582d351f9a682659dc72bdc5e7f58297a15627888fe2a11aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15cff4ba2939cc3e19ce33f850c17d38fe8bdf8fbe6015de5216afd749545fea
MD5 be05ff8e28d70003595adc6b119c3cce
BLAKE2b-256 8fb986f5e799574aec9839238bff7f1df5c6568b521c4bc05eaddbb26f752a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b38900e07b894bc55dc0529a049fdfd458d5b6a98d5fdc087ce2b6daddf2bf6
MD5 8881b105520a2313515fe9b7ae19d8fa
BLAKE2b-256 a21e8f5c9ee5c81f8f1d9a26b98761978b1d13b4175675fb3b9f6a9185cce4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5294a624b44afa3b333f7dcca3cfaa5d8c01d8618da8a1bc92b9816dc334e921
MD5 3fdc82215231b286f5c20d20ec406df5
BLAKE2b-256 11dac2cdaf1fc861d8c9b9db89e2c0e83ff8934088b567ab1833e31baaf5fec4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 144db9678703c5a242d5ef852514b937911ee05e2a13300de5884db5d37bddf3
MD5 73e8b86daad0f106c28bc3b5eaf4374c
BLAKE2b-256 00cfcc5b3905afb14979f76ecfd31492f86e8617409eddaf9830dc02cdad0c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 345add1c5b716cfbe68fbdf08e8769ffd38fb0a6e704a71cd55eec9a3c82c938
MD5 c17fdb3fb9404e2fefdcef0c11445a54
BLAKE2b-256 eb6493e1aeeb1083145f298057b71cc2f78e7d20c0cc10e925c12e326908986c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87d17f276527dd22ee3ebf8746a7102133344125e564729e16cb09fe1c8b5376
MD5 9f20f32339ae4375fce3f7ec0fe70ad7
BLAKE2b-256 eabffa36a16f8ec877a095b0a409c1721b8abdbb3624576c31105252b63d67ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6140edf7009b24a8b9175eb3ce29725071187a3fd0ce1ae017a29aa1d0a55397
MD5 ee4bd55eb21e886e45f4c37921046c48
BLAKE2b-256 14f4d5065d41455ba4f09f1a92f024928ae9024a840a2645b734ceac7f90418c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 626599c8bafd96296282c92b9de34fc3dac622a2a8a617764bfa7469a89eba55
MD5 5279425d64a167b1ba3874f1432cfaa4
BLAKE2b-256 def29aea486a9ecbcce3a30d51f978fe3f11bfadb013b8bf4410a1878efb0bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f52be8790c78b8ec0147fcee02fd9aa95dff9596da62f79e325ac6da0577b2b
MD5 2680fbca5484fb6097b4dfd2fe3da30a
BLAKE2b-256 8a699a2d57aca82047a4fd5927444f0f36cbfe844de8f979ec7ee68e4a077f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c91b7683e6fb3859b67048dab3521dc7885a18a7cca29b554d6abe5f5c44e102
MD5 69e19a3fc0ad0d927268f2a5aa395f88
BLAKE2b-256 4e846bf495a0407b81c0b908cb89f36b3c662bfab682d1ed4c6b901682ac6979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b43aa0d917dbc1165af59c2143e60722eb386f16cbbf31030fa7e84f12ad4dc
MD5 0a855bb90f3bf5b5623d24e806f48d23
BLAKE2b-256 d3908a12a37765ee678487a2221b94657398117a91fde1762d6ddd8ac2c0353b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 47a02afae6ec3ecb35e84ed1f482b2c394d6e117909179b207b4c74a7ef4b20e
MD5 658ac1be4f885f3b167bcc4945fc20ee
BLAKE2b-256 0afe3cf3b27fda98cc330933d812afbcfe17ddef80ffde98664c58081cce60f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4eac9ec40375f55ec0cc15d94582407110ea60aaeb64a067f3326b1aa619171
MD5 2636bc4c51dd3744f0bc407265989a22
BLAKE2b-256 85f898e2be289827a7aacff49f20c518ededda768f997f9e24fbe483f3a40cf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12e44b3fee69a5a13c1aafae4dca3bb3a3aeabe363500deafef422c059e22788
MD5 e97205ae05f1406a6ea742d4c434a686
BLAKE2b-256 82c9412587d277c9a0922d0f14187d0947900a86103ea18b4c233a70b0b938bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26e0b57de1175cfc366ac77e8b615a94ddc996c83b77bcd4e07da9b78ca196d7
MD5 39964348f7fd85de5a83189f0c7b3bbc
BLAKE2b-256 97f8f270c842c2d08a9f24b1d4971be7ea8d816d5284d39b7095553db7b12721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 554014ccb1c57545ae298c59b31da35f9242834c097285fa0308c9fca3692387
MD5 643bcf4f500d258ddfd0ee1ade3e0b16
BLAKE2b-256 6bbe9c1129d2c3819da936795bac35e02f6acff4e459829106965d5c000fd43c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74cf7cae2d5c782381498e5b7f9b88d2453c5ff5440dc6559d01b6c8337bb23e
MD5 e04a012e378a37e66608826a59b4e078
BLAKE2b-256 bdefadba11e50e21b0502e7d9fdb569b0a053bce97008a5e3c79ea8a6f33724a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 61e983452642551445ac7c7f2c89aaf3ced1f2f8e6497f1367048fb705f72850
MD5 5808ac03c35be2ef5ae075bb80389b9a
BLAKE2b-256 a99498f21a7c6cc2e82236dadf1106209a24c3e5b881065ba738bd19b0100412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a14ef02f2975566697175b96a96bad65fb577475af4516cc28a592c49b8bbb55
MD5 34ed93b7168c69989f5ebfdc21360f94
BLAKE2b-256 20ee0e0c939b0538a363766984d6bed565f151555a90869d626af0edba43dd47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 418cca07a258535ff2e45dece89c0f95bbf257fadb24a4e0f07262aeb8075cac
MD5 47dbf486df8f97d4b566c54865261c09
BLAKE2b-256 c5506e1d41b5a6769a82082f1fb8b5c80560312658c138ce77b4fc762a78f31e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54d129273f72aeeddaf6f9b66639914d5ff5c7d8b44e5009cd8696afabe011cb
MD5 2bb5789612735f6a583aa67c6de09d9d
BLAKE2b-256 3fbc7c453aa5c4ab90648745ceee3069d385651ff353c179fc6292610d3cc312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a98c95ffda67d85e47e0dcc297cc327344bef31875b665875d99bcafaddf2bd
MD5 b63592fe30144ddaad0a0e36055e6a55
BLAKE2b-256 7d9589ae6f8f56b893a760453d89743fe2c373610193c4a290ca8e1d2e2eff40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 069c32aea233edd782aaa9486ed306f9c3d6fbdd904be6c18a272cc55dc3b1e2
MD5 dd1d9f856c404a4663f7f3df19577bf7
BLAKE2b-256 370e0ad77392caca9f54d5e5e330420a9a5c1722a3085da988bf4e3ccd599889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1234d40957473e3344e6a3221291fad45f021c4e379189c413676506fdd69b70
MD5 b1b6b8bef6ea3f0dc456e2c2607cef2c
BLAKE2b-256 c93077be941ac41c57da7d85d736fdfbf63e3eaa386dc19b7356472450fe5d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e55e88f2c1b179c360b7b1b3c487c37e8f6060da03dad83f0eff5eae78c29ac4
MD5 c6e31e608e6b28e03b843d0e8b4098be
BLAKE2b-256 50f68aa29296e81654e9bdf294751492824d08b50be4d4a4c8c60f796a44a269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a00d9f4e0acaf5c61e64e1ecd7b767f14ebeb764afefedcac96211e09af3998c
MD5 0c5c7091733e5bee28e4c0f93788a385
BLAKE2b-256 c0a509973623f02b0ad818461dd5fda4531b5e1c65d1fea18ca780fe99221bab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c849e86937d7b7d3dd02dc89b2d311b27db9e53fd939df89710b8f6fa23fcb1
MD5 9dc074334f968b98f5e1bf40c4a51598
BLAKE2b-256 7bd37835d70cb4e3c5aaf4ccbacdb3d52594ad32aa69f3c183c51dab8c7b8b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f3bc32ab7ed888b24458f88b4f0afd7a1e2ed2cdb71b3d48b537edbd0223de0
MD5 9fc976e23c6d232db1a38864cecae443
BLAKE2b-256 9de70e1b73057939e4eecc95f9a246197f746a98414cbc042fb01f87f61fc2dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3ce9478d68e5523f29e657fd1d6f4f7f9949ff055fa8faa43dbc7fbbadf587dc
MD5 c7cea2a3a325c602a22dc7a37e318503
BLAKE2b-256 c5a2fb341bf2f1959b78d7e0770fd1ee22fb8d9741068c817e4b380aab49b6b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17b6176215eaf4eaf0fe9bd203846b6fd6c5a767f05827510eb4d7e4a185fb06
MD5 7c1528a12c30ba677feb25567ba189df
BLAKE2b-256 a5fe93ac16db900e24e37ffc95fc9a6a0f3b1a81bb0f4f7a44130c831517d0c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c70be9ed914e0a5e1cc33404ea3871e26454ee961fcf3fc01bfb14660f80dfa1
MD5 e70b5bae0cc5719da7a2ab3784c3fe66
BLAKE2b-256 8f112c05a159bf7704256d88e3444214143bea505c02e9c4ce15640d7ffa2da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 54aad06bb97fc506eab603ed9cb8c989966484d57daa37cc422ab2cc842c7817
MD5 e0fd8d01b43b0cd2c5bf71e951a0d25c
BLAKE2b-256 11ab8f63ecd7597e384045d5c0434e87c41ac4f201706c62137d419655ee1a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91dd45643027760ec8420212a46569c69e1db740fb388ffecff98163d7d8c679
MD5 739dfc83f7f5f4ce828d09a37ebd3c64
BLAKE2b-256 1dce13c013fc07f205c3f2cc9b218ecd1886681469acbeaf46d0540a1fe563b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22abc55c3f3fae01eeb858698f792aa5dfbbb71cb5e81dbd16396ac9ca12e473
MD5 5562e28478537bea34b818daeda2b6bc
BLAKE2b-256 7d75ddaa543736056600ad4db0fbff8f08e4f5cde879f92f1a5d37b95cb4a5a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 65306459972bea583b426d6f06a9c0773629dc6b51a5c640b17eaa876ed8fbd6
MD5 da8798941b38ef18902220d57b54d49b
BLAKE2b-256 ade27e9617837c23a4619776dc0db5f3c4f6d0d1a62281701e46a43206885b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ab9c79a12839945786eec848d8ed0045f3d44a9e18cf7bda802e98f2c6905a1
MD5 659f38a9e6611201c7ecfce8a9ef4c3d
BLAKE2b-256 72d3bc9d6290c29b43be235929447732e7b918485213530110d8d2febfc73c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1eedd495fcce671d6236b551e4d6bf230118eeafa77757467c97abeab26739d9
MD5 d06ba7a2c816a9b398b87976fa3916af
BLAKE2b-256 695afa4d5cc4fb22d7724cd0b898072df330bcb90899717f8431fd9e17c92abc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36f9dc5441a5b4d8ed484c9832b31c3df61702bbdd8648f7ed21c78456909f58
MD5 de1aa500427e73eb4350fb60b76e31b1
BLAKE2b-256 a02efc7cdfc91b68e4c54b2976c1d87d16ec02c0114f8542dc07acbade995a0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a3ecf0b69ad018f58c35de872fc41d4ccf9277bdec222401d6d2ae78c3b7731
MD5 5e3e663f27130f2e80c0821d43c06834
BLAKE2b-256 4b31cf63f91b65e753230ddae1589222b26a247b9e80488014261806af04aeb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 770e8ef3e7e8b6a7ab255e7c779f4ee48ea94cb757e22eb45a6cf7c3295fb1f8
MD5 432df5deb672e6f0feb1b3407340de87
BLAKE2b-256 f6822a31c1d943f811625713d73a811efd2bf4a29c3de703b8847c11b9dd5e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81723e2151c305f76ee2fa75580c5cfd96823c4316d96d42089f39f7752ae3bc
MD5 30203373b5f147e41b81c59a090f6291
BLAKE2b-256 88ac45b5be8dc4683074b720989da768db5291330aa5274fac29b69fe41cef73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 85bf7a342709fe713e6694efe682fff9c4bc96986e548af4e59c166700d454e6
MD5 4f580509dbf3f1f4b0a5c9c43bc7b486
BLAKE2b-256 1498f647ef76ed4aa1afa848b66f397c59a23bc912aaa92b4db673c313c984e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf670256936f578d75c02e38c28d0577d37a860d438ad75970f4c0338a75913a
MD5 efb61f19079595f46115433e58df3121
BLAKE2b-256 bf8df8167dc44b7206975b06f3e77352441e98827bcf9d3cd6a43bff3369851e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96033d476616eaff28b001131242e46d37ac2e1b234d9e0b30b6fafb5e0c0c93
MD5 c2a314d79e1b33cc6b777fd4a70c8437
BLAKE2b-256 b1cafc5445feece7049f433821919dfc3e74945b8c4db17d518fa62139134abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cf587f2fba1c58b02594c9439228a91411450a1e18e2c1e2cf2866b652d16f4a
MD5 0fb6c78f6c17f9bcb750ded318fd5e08
BLAKE2b-256 b09fc8d0e8d785588c7b97fcfd220f161a780e391fc12461a932cb4874d86219

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 205e33d23c743b31e8a240691f636c9de2fefadcd95bb201fc1f8156437a17ff
MD5 0c996657c8eb3d074582f82c16833ded
BLAKE2b-256 a94628a53682760e661e749f8594185cc67fe6c1364c14c97567a99d889b00e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34e8b508c861c9c4c1de4de09f0b302b226b69864ec67350b4cda16b767e96e8
MD5 7bbd497e9c3dfb196b3cf7fa4abfcb14
BLAKE2b-256 8dfedd481f196ee8c3d27b8f44afdf82095a3da1adaa4168b1ae659705b2e416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 85b09838b370a3943d3efa91649950efc861f5b77abcb8ae47db0289dc6a946e
MD5 4041b410697058ed36a478d709527ca7
BLAKE2b-256 75e6e9d0af06c85c875f4787c928d051f91fa502d93a69a373d8d31d6eaef090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3b5dacb1a4371d54ccf76de0677f9f8c21e1dbf399d1a2cf966a7ba25ec3f09
MD5 1a687df2661480fa630f09e1cc8f0fac
BLAKE2b-256 b44c53855e3dfde298610ef7213da0fe91fd943ac56452a62fd4f04422dcbe09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0792c51ca84890350220c11978ec410dfa0f2c36b63b4ea07a645867d4016db4
MD5 c6bf6a44b0889f8ea508c1573a1cb43b
BLAKE2b-256 0451d8732bef494a6b13a59ff41ad1979ba0622825e13545c3a6de9043f27688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 461b15f0b6ad2e9f91ddf9c4d8e65f98e3a9d604c28077c0103851cb7099c5e8
MD5 aa78e80b9a5ce8afc6af156496bad0b9
BLAKE2b-256 f7d0d2b8811dc36f44c93ddde457b9b59b0e48e3a7b113a2fa9a365b9fb5e00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 038433ef2d3dda31b46b3b366615d8c60e71acfe6bd5282268fca2db762eb4e0
MD5 ff02d0f9bb25efb73eab1b6874c3f4be
BLAKE2b-256 90a4165e02fc95462108b057e33f74770aa65880e76813d6c8993acf119b883a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41a69b3fe4b1e45d081779f25347e066e5641c234153f98b0fabf9d32fdd2987
MD5 9cff582d1a9c9f152d76970b721bd062
BLAKE2b-256 84ce5bc51c29e5dbb7297ad17614425f81b6904323e36e2cc9c3bfadd2696d32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e23c1d59e9415f5716f56e19a6e7329e1e4ae0d350f5d08adc120d4b1af704b2
MD5 c69e35f3d67d7f0c78c48edef2574d27
BLAKE2b-256 54fc849f75f16e27741d738dbce492b34e3084d9917b7ed67e761b31e1ee1e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e6831b0d5cdbcaa38e4235113b82698dcf2f060cb350a4d6ef92aeb9063cf27d
MD5 d782698a4bc33e94d99f060cffad6c19
BLAKE2b-256 04f5c8d8dc81a4c5981946557a57af7626a01a92e4fd88b0f0895cca530ddd9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7d04720c2fc7eb3f4a12d4e308d494aff3324be542edb2775f4f7712af54d96
MD5 7ae49f4de9b356c5e3f95bc5bc9fcdcf
BLAKE2b-256 0ee4e13931461f898b4136754f1b3f30a01d21faa57e6fa4513e42b97bd3c19d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d666ee5f5fd7e0cde9aa3a61adf3aee3768645ffc9931ee416c01ddbce2a6b9
MD5 a877828183d15b5fe4463430e562b047
BLAKE2b-256 4e04e65b76c6e0534cfc0e6645b54b605c8002da358bdf7acd19c4d31f6a5b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4b88c93f18b3a58afe9666baf5dddf11f5a72c36d5bf556aff1b8efd06fa4a54
MD5 aa5fa9d7a92e8f2f7364623aab637212
BLAKE2b-256 a80cac8f161c305a2ab58c82908f0106e2ad812053e8a4c2c74dd310790ad50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5b2b5a9372ed3bc455799937429e61a015c5a317bfdad8630b6d48a326d3aab
MD5 cc2841e1753476292aaa9ca894558dec
BLAKE2b-256 080cec4d814d5ba2890d042d1c35784188301b911d8bb32cfbc8f908a69f63ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf2f6430b8e288b4abb82f5129554f70cf076e30d84b7942309f933cd399276e
MD5 dff0733116105fae6e9493fe3ec33d67
BLAKE2b-256 c8ad672c22f1bfe84adfb20d00994239f627b0a81d66834742c9b71d4be021a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38fbaa8d1140197b195c7084f3bd7c6d4b64932e18b1bf2b4c8a94232ba05221
MD5 3e772db52febec5a63c57cad47b6c34f
BLAKE2b-256 4f0c72af1b381861ee0fdb10859efd9fd67331faf36fd6c99f50b68191e48b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 964b79c25711167b4f6db7b8aeb9e62e881faac6312b1315d3311d472ce40c07
MD5 584e0774bd5ab0ad5972dbe0c7bcf114
BLAKE2b-256 46de81d2ee962f9af4facac76e7142055191a875d1c3735aabb931e53b3fd4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd57b873056c1eb21cebfd452a88d18d158ad7585cd27850262cdbcfd34f7faa
MD5 28f39be2973c9f286b8d6ad11e834f89
BLAKE2b-256 391e9363bdbe5d95e98e923e6c760f3324bf73db71c5a80583e1ae8cd0a8f3de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf3de69ee2f14c8cb877b1dd0fdcdaf6a4a37d61500895e834000b7d7885ae57
MD5 29953f5b9f933c34d9bb9216b59ab722
BLAKE2b-256 06792e49444bbf526fa2542f84efe127349ffa59c26adca102379fb899c2b0ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d6b4e6c172425783d36ad7e9e71db0cd887c651cba6b585f84ac1e8ca481e763
MD5 ba37dee9b729fedcaa81824040190195
BLAKE2b-256 abbc9b2eaa2ae1141beaca86abc7d96cea64f174bdc7441eac334829c69478e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pigment64-0.6.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ce4c09ec4e9bbab0fbd996d2e156291a1fb7f37aa9cb939aab8a469d8f9dc7e
MD5 f0e3f08859831ee402c7903a7d0de359
BLAKE2b-256 5689bb35c4f772bd73c0d131e8928be8ea64b2a0e89318010d80095a5203797a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e075e8a3d5710d5c8d9495f3b27d33840ee0e5de9d2e85b8184f50df45454e42
MD5 457f31589d7f30e63dc58a56aef872c2
BLAKE2b-256 af85efff0397fad8e9a68f2cc28a262e8d5f929c860a7d63eece0b9b440f6964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 00028b34efd2d0659fe8b7b23cb10ebdece58cd00dcbdaa41dac541c633223d8
MD5 b72c799db01264ffcc5c96aa5432126a
BLAKE2b-256 7fec9224e0513bc7751d0cac239bf9ab538ec892c620577bb1c8fb1d2bdfe65e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 222c8bd0e6323f871d8c4e291aba5785682b7c779b765413f6174ea685cda4a8
MD5 6f7d8a38865cd84412806a0d5929607b
BLAKE2b-256 c116b44415bc839be27d4ab031e1ffef24e3fab4f9e919b567e6a913f7031a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd89c0c8c01e29a9f99bbc86e3505e7bd2121ffba5cf41e7670538bdd753fe70
MD5 3247bd172556947e266f657c976d9cc0
BLAKE2b-256 22ea1d4236cb060df1ad29d955a5da9d0db5cad9f2d376c9ae47eb037dc04f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 977f455eade92b24ef05cb632bac831367dddb24bf827c66fe627fb517a8511e
MD5 0d03123c2a0d5cc52684d303f4893ed1
BLAKE2b-256 aa115e28d07adc7dac577f57d61cb9999a215ae1c51c6a9b9bcd89b503798209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f0148c32510f45fda6df7d93009c6df80e3d8aad2164f3e2fec246508df6e3a7
MD5 6a87cb16698707b6a92f8e16b9dde4ac
BLAKE2b-256 1024b53642e1cc805925c5b436b53a564151cbb09bb493ad98493119911fa062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82f5b2fc2d72e5e1253eb08f7222b7ef44cac7b19e1acff935fdbf8e3e568a4d
MD5 e6dcb6cf7213c2e4323236048b983294
BLAKE2b-256 09c16c108dc7458c69715ee54686d9c716787c274e9edff234f91bcec9cb627c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a11288e31dcbedc8a2a84d69116e0af6d98a3b808f10861af2a87fcb2b1ba3a
MD5 e0985fddd8d9231b042baec068e78c3e
BLAKE2b-256 58c5627fdd56d25f6ba11c00a8b090f732ce940ea00cab4fc23f49c737fbc524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8462916d6ca1cabcdfe89f02faac6599cf75e9f07d9ff6e39f691dedda38b124
MD5 b8279dc99baa32132f66bb7ced30370d
BLAKE2b-256 cfc53222576231675c5aa303fde56ea4d4bb5a7e420ae526501329815f8a281c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pigment64-0.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76bfc83ea5e345a6dce0c246733e71af183f0cff68a601e80d18bc312864cec1
MD5 2b0eac889cddfab6b6f57bc5c77f3178
BLAKE2b-256 4f40b8eae5af9d956353437cf59fc9daebb2cc4dfab7992bf1877b1cb194b4ce

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