Skip to main content

Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression

Project description

Github Discord PYPI Version Build Status License

PyGuetzli is a Python binding for Google’s Guetzli library.

Description of Guetzli from official’s repo:

Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer.

Documentation

More topics at https://wanadev.github.io/pyguetzli/

Usage Example

import pyguetzli

input_jpeg = open("./test/image.jpg", "rb").read()
optimized_jpeg = pyguetzli.process_jpeg_bytes(input_jpeg)

output = open("./optimized.jpg", "wb")
output.write(optimized_jpeg)

Changelog

  • [NEXT] (changes on master but not released yet):

    • Nothing yet ;)

  • v1.0.16:

    • misc: Added Python 3.13 support (@flozz)

    • misc!: Removed Python 3.8 support (@flozz)

  • v1.0.15:

    • misc: Added Python 3.12 support (@flozz)

    • misc!: Removed Python 3.7 support (@flozz)

  • v1.0.14:

    • Guetzli: Apply a better patch to fix the crash caused by a bad access to a vector revealed when compiled with “-D_GLIBCXX_ASSERTIONS” (David Odin)

  • v1.0.13:

    • Added Python 3.11 support

  • v1.0.12:

    • Guetzli: Fixed a crash caused by a bad access to a vector revealed when compiled with “-D_GLIBCXX_ASSERTIONS” (David Odin)

  • v1.0.11:

    • arm64 and universal2 wheels for macOS

    • x86 and x68_64 wheels for musl-based Linux distro (Alpine,…)

    • win32 wheels for Windows (x86_64 were already available)

  • v1.0.10: Python 3.10 support and wheels

  • v1.0.9: Provides prebuilt wheel packages

  • v1.0.8: Updates Guetzli and python dependencies

  • v1.0.7: Fixes unicode issue when installing pyguetzli (#4)

  • v1.0.6: Fixes a typo in compilator options on unix

  • v1.0.5: Adds optimization flags when compiling Guetzli

  • v1.0.4: MS Windows support

  • v1.0.3: Updates Guetzli library

  • v1.0.2: PIL Images: fixes crash with non RGB/RGBA images (grayscale, indexed,…)

  • v1.0.1: Adds --std=c++11 flag when building Guetzli

  • v1.0.0:

    • New and simpler API

    • Built-in function to deal with PIL / Pillow Images

    • Documentation (Sphinx)

    • Guetzli update

  • v0.9.0: Initial release

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

pyguetzli-1.0.16.tar.gz (112.7 kB view details)

Uploaded Source

Built Distributions

pyguetzli-1.0.16-pp310-pypy310_pp73-win_amd64.whl (128.6 kB view details)

Uploaded PyPy Windows x86-64

pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (167.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (181.3 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyguetzli-1.0.16-pp39-pypy39_pp73-win_amd64.whl (128.6 kB view details)

Uploaded PyPy Windows x86-64

pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (167.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (181.3 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyguetzli-1.0.16-pp38-pypy38_pp73-win_amd64.whl (128.6 kB view details)

Uploaded PyPy Windows x86-64

pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (167.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (182.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyguetzli-1.0.16-pp37-pypy37_pp73-win_amd64.whl (128.6 kB view details)

Uploaded PyPy Windows x86-64

pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (164.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (168.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (182.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyguetzli-1.0.16-cp313-cp313-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyguetzli-1.0.16-cp313-cp313-win32.whl (104.3 kB view details)

Uploaded CPython 3.13 Windows x86

pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp313-cp313-macosx_11_0_arm64.whl (170.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp313-cp313-macosx_10_13_x86_64.whl (188.7 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyguetzli-1.0.16-cp313-cp313-macosx_10_13_universal2.whl (349.2 kB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp312-cp312-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyguetzli-1.0.16-cp312-cp312-win32.whl (104.3 kB view details)

Uploaded CPython 3.12 Windows x86

pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp312-cp312-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp312-cp312-macosx_10_13_x86_64.whl (188.7 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyguetzli-1.0.16-cp312-cp312-macosx_10_13_universal2.whl (349.2 kB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp311-cp311-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyguetzli-1.0.16-cp311-cp311-win32.whl (104.2 kB view details)

Uploaded CPython 3.11 Windows x86

pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp311-cp311-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp311-cp311-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyguetzli-1.0.16-cp311-cp311-macosx_10_9_universal2.whl (351.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp310-cp310-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyguetzli-1.0.16-cp310-cp310-win32.whl (104.2 kB view details)

Uploaded CPython 3.10 Windows x86

pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp310-cp310-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp310-cp310-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyguetzli-1.0.16-cp310-cp310-macosx_10_9_universal2.whl (351.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp39-cp39-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyguetzli-1.0.16-cp39-cp39-win32.whl (104.2 kB view details)

Uploaded CPython 3.9 Windows x86

pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp39-cp39-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp39-cp39-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyguetzli-1.0.16-cp39-cp39-macosx_10_9_universal2.whl (351.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp38-cp38-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyguetzli-1.0.16-cp38-cp38-win32.whl (104.2 kB view details)

Uploaded CPython 3.8 Windows x86

pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp38-cp38-macosx_11_0_arm64.whl (170.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyguetzli-1.0.16-cp38-cp38-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyguetzli-1.0.16-cp38-cp38-macosx_10_9_universal2.whl (351.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

pyguetzli-1.0.16-cp37-cp37m-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyguetzli-1.0.16-cp37-cp37m-win32.whl (104.2 kB view details)

Uploaded CPython 3.7m Windows x86

pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp37-cp37m-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyguetzli-1.0.16-cp36-cp36m-win_amd64.whl (130.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyguetzli-1.0.16-cp36-cp36m-win32.whl (104.3 kB view details)

Uploaded CPython 3.6m Windows x86

pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyguetzli-1.0.16-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.16-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyguetzli-1.0.16-cp36-cp36m-macosx_10_9_x86_64.whl (190.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyguetzli-1.0.16.tar.gz.

File metadata

  • Download URL: pyguetzli-1.0.16.tar.gz
  • Upload date:
  • Size: 112.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16.tar.gz
Algorithm Hash digest
SHA256 d2a324660e8dc8d222105d100c225379c96e36211610537bcf941addb0df1ad4
MD5 ac5eb2a07e12c6e21abf4b4650e86551
BLAKE2b-256 fd496e7d1b3987664b1617c79c1580e99a775a90af18ab3c1a183d809c6562c5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 100d858df0b7f47ef3c30875b92d0c25e91b065c2ff8ed44f6aea75c2abfbeb4
MD5 dbf0b37b8c8b9b3e1d9bcbe3488cfef5
BLAKE2b-256 e3682a3e1597ca32788c704ff9bc0dba64f70d68f23de6329b077a3216bb9a70

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb52206817241e524c2315a2b63b80adc3a1a04111ff9418036e49bab0ba5376
MD5 a72192f6713074405a8fcaa53bcc2302
BLAKE2b-256 b0cef705ed62bb1a53248821a6d4a8d7e9550c9f47db0171f88dc69916a568c6

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8102bb8ce611312e73625b80199d7bf4ec12197dda76a996efa4e7c86e518ad5
MD5 92a727e15ff78ca4228520394f3b6d9c
BLAKE2b-256 0545359d033036da042d59190f6d0a3cf1ebc5f2a2835ef548dbbb3a756b4d4a

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f53417289e594a6a9287d034c31677b0ffc1e3349e53105af66d2c09da005286
MD5 71fc3a93de2c1c39651accd92283eb86
BLAKE2b-256 5bac9d3cdf9f605c49127340e6705ffced13f96d0cdde27b0d3b1d47d5b3be0b

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4f05756f7a1cc629ac5d243f713b4ba88d40357b797e0d1f7e270c226539cc96
MD5 68620cdd041f9c3408df5995d5323159
BLAKE2b-256 6aaf5d7ed463c30277dbb1efc66d7bf8b650a6ef78a0a618e3c8891965ffac26

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 284c5aa9fad2b0294e4c2ac13daef84cdb8b37447e176bffba7309b14f5a82b4
MD5 103632272f7454a284ec4fdf06b2576c
BLAKE2b-256 db8472a3ec42db127ad11c052e93b72741f7a52d28342f7e0678b9abbacfa646

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76b52a422acc1051bc3cb3c2a4448a85dbbdc8a396600cffde334d694d682395
MD5 2c24294a7158e3d4b76fe272d80c1de7
BLAKE2b-256 292b0d16a880905255a306ab42914f0b04d1ece2581399e1a0014472d0fde364

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e5ed89423cccf4675d70338a31e36d97dfafb0d293dbc350d1f1812d9efd95c5
MD5 77b195ed4f2b193602d80f566221d1fd
BLAKE2b-256 846af90b95821b96cec5085b287532d499ca197cb0f695c267e7eb80f1289801

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 72c9b1e7857801d48f2f03be1e4d8be935b1863c5cff2e07a2ea6439202684e8
MD5 bef2fda64e17add86f3b58530fa8e40f
BLAKE2b-256 9efcdd330d263a3df31d19a80ef77eef042ddfba024440fe3bd1e1bd4ad4d200

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d8f24f4df1c2a6a0998044edc30923e67d8b783c7e5951cd754d65d5434c4a
MD5 898781d610f2ef0a43cff5c08f18aa9a
BLAKE2b-256 3b581af537daf52d2db7134c30f3ebd1c0c75c25d7754137b009a485631fb708

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf72378e8c06499d19da6b6c6c664906ebe533cc258226f56ab5d6d1b881ada3
MD5 1a142553fad3e259b504e12de5c7df6e
BLAKE2b-256 af7a9fc2b08d61b7337d0de08eb559de82dc5dbd692986ba44b16777ed3f7b40

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab8f7d1e5826a70ccfeecbea48180e0860f3583472d763f144f3016a3c86d9a5
MD5 6dc340c33921b5d9c1022d16c0ef70ad
BLAKE2b-256 677c893d5353f810fbbc9f04f1eded997e7e65931958f7df911e158ae10ebfce

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b46c142fddd398aa11f7871390a7e1184f77af920c496ee5a2e9001bf1c4a702
MD5 c04aac83239131f0cd84b132f4c55636
BLAKE2b-256 6431023503a111bd8156288d20af88b51c5f6a6b14a1915dbac312517313ab1b

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 205e22fef2958f23939be901a4fd0013b8e4dbb6d33cd623a5718f296eeaa65b
MD5 6cdeb074e7c6424429b103b7a8e11b83
BLAKE2b-256 aa053a8ffb747b0ade3c7da00c9b0db41214845eebf9607cebb3797baff47ec6

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32b776a7e901bd0d6f3812a9867c86f14ead33dbf1a36ea88174bebdffa100f1
MD5 ef5afcddcdc773425757afa471128d27
BLAKE2b-256 a53c04cc7477480aab84d6a17637b360ef0e0f71e4c97da46ce30c2ddf24d6c5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 923a09a4bf0ef1537891a8fb7a4b0355d438fc038e9910074dec0343458788c4
MD5 cc3bc5bdd929e25d245dc40b715fec48
BLAKE2b-256 095c610b4ce606855f218203b5f2d08488191377bf988ef24ee2908468ebf178

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6cb0478df6454bb3a07768a45ce0d7679e5a069bf30bec4b5d3122869ccd6a3f
MD5 6933f70934d48bce307b61edbbc916c2
BLAKE2b-256 3b62e675cb07848ef22e00e407594ad601170be4b8ec988dd4eb45ddea5bebda

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp313-cp313-win32.whl
  • Upload date:
  • Size: 104.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d74703b32037261555ba189c89f4759d63198183c086c9097eba2f4e23ef7477
MD5 3d35ac659bbc159cfa60b8cb4bad379b
BLAKE2b-256 41e42a79099727b4baf8e3a4ae327dc43567ab28dce76220030d11cbb8d86cee

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4b1466a5c21269e17f879f31c6be72a72a92336940cc1b9cee78fbe36108d2c
MD5 0d043d408d87fcc5087957a17d77437b
BLAKE2b-256 67c27c60226d915c6945cdd9df7e88f1c870784da16b47d2d8e4ec99725e7c25

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d71d1b060bb1798a2e1480e9e86e0e06f12b069b8a5e812c79783b5a75d48a2
MD5 8bdf0558f89c9122ec7a3d8a770359f6
BLAKE2b-256 f09a27a6a849e61ea5414f0ea6d910eb6c45f6b679a92f2195a37646ae317b7a

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f54b299fa1b669f99e4a24ad88eda4ac63dc5413ba7dad886a16119497a1b437
MD5 2e858b79e35a8569adf85fae5291e01a
BLAKE2b-256 f0af3c38da74e58461eafee296fc7aa7bce5e8c47a138ec990355eb628828e8c

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab3cf8449e27e8540fc57fb1a6daa2d914f78698b0bdcf285a48a683ff95e3b1
MD5 230de5935e75c60987c9e29c83ae7d9f
BLAKE2b-256 ef48f6b36bd5d13aac1b3dbe4e76a21e604633e15d1b1d6702900a67ee5feabb

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3059c5a618e0d27cdfa7b635ce2fe99676221b17d794bd5d87e087004340870e
MD5 a8ccdbeb94a4d118f7ccd6edf6c38a6a
BLAKE2b-256 13b12b324022cd1a750690c7ba7988684b92e427f65b28b3915ed6e4f6c6892d

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2b79512abd10eb14dc54eb74bf99cf66a88a910f6d0ba0ab455b5b64442954e6
MD5 2d562357275b95e661da440f399efaf9
BLAKE2b-256 f36e6823742bc8d3cba2a41319ccd233f087ecfa2004a3dff7faa53da788a866

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 fa82bc51c808cf84a77f32785dc45d7d70f13bc7cd5536b8d5c42d996b0abad7
MD5 787e8b83b329a2f8ec6561eefa88e8f2
BLAKE2b-256 92442664555e03056d794beb9e005464ec283ea83ae210b78357174647c471c2

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5bfe511deb04414bf9f5ef5b6f84c8adcc8bb34aa517ef75f171660843682bfb
MD5 90d46eb3a055d4aba1a7f5ca676e1246
BLAKE2b-256 9b927f97580f7076547b28b864908043e1c68a2be4bf2d6e0042e5643a497d41

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp312-cp312-win32.whl
  • Upload date:
  • Size: 104.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0fbe842cd6c2f08b00fdf35746167d9fcb56442d2ce15599788aa54b7ee9ccc1
MD5 dced4c2b0505b7950712a850cb1ffd45
BLAKE2b-256 e42727c44047103c369b72dbc159fa6d547e1dba68d9226308c3175c995457ef

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f7fda3344933e532627258b8bccff39326927df2071133ab885b1676dac5e1a
MD5 20245476cbd6cf9df69384e1ccd1b4c2
BLAKE2b-256 81710fc860e22b455ea20e9feb9e375ba46a647b8c946e9120e4fde0782268db

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1277ead61e32ff807dd4167647ab93f840d9b5c7e3a84b608e6d84dabb97f6bb
MD5 5b56c2d22c25a16f8cfb23e668d6ecfe
BLAKE2b-256 14377b79cd70c7fec3f43189c79fe4583d6e12b63fb3753feeb9bfbc146ff82e

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dabb808fbe5bcdda4818e8b9cf6db6c026b2fe444d2fe82aa963bc4562fb3d4
MD5 e2985156bdeaa0a92fa366b5d3593fec
BLAKE2b-256 e2f380b7d870cbaf69854849775b90ccbd08006e0470d4eed3bb0b1f4c3a54e5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ce8f79313f8f3c7921ad0efbc5e2ac7dbd3149d682dec1e121c282d41cf1196
MD5 939b9a22cec5c337e4bcda4894e3bcd3
BLAKE2b-256 5810f5eaddbdc8421b1a7e676a6b4a1282efc71ed6c2f36672a57ad6a0452d35

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9dc3dfff105492de0f98a9b01af01c3ccf11d6b3ac0265e3a89233c51217c5b0
MD5 23f5b4f17f78f263e03d2b6d5bbffdca
BLAKE2b-256 e68d510086131e41baf66e5cb87e7a124cfc62d093a359b8b2bfee4dcdcd9f15

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1f915ce0957f2693b75fcb659ca74b8de56ebcf86b358f1f2f907a4f3365b5ba
MD5 382850dae3fd5378530acc33191bc0dc
BLAKE2b-256 30a20410b4b0ebbe3257ca1c3e50ad06b35f8b1a6d572e9aebb7ebff3f535924

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1590c01e07bffb2daabefaadacdc9b4699baca87ce0906fc64331bca4c7119f1
MD5 a33bf00915f21b82aced28fca5637f9e
BLAKE2b-256 4560dfe1f81425f6cc516935be70bff1fab7fac18ab03272890c5db598605f3f

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e835fb82c63c9bd8afb1155e2a29d727ade9faa7b347dce95e5afd80680e2d4c
MD5 02426a8c7ea323d4f91da6e95a9ba96d
BLAKE2b-256 408f217c0e31d8f701a3059a2c94ada37ba8da3a2ad6e0b7957af16c34b73179

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp311-cp311-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b403c3d2fee954d1c1ca05d29be03f8e96695c14c5c3bd9987b66986913ccb78
MD5 a700c9c323d7df8c3f3486e14e07d622
BLAKE2b-256 88caed5881089c97fa8bc7adb1c642c8404fd1dd545f16ec0429b7ff8ec0a78e

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 273bb602d7a0977817fb5f0db899671b8c3da8d99d57a7f46770562a5448a035
MD5 346d70d6f3c903b9da478221385ae3f4
BLAKE2b-256 e480054878e55030cad00ea797fab115c03c9e413a1cfaccbead37e8dafaf3ca

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b00534898050776d1fc38bffe2839a97d682136ece451f257fcf52ac21722e7b
MD5 cdb11f673712e3c695ad362a1884eb00
BLAKE2b-256 5dea245c974df34e41b1f06b23aa0711391db8daca47d5283eee7bbbe3a95c0a

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e9d44a6d1ee3e79fd502e67858e24c7ae0f66ab64cb07216270cae099cc8fa5
MD5 83981a9aa07261dbdc1921340ccbdbb7
BLAKE2b-256 0107918933f68f418d86ff969aa988b3f9361a1354ebad003e0b366b719bcfbd

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4a2decd49e4ef5e6e4abaf9b3b9500cdd64bc71fdde4bb9f4d49461c6c0738a
MD5 090c7e97581c76ef0f1624e6c0700ac8
BLAKE2b-256 b5f4db8bf3a416ea4b9061118298577e81ec7a477549d47c29ac795579bd360a

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15ac358904c21f3fde6050127fb0fe9419fc83b86d65bb6280302fb6c7e8fab2
MD5 b217ef855bb64279beb9adf0303bf6f5
BLAKE2b-256 d719b774ddcfc5b76ace1f3b91a75d20e9ce0c2e7481006ae944990774a1946a

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a416cd63999b6c569557306c186a5af1656f01cc1e91c0e2ebb7a858a0802d8a
MD5 f50944bae7663a09d16e43d2c9863f92
BLAKE2b-256 aaf7e892a24c412ac83ca0426ee5680de32c60f56c02a08a7040ba61b320fb32

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 035c29224b35dec40604cf579facb72d3723d62eabd0740dbb3f56faf20756a6
MD5 f1a7bba2560eefec757eab2b5770c67c
BLAKE2b-256 ee9b716c8d227eaa92af84ccc401ef81a529c3a15abb3a076075ae52bb40750e

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99ade40868a80d4fdeec1cfe03c4f1cbababfb41644ee5a62bc55e8039a1c4b0
MD5 51521a00ce300246c93d13efac8a54e7
BLAKE2b-256 fe797d0f269f7e67a11065bd090a3b816bd24bc838ff2a857bb5bb1760e7e6ee

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp310-cp310-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 faac5c5d43e7f96575831a2b071cf6ba819d1428d5968b8746535dd5900ae525
MD5 5b3f05bbfce2b5d13f813a83187c0d20
BLAKE2b-256 9bd07d16ebf89e9f1ae448c9faa8b85636f4ae0b250789e5e28274709ced0133

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b132322c10656583d80028b195f28eb19aefc56f4d1245c2da3cd29fa5c573de
MD5 e5ed2608acebbdb11478920d8b103471
BLAKE2b-256 b6e421a3dfb1e99f6214716c27b3abf32ceea4005958ed35d5520e3a27d95934

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e95d0257ca4597914acf9a3109b926462dedf3cbed1969e9934c61a38c44e378
MD5 d28b9d7f4107cd01898c117f0229b230
BLAKE2b-256 bc359851a396bfcfc3e698da34a97ea0835ca12f82cf91202f269760eae4add1

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e51eda70ae75506faa8dfbba0e1dfc21bf6d686bb264fac45b1d637fd41831a
MD5 578e8dd519b4e89c0f2deefe22551293
BLAKE2b-256 f3dedcfbe4987f97171350b285c0fc90ceb679f077ce779021f45dae7b077caa

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adac36710f0e7a7a5670be5d602201a97f5534524d0d4d7ae1f601e5d35f128b
MD5 93b13b1c0f772694ca64a581329e9347
BLAKE2b-256 4c0335b6851df39ee6280292af2fbc4f2438fa136f7f916c38e662c4653b8930

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbe217bbf96ea5715aa21ce586fca9250fdc6f87a002761a61a99df36cbaeaec
MD5 86398d67e97637fe3c7285a271d87064
BLAKE2b-256 23f62bdd2b7b0b757add5ddcecca0bc5baab07a2112be77402a6a491e6eb5dcf

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7e20c508a2e512364ee9d2375342e7ca307e1bea48989149cafadbdf883c90a
MD5 e16264402ce33ef909c21f5e77224d69
BLAKE2b-256 04278d2f7717017035b34be55f5e97e3840e14509f725c57e2137bffcae7f0fb

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a88b95d4eb4f7addf524bab98d922d3c65c5ba6a1a515bc8ac3afeda6c699186
MD5 49b645e707166beab08c03a17a07cde4
BLAKE2b-256 a6cacfb05f9a8696ff0ed3cc8745c71a4733aeb2f04259eb01540588dcd5ebfd

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 130.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d3d1e2281133532d6c1fec75cb4af9120286cedf5164661ad345aaf8e1764fbd
MD5 718c1af41122473b0f3a07132786abf8
BLAKE2b-256 d9c6b61eec78779ec4e17e110e0c0c490aced0239d85d84fdb3430608d0c8527

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp39-cp39-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9032ba18f203ea3df3cfc6015cb05486513f6853d7d13da94d9ecbda47bbc5d8
MD5 36a97aa49b0fb4095c77f67b7c1de49e
BLAKE2b-256 a47792b8290aa8f255359f1bae04c1d570f525db599fe46f8de342a5b2c23b38

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b33b867ae3c2690be4882f620bc25cd12bcd31344f5bf4dbf4e6b85ba14c5a03
MD5 f55693fa8780228d3fb4daa69a43ad86
BLAKE2b-256 9623e483c43444c3d4393fadc1cb18b71b84100d9aa3a8c14631be21cfab5730

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c0d694afc064e14a2553b8986e014da183628172d560b4fa6733f9f4cf2b700
MD5 52bbbd8910860929f555683a1ef542bb
BLAKE2b-256 67a43ace3db5cad641a2bfa45439ce386884fe7ea258ae4949e1f3f2a76b7559

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41352b3522d4daecd76ba61612791fd3bb8d691ca9625563030f3f6532f16c50
MD5 d56195647efc87dc73e8fc251e0c5f94
BLAKE2b-256 8bba31cac6d736c3d2b94677e8ef5ccb6b14b82baa7cdbd617965ca034734d65

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bca4cd65f26b4fdc267df6b284d05f41a812181deea4667be8b4cc0f1be83b9
MD5 7c9b9701c41cfd440cd6129150e2ca41
BLAKE2b-256 94249b1e7b7988257e60a2bc40b92b1000bcace2d988ff73fbc28415c84ebe68

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f787ab36379e71355a578bb2e5a2cdf656a896e6e80a89363257a172e7c880a
MD5 db236d4066d04b2fff65ff817bf435f1
BLAKE2b-256 936677d9059e35840b421a4c23f9938d6a3f71829f2a34e156bac2d73e2d4d31

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1af6923597e2e8baa4264e53e13f1e74453c96310c959f9671480eda8b5d41eb
MD5 89cd597ebe822c0a29e3cf8830020282
BLAKE2b-256 5aa7c56df9f458ce89f8a3004d900745f929e2370b6ea7435beeb80e3c30152c

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 968b9704bbd48e9b3bfea0b493b4a6fc9a8355355362a89144fa152437cb1a53
MD5 284b93813e0acc84b09caadc79cfdf14
BLAKE2b-256 53c4833906ee0c3bb4738dca38aac7e7ec5c1f5ea04aa5dbc8aa79232273bfa5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 130.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b5d0a6386435e3a6341a30d05f256fc051714ae9dfceabb4459a2058b50133e8
MD5 dd3cec017411a8c302a330d8e1b90c89
BLAKE2b-256 41cee97f0ae546dba56ecd2ce70d6e2ea0f3362ff156a274dad97f29d2dda0a9

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp38-cp38-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 958b7e077ab82327c0b8fa0f1a858c9e3fc9933f7123def8d7978036c7ff00a0
MD5 3642f7f40a7c4c65906542bdfa46a4a3
BLAKE2b-256 1c8a57feb5df8e4ea6cf28e4c2c6a42dddd95e73aa02d19b5258c5f944362096

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2358e0b12bdb2675ac91c43792af82a0f10825eefa97a118c7bd6528203c1a51
MD5 273b74e3f147f922160c6a40a6ec8bc7
BLAKE2b-256 6b0668974013ebcb949677f9c28f4af36c84fe8e227dec96ae1a0dac173510bc

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 905b2b795e87386bd3ecfa6d0be2a611a1d3be094af76281329ae3f24f2f35c3
MD5 7b405f08caf518260986c0b857bf7e6a
BLAKE2b-256 23dc72b267e223d29377b9d8e2ab52435ca518f960259df201bc769c0f4bdf14

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a84e6a6c85cf1b88a7daa154a636fadfb5632740a1843394390f51d08731a39e
MD5 14961da99ac3be8c81f861cc7fefe252
BLAKE2b-256 21cb8fbf1015e6f1ede8194daacde290032fd456154b7eab65717cc4b7125f8f

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d76f748193cb85dfd1c1ba2b6624105e1e8085f61ee9e49d5d01e85f54e8b201
MD5 d8bb89a7d9b8b6c3356a6b72d34011ed
BLAKE2b-256 d8c2d37c0568dc08f02808470bb29b791f7fceaab39ebc39582d01dad58fb894

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eee3657f9d38eb50c265410e683833183041cfa1db546fe2741a450ccb929d18
MD5 d7aecc684f3eac272525c04abee39598
BLAKE2b-256 cf9f00dbd49e1f80d647f2188083135a4eb074e6b0f959496ef30a96e5869c53

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fd35efd849c97e93fe70be6259f18294268da17626889a4a40d0aab2496fbc5
MD5 55554923577e1455deaea3542fe6f431
BLAKE2b-256 acd57454b2f1bce7ffa8b1142ca1b55958946743355f1c4662d17268283bd471

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c40a284974c6d5c72f428a7e749516605d14da52284ee19e43a05404e7303fc8
MD5 ad2548e3bb3d95f5cdd7957f194aaf86
BLAKE2b-256 03d3003c84bfe2d8d0ea2379df9989a6d0bddb6eb9d1e336f59efd94a657a4a5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2d84da33d16d9cecc0e662100dc0e0ef9e325d10f2e45ef03e75551536540ae6
MD5 a44b9a9c0ec8e5c7fc30e382b5dfd113
BLAKE2b-256 6b2b8aed80e59a81595a4e9a83954cc5c61f6ccc38a1a31f28150b68fb0795a6

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 44699057574b357b471a9c9caa454bcf58d7b23726b6ed4d27d707bbc4d66405
MD5 5ba86f7720d7b0f6bbe1e62f3e2fd00c
BLAKE2b-256 d4cacbae4ffcb6d30cd62e740725f1fc7f7d8425d0f68bfbc62a0f3740f7c691

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f527c2ff3da44a2bd25f69cf5a65eecbaaad8a8c74bcc83de08421cde6a3a1d0
MD5 3eafe73ba3f2a0ebfb909f038679a294
BLAKE2b-256 3edffcb7a61339d98012046027bfefa9e0e3e60d06b52343242cf4f0cafd9ab2

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cb72df187d07fa2f6621475d7282e1a93f8a744044f30593e3b983700746897c
MD5 1e8b9609a6b3d6295a78831059d16261
BLAKE2b-256 a5669a5c93e64732485e71b8c3ff9191f4b5790f037084843cb202eaf5563554

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1590b305c1be5b2058ce574c5f932ccf6b5f0d8057966e8e712c9afb8dcee99d
MD5 54ccce8133dd0fdd8b933c8ca9c5b5e9
BLAKE2b-256 852d340f5862f6cc035b82a6bc64a7a3ded9a7a77b6478895009c99186f27193

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27988f78eef9eed811c43c8064ce11a5ac0680162d4080e348b4c27e3a2d75ce
MD5 0971a3925963403f6a3ca5382c5ec6ab
BLAKE2b-256 fbf2caaa8f0a56234c4d2f4cec082bd0a3087b42a6b9b318d3e3125bf766267c

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 792ef43d071c415e2470c3cae3da12ca66c951aee21e5307918dc7004b044bea
MD5 999e6d6ddd7696dcae460f22b279e473
BLAKE2b-256 fba1a3679e0cb3e60e19018cbf51524e7e0b41ffc22666545982f4aa67454d87

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5c377a962a0862b8939fb02ce016bf0ccef5a3b77f64be8d557c1c49589443a8
MD5 0f6dd2c5e1f3d9ed1fde0ebf3a3a87ed
BLAKE2b-256 b97b9a8deafcdd1c675dd0b4d8ba439775149c6524f5afa8bb6694219a4f8c8c

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyguetzli-1.0.16-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 104.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 650ff97f2d34d9055b7979468a187235e12e34c498caf6b0a851bfdb97b9b7d2
MD5 f3e1219f7930b27ef0f750f529b57640
BLAKE2b-256 9428f502f37550986bb2e50be59342a0b0f8c659317cbb63317d887e76b9f5cc

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24fa1b690c9c4a3cf44bcc194a33610d07541ab73c91eb28c26717e3210f7b79
MD5 9c0f092bad16aac046bc2bc3b0a47cf7
BLAKE2b-256 9eeab4d6c1393b110eb7b014723bbffb8130751dae40f9ab0b29d8ea4a68023d

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f02dad613853143ae1f08650a62d9a61cb079b16e465e97042c83c03e46452bd
MD5 2d809c821e225c9bd5637c113ea603a2
BLAKE2b-256 a63a3f1fda00191325874342fa1c91c37e8a77bec4aade17778b1b95dd531208

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36df324a2dd98e5f7c7228a734356c0a37dd4c97b4ba845f321e2cfdc67f537e
MD5 9d3d6defc06bd2027a530714c637922f
BLAKE2b-256 7314bc35890d242df2a414b87be54043684e7039e16a84a61b35d2f50e5bad7b

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff22439eae07d1fce257559220f16e8e6251e2a4563cc71f2fe30abebbe7f58c
MD5 aeb9bb0507941ad2f70fa6427f44e347
BLAKE2b-256 1b61cbdbd0a0635c330eda468f2e282cc879127969bd360d0e4e933a381cbf40

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.16-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyguetzli-1.0.16-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 10ba0c5603b1b023b15d0e6352b4085563026f2bf055c9afc8b8b3bfde9ed754
MD5 e6958d4fa9eab6990d32cfa7340acf43
BLAKE2b-256 628bd352c31479ae183af5e2d26cc7ec7673d115075da70c816937fb1fe1c048

See more details on using hashes here.

Supported by

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