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.17:

    • misc(deps): Only pin setuptools version on required platforms (@flozz)

  • 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.17.tar.gz (112.9 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pyguetzli-1.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (163.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.17-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.17-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (181.4 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

pyguetzli-1.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (163.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.17-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.17-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (181.4 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

pyguetzli-1.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (163.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.17-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.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (182.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyguetzli-1.0.17-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (164.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyguetzli-1.0.17-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.17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (182.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyguetzli-1.0.17-cp313-cp313-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

pyguetzli-1.0.17-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.17-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp313-cp313-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-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.17-cp312-cp312-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pyguetzli-1.0.17-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.17-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp312-cp312-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-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.17-cp311-cp311-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyguetzli-1.0.17-cp311-cp311-win32.whl (104.3 kB view details)

Uploaded CPython 3.11 Windows x86

pyguetzli-1.0.17-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.17-cp311-cp311-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp311-cp311-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-cp311-cp311-macosx_10_9_universal2.whl (351.1 kB view details)

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

pyguetzli-1.0.17-cp310-cp310-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyguetzli-1.0.17-cp310-cp310-win32.whl (104.3 kB view details)

Uploaded CPython 3.10 Windows x86

pyguetzli-1.0.17-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.17-cp310-cp310-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp310-cp310-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-cp310-cp310-macosx_10_9_universal2.whl (351.1 kB view details)

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

pyguetzli-1.0.17-cp39-cp39-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyguetzli-1.0.17-cp39-cp39-win32.whl (104.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyguetzli-1.0.17-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.17-cp39-cp39-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp39-cp39-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-cp39-cp39-macosx_10_9_universal2.whl (351.1 kB view details)

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

pyguetzli-1.0.17-cp38-cp38-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyguetzli-1.0.17-cp38-cp38-win32.whl (104.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyguetzli-1.0.17-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.17-cp38-cp38-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp38-cp38-macosx_11_0_arm64.whl (170.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyguetzli-1.0.17-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.17-cp38-cp38-macosx_10_9_universal2.whl (351.1 kB view details)

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

pyguetzli-1.0.17-cp37-cp37m-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyguetzli-1.0.17-cp37-cp37m-win32.whl (104.3 kB view details)

Uploaded CPython 3.7m Windows x86

pyguetzli-1.0.17-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.17-cp37-cp37m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-cp37-cp37m-macosx_10_9_x86_64.whl (190.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

pyguetzli-1.0.17-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.17-cp36-cp36m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyguetzli-1.0.17-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.17-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.17-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.17.tar.gz.

File metadata

  • Download URL: pyguetzli-1.0.17.tar.gz
  • Upload date:
  • Size: 112.9 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.17.tar.gz
Algorithm Hash digest
SHA256 22529e89073fda12f1fb810375f4a662c713f8d61b1004a6463d13702547618d
MD5 50ca27e311008aeb17a1e583b0d47fc9
BLAKE2b-256 e68d02909fbe7fad36039c3729cba78f16ede42a9c742b8cc9bbdf88aacc3b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 047fc66debb490b2a1a374ba4ef5c09d556703b716331f6d4195d36a9c10e518
MD5 eb5fb1a0e8695fe7f6e1d68032263e72
BLAKE2b-256 fdc99905540a378bca975fe1d6e0b91d0314fc08672659bba45bb13e4158ff04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 362be7dafa229b2d0f3f2269ed2420c67e709d1bdfbbb2c633880734c7723c32
MD5 01dd12f65dfc219d15f53d72bb7435fd
BLAKE2b-256 45918c02ca4a8f79669b67aee8339505eb5b92babef4fabb449c522445a1e66c

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.17-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.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a94d8f94e4662c46d5687fe1c75ad015b98aa9dc58b99b25717e307e1414d9a
MD5 12fe28329e4bb6040a7f6c5275cd6bb6
BLAKE2b-256 cea7fbf651f391f88d355b0df031dd4cdeed6f142947219b5380ab6992de66f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 465e2b4993e9fe45be54a9d0fe4a99bced6dc43a8a0db2ff3c764ee69320cf71
MD5 45ada3a1be325a4b5cc4538e677fb2d1
BLAKE2b-256 c13824a4924042faee0ff9fbeb09320d1f0a2672820ad05e55fcf5af7ad34779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9ccd9a01d905908213fefc0a970dfdbdd8105aae1ad0277235cb75729f4a1168
MD5 f306e03ee3bbd8e3dd4f0b04f11268e8
BLAKE2b-256 cf16c2279eabccce1fb07a393aae90cbe42540d652e7b03b177a0c795e8f6252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 949d6a97039046645f341e190b50ebeb94b4b1de5266b5a542e83957ba61d97d
MD5 94da5961987a730b48ae58bd796afb37
BLAKE2b-256 762471dc2c767d8c4e628c2251e141a1ef75c6c390ad3dab27d50fff3fb206b1

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.17-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.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64b435cf8efd5736a53d130d66e839d2804bf144da70dba3c7024874f3fb82ea
MD5 0e107d9b2b2f9b652f90ce230b895011
BLAKE2b-256 d40b3b9f60843afbe406756ba285439141a3bb5dfe909dbf08c8f7765b75fde3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 561bd86bfd6535af1d4f850cb79293bec3666fdc3a0c046da3982ec05e5a82cd
MD5 55f20eb55589b981abe4a6fe665d458a
BLAKE2b-256 6da196e000697c44b757a14b66d9314ed47cc327364d164d7ebdb1c98842e014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ace0cf63fe587a74d51390c82f2330be36e0171acd17f082364c86dbe6ac6582
MD5 1fb464072a50b20f3b2918cccb6b4c07
BLAKE2b-256 53f5d3df665058f0a06b7d919377f3531034317e5b5c13372b47cb653ba813ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 702a37d61dc65313e96068c1eb040cf8c42aff45f2ec716b1c42c990bbb140a9
MD5 a679c568b1db9d86e5d4fef7ade69015
BLAKE2b-256 600bc519386d3ee2b55ad59f28fcc53bb76154aaaa047490ed7988a6c8b1df34

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.17-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.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a2ae5367aa3818e550d922ace76d1e931b7680be010411144c457d7b77ce023
MD5 b22a7733faddd63ddd21d592364e118e
BLAKE2b-256 3549368a0339d9166579e7b5593f16be8db389916a3d5ad5016b5f253fd3f31a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d14cc90ca73ef23dfb5522801537fd34de17a0f9b051b0eb68c2311961f1f6ca
MD5 e0c9c2798476f9e3a0db10b2423e60e5
BLAKE2b-256 e05ad5e5d6e46dc08bf25d9c8c683ec6abb9ce8fa726b2b90ed8370d3941485c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 acae14120179668dfd6c3216c3eee70b4c56452cee00e7c75bdc1d8b0d395706
MD5 179c0f98f8ff6d4af74aabe368582f42
BLAKE2b-256 961b5889e769a0cb739e3a10c502e31202e8f99868c56a2261c0c91383f96553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 714431707fb6e7f77aa7d99ca49389ff024b20e47f45459cbcdb5c544b8bcfb3
MD5 5272b23cb3eccd99bf2846718f5eaba9
BLAKE2b-256 a6b71c2a98427fc05fed5e21433f51fd18a9c1d023f7f84e396fba604b0a53f5

See more details on using hashes here.

File details

Details for the file pyguetzli-1.0.17-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.17-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aadd68d35fb3e31c9c7ba33f44fb424e7ea85e66b408760453efeae899d6b32d
MD5 d96ffbb4fc89269211699b9242bb7846
BLAKE2b-256 919db79fd9a488eb53d93023d3d7397e86e111f63f416ca8afb6065663d358b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 370478a1038d8af2398480adac9d7370115e75ea662b5be9666d0705963f4031
MD5 5870d10b799245796407d64a750fed21
BLAKE2b-256 f534de5eaeb9de63449380ff862442360a0e5078863603f51362bbbf486200b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d72324e19160de098de848f2a0c3fe78547aeba1ceaf91755559150dfeb8a39a
MD5 009a567137e13102685182d377a18908
BLAKE2b-256 d229f5be405d643c016fca345df46097d0220014cae865a6f6d7348aeecc2fa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-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.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c24696a2de869e22731f02d57b171e6a8d9b03793525f7a147d8257553db3072
MD5 747e00b390670f829acac121a045d1a4
BLAKE2b-256 d3c482b163cdda7fa29325b327797dd480467416f9ed568e071de69493bf676a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8d3e4008743c8c865b59ae604bf75097561bbf5ff2666f9f1b96d37cfd0c850
MD5 1b49e3b1c296d8769e5c0a12eb8c592e
BLAKE2b-256 8df18f08df4b2a55c53d402e66936db74068bd54bf876ea7c174ea3703942ab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 839edec5e76a8fb90863e1aaab3f52e0d71f94e988ae02c2b112db6d5234d64a
MD5 2707f5a8550ed2b71b873ebb515ad2d3
BLAKE2b-256 b886002fdc8de361dfc86899dd20879bbd2f5ecbecc7adff8d4c92c3340620c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7869f83e5a519f25121160a311084dce402f67440cad399bc5a238941ff87caf
MD5 867318e3225f3352845e5f476bbeac35
BLAKE2b-256 e1d5ad7534374709749f7f2d354da2fc0c91144d5a033966847ae0d2cef19466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e988d94d44ceb21bd7b763ed740634cafd4d19c6e7f70df6390c986b78b21f7
MD5 53782787652c676451e8a294b199107e
BLAKE2b-256 b9a454e4ccd443efe65f8e7382af57e9f98db882559f2a7b942ed82c9818b41e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7a18adf42c7aea163363d496429065f2f0a3b968fce5583640be1922909d6f9
MD5 550cb768e31b098076cf9ac4ec57c4b3
BLAKE2b-256 2b34ec0b2c4d1a496f35f4dd1c3ba42fccc1a0313f46cbb7d7d88e83e557d7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2576350592ab1f71e3ac8958efe868a62040c18f930606f8a62c75d0bf49e2ed
MD5 805e9ff87d684a39ccc15d1b58270eb8
BLAKE2b-256 8e556cbdeb08595ad06c39c5f440f3062fe2f2f868d16aa14a4cf7343953ba40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 cbfae0ed4bcb7507e3a5051487bdea30e8807f8957a177456adecc56f3e83a68
MD5 cd41e9c83424f14de233b25d33e42382
BLAKE2b-256 1aafc6b19268738550b26207ac46a8f43150685def14bdc2d07edeff1b59a295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f29f6040694970bcfde6a3b115ca512e36eedbee42ae0d95d91bdbd24233767a
MD5 b1887480369811643dbbf88688bd47f3
BLAKE2b-256 3e026321cd073d0f30b95d68633cffb57ff00f9fea7841caa55aae6d4d0ec45e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-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.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3f4b950eeab209b3787a833e2605aab9d5a870a4fc0849579a058dcdb973dede
MD5 114c3a1fe7b905a1dac1cb7c3921b203
BLAKE2b-256 8e3686eab93bc4bfacf341b5035950354486b0c8078b8d23c429e2d3a4a7237f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 123ef762d5a9f27651bfae6787a6b53053e2a84bdd58c4670f20bb28ccd352be
MD5 b5cf7fcb34c3453a1e0e3ffbf7092bb2
BLAKE2b-256 66cbb51fe2a125aa98ab54644690a52fc22d46f73c68705d710947ef3a0dff6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 adba9b04569309f27592d6fe4b6a911b6bc9a7e58d497130a7d8efb40e8996dc
MD5 f335915e5bb76b2dc43a9720aa88c00b
BLAKE2b-256 87123c4c5f4215aefc4e587ce280dd3824b71a61f6c52d849bb463da61d8fa12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b98d204fa9e5f07a3f22153b67e541c7e32d911b7deb59343a32d9dfb69bdbaf
MD5 8b919747b0285bd28a7a889a6243caa2
BLAKE2b-256 079a7645558a27b6921757c62532d965cd189d056d200e8a9ba1b3f21185b9c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01574d9b999ca870d9b84bc7bee21287898566130dfb12346bbd9dbf2e8d59ce
MD5 e92d6639897584fd1e814456ad333beb
BLAKE2b-256 bc3b41e19b4ac03dc8abbd39185555b18ee92bbbee040554df734015e15afccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 781277e9b2cb745ebb3364f94b133e52c113e4630fd02e96b0baae7ba760abcc
MD5 e81099ad6a605f95ef00d78a99694493
BLAKE2b-256 c4327ad8d3c78583932f92c17b5cb57c40727cfbaf18e431683383194cc2cbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 18a4ce28fe318475f05129787c749d2344a477b3b6c0d44bdd0e0989b421fc9f
MD5 0733b75c19e739c2dda521f025366bd9
BLAKE2b-256 2798238963c0973f178ffc1e105c5deb251db061ec1799cad82de40850605566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5d7ab83fc26d41737ee554fb0d954a91b31aa8a0d2496cf0a2b630f8d5fb5df3
MD5 9e4b30865f19479c1b4bbebe2fcf8d32
BLAKE2b-256 f3a7c924c3692ade3e586068755584b8d39715cb695788ad6e83f59b4dacf77f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 23d8420102d30dc7cffe581a6d03af59d37a24fc5d7b0e2f5c2418002a33f211
MD5 24fe3ae78946c2469c01d04deceb0fd6
BLAKE2b-256 0cc0245854282fa67cf5c9477d318bd46cad6811c398e9b88880d03cca0008a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp311-cp311-win32.whl
  • Upload date:
  • Size: 104.3 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.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4507bbe1370313184d5a917bd6d33ccaed4d6605873a8ef0e159bb10692f4cca
MD5 5d99a6dcd25911e183e3440a9c588fe3
BLAKE2b-256 543daec258f615005d8ec4a054d8ca696b989c32e015307b92f751bdaecdcb33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0e7a0654f6a2bd3e1af92bfd92c65eee461f953a42e0a2e4c5e41b47ac7f9f7
MD5 cdcc9ee8774b8f10cb5685099e17c937
BLAKE2b-256 5f54e2dc675c060a8107fd773b08f8191aefe5242198bd8dce767a890862c776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1104c3d1fbf77f7a6bfd26bd0ed3927a58d032cfc4bb4b46b6fd16e2c6eb1840
MD5 335eb0aa694b0c86780e92a9babd5fdb
BLAKE2b-256 bd7bbbab0c60884d51866cb942a555202b3af20f9144c33ee0775a6eca5dafa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84e05f63864a124dc2fe013d399dd64311bad0b3068bb04098ab4bade7e0d179
MD5 88a2b0a1255d7bcddd5a02a7b6129d0a
BLAKE2b-256 2a6d1d5c2a747bedacbeb7830d9a8156c8bdba8457f257a6bae69993d0abfdf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e43071cd939c1bc9027e18d16bda2f2084114c6bfc7b2cfebab9f8b12f468be6
MD5 ef9986dafb863ef5007a16870fc962c7
BLAKE2b-256 43fa33211d7cb9487d64e29a04e2e2210aba4d58c115efad268afde01eb3b77b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11a4faf229226df9adf18b84498584868d35d63820fb5e607dd235fc06b37802
MD5 78e6c74622f573195790ed12a81a6dc1
BLAKE2b-256 a1f4ef103b64d4d61eefb08e78d51f1edc9611f7c0d940c7dd8518db3b004302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 999065eb171eea0d26f2cdf80c157a2d8c7806401503eeb13239a39a391e7c92
MD5 946a07c5ca7aee759a04d6d8a2c5cb5c
BLAKE2b-256 97e2e471f2a1dd90b426cfe57ff19691417859d2e450cffd0d037b650ada8697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bffe7eb743095d59b523642316c7c1809f523b86a4cc7878791e9e38c9b8d0ee
MD5 7705d9870355f4941610a98734e89c55
BLAKE2b-256 53ee20edd4e476dc90a271a2e22edba2439b235c7766380ad95b2388fb9fa383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3e88e3d52dbda6e5f27f3de95912c8ba14ef59df32586fa86655011f1b9b0dc4
MD5 5e5f76c93203d8ee32f8a653bc4cd564
BLAKE2b-256 4d1fc93153a1eaaa475411c6322ec40df1d1022c11fb112a2d581e49b465237b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 104.3 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.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dd408743232010a5f1fa18ef8fa6095fbaa8529d5f905a4d3d45d4e2d09037d6
MD5 1ae4e83249ccd7c182c4e4c571f6e3fa
BLAKE2b-256 acd7c48a92630da1c64bb32f61628d87dad3f2194406f733e6da0315936ade90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 808bbc1c705ab7213107bd9370012153058f7bde10c51eee08d956e94a4a387c
MD5 8411e799dc5a2c785f88335b301fbb0e
BLAKE2b-256 7b838421b77ef6995c7eeaf9a4735cc3cc6c3d2cfb60bc58cf221adb6e986c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8bb4e1e15dbfb29558748888712bdf19b4cd170ed044d96bd9a2df91ae16e68c
MD5 7e0d19615beb15aeb06ba72fc98e3a4a
BLAKE2b-256 b352bebf17a55b2cf803c960cfb70fb0257a10473f75b144c9d3d273556402b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cca9edc9bcecc9b65f55eec447058cdd77d189437d98c69c35171496d2853ca4
MD5 7cde1dc11fb13913cdf29554cdec4aca
BLAKE2b-256 0e406d036709558210cc72c1c36434a77f446c14e0bef30c6680aa88e2b7c7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a97291fbe161d61baf5c557be035cd802f49517582c5110aab066e138f8a769e
MD5 6208737eab6dc03b96a2481824e1651a
BLAKE2b-256 db083e96945d630bec0a2e36ab73c871fbbb01dc486d072eb1b23b72593dfabf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47fbc07bea77e75ef404b0eea393e45fd3e6da82acbb8e1287ed52de7e812ce7
MD5 9281af01e64fc3f14b8374eb652d1ecf
BLAKE2b-256 296be7f4e551c1182fcd419f283a60eb3f074c138c10e506e7528285a9f84fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f316963c036de4bcf67b621c9dfb5736195163fb8a095148f96f2f98aa5bbd5
MD5 9833d357bc0b82c2d7f9d33e6e7b892c
BLAKE2b-256 18c4c38908a84d0d9cf083cd83d3c5e9dd311d1538882ee4502ca33f01f5fba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 33cc4129c519d5416b44b9ee44c44d1ce287dccf577754c4b14131ed411da027
MD5 b86024f46635dc169eaba6eae2aa6bca
BLAKE2b-256 4c340cf01ea8de998cf33cde731ac5d5116faaa58426bc84211536edf7cc9104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 130.1 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.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f828593f623501e6de2b6f63a915b852f0501a79aa8663d0b190700899a513c8
MD5 dbb3497fdf0c965717d0bd1c720a1a39
BLAKE2b-256 0000e62ec86ad9309e47286b42c8cf4e418505438d66637e701868debe0d7628

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp39-cp39-win32.whl
  • Upload date:
  • Size: 104.3 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.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce2933df78e24e2038d1a9aaa274878ec0ddb2740490edee3311a1415398cb8c
MD5 411a80f5bb5d3d4b3c0eb2fbec00bcce
BLAKE2b-256 c4d0746c693355dffa7bba18d608b4af9f1a376927c4740225b903b4ba8dbb8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 157c90ee2848b02733d41acf6781976bd679c5559a42ed1731897121541d972c
MD5 b762607eeac90c5d24ec0d6bef78cdc8
BLAKE2b-256 1cd9efae29978674861d2e9ab8029cfdba1ff812b421879416f517aa0b7f2114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a8704c5bc85df3de93defda6db3552f2d786c643bcb12f8cdcb930560447ff3
MD5 cccbcf0053ca116c6c8dae135b60d4f3
BLAKE2b-256 6749192047b739a7100dbbe4011ad8a5cff66a293e99dede6689aeff99a4991d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 856004b0173dbad268a0c6a2534439b46392083d951f84f473c5c11ab21ab014
MD5 6a0938a12fe42b3b01a904d3b7d51356
BLAKE2b-256 bc23bbbbad6df14b78b7e9585e916c74f1f67b1ac3a6ce2933e6378cdce3f79e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cdadc5ae54d1108e4af2b4a3b388b52586375a855e0eda483bf4cf44aa7cdfe
MD5 46372cecb3942d71d9c0fed71233e7f2
BLAKE2b-256 f02643eab6868c181365f74618aeae601a6c550a8b1df9148270a643a8e3211f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3c2556a59735157e0cd96c1a74995afa8a4d810fcd215809e0c38577a38f883
MD5 ae8d82103f2ed4c372a469d736e642ec
BLAKE2b-256 a85c44d7bd8b99e395b508914612449117a1a3e66f5e08fd215a062261422117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 20568bf72ba04e1df6fe0926763617e152aac8b03018d95ea23713f984756681
MD5 2ab6da99e5c265250039d1855d9b444d
BLAKE2b-256 90fe76935748ebfc3709a475248cc60b578d8e27618ea35033f03952a31522cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 71f4b2d250e88457afecc450cbd81ac7c748d0aacdd1c0518cb59bbc45ea041a
MD5 5f37fd0155852606d3a03aaae8b6a694
BLAKE2b-256 8e6dd2e4c819beeddb9f303589bb3257e60d8b1dedc8f192afd78379e6c63433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 130.1 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.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3ce15d11d879cad529f6ba12b71703bdea3fee89cda079f184a72f23e1eff5de
MD5 a9100cbdc919e3db7cbca387cfc9768b
BLAKE2b-256 13ca943f5ec790b22880a032ebeb0caed14347782fb162de0526412c3a16a85a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 104.3 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.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7626b7a5a786e88765476facc527371013426ac282644112c861c3123e96d328
MD5 86e881ca5bdae919474026b184ff3fff
BLAKE2b-256 4e6c01d652b97d6ae18b50fa5de9e292dc8f49af0d3576fcadd96274d606d01a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9282fbbca1ec8626e15dd43ea3a2d4ca8d81a317a3c70b1da3daa2a89a1053f4
MD5 bfa92341ef8efe955cd750a0bb918be8
BLAKE2b-256 a8e10b80cc5e44d4a9df0697f29de9e07ec7fafa8f124aa4f5df7d69b0d11d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 488b984717a33952d24a03a65dde9c269958e668f8b6741e608f10260838f919
MD5 708132b2230afadf7f291bf99de714d5
BLAKE2b-256 3e430b40b75db8b0b0085df7fe51984fb136b1b8ee453aea0b9010cf729baa02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f265f734246aa9c37e08d59e43f16c76a493425ba54036e356db765b7c060fac
MD5 136eefa85a428594f70d06ff1343918f
BLAKE2b-256 045d3499d98058393b94553ff645065bd60269479b45e9d34c8be3e5097362a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 652c9698154f6f97bbac5cf67bfa1abf99c9f7cbc0ddb976107ce023777acf0f
MD5 3c084a0487d17575fa49cd35ea928014
BLAKE2b-256 d6bde6df08df55c4d0e102e74a602654d954496f5966a9228b9c2b543954c295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbe275dc11234b61ce30ef6d843d4e21af93e0fa5d94075cd5b8b2b121ca6fd0
MD5 66c058d852284cbe685dc9c9787ee990
BLAKE2b-256 ae2f563421e217f762487c7b8dca2657c6c8645cef9a3847634427234b8dc8f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 525dd27cc01836e7100495978cae6b73afaef875c76af5b6b82bae7d281abc26
MD5 3ce3db2fe04fd1c8aa0759479eb295ef
BLAKE2b-256 abecc2a1f745ba06027edab4b076c6ec67236648298273161b7b5338a1b8191d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9ccd0d9ac6a53c2b3e682d89c772ab4b89eeb4c9661338de26ca82e3bb4679b1
MD5 9b43af07f387d348755453799f67256b
BLAKE2b-256 fc7a72e2ed85ece925b8a19c9e7dc3898613a9d75ccbaf8695af6c7897ed5ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a814451d2758fe8e0665f64ad879330a59fef3946ccb0d5a90ef450c74ac4574
MD5 4ef2b65f1012934b55fca19ae7910b6d
BLAKE2b-256 d4e802428948204efebc8f9e4cd23bb74fbf5f8a4b721ccca57e288d81b3606a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 104.3 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.17-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fe997dbd82bb5cca8a41c93c61b13d71001417eb621aaf9157f85ca96e49233a
MD5 ee0fef2a84cc1f9e1f8f1952368d643b
BLAKE2b-256 a928accad6745b3389cf5da2d5f3670ce28c4034723f51e555cac3c30cd150bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09805573b5c79c49545b082e1f5000b8a465fc3d28208db59373c6e2436ff69f
MD5 08216093f16fb9f72eb1f15433f1e907
BLAKE2b-256 d2dc0401ce7e34659f96b257436bb7183e3e9e6cbae532366bea191a808a2db3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6af645987dcb4109ebdd0be3b4df25f3b3e5519105d973552152cd8edce1ad1d
MD5 4417ddd5e97b231ec6f2b63f9b9ef1f9
BLAKE2b-256 58cd10e57916dc8dff4966af97a49d8cafde94e24684bd356c8fe13265411874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 316d6e374aaa64d5e51026c4afee7a5aeac804f9ba7ed8853dce5090ca3dc3e1
MD5 4a7dafacf0a490c06ecfafb6239b800f
BLAKE2b-256 7dce09b94927659f465152969f4635534b03db082b51f92d4291d674526fd0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 730c2f04e89b0023e1e39f4b35ad17cc5a18c3625c0259a41a1286c955e79ab3
MD5 0c5062bc31efb0fe614b7fc4643b4c16
BLAKE2b-256 7475e05fcff9e7ceefc53faa54831eda28c760159a1c749d93f5b2107536b487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b43af92036c6e5a04c655e6903e897cbcdf941056945a57de0721128e2124d58
MD5 2e3e1aded8135a3dd9fb544492ab9bfb
BLAKE2b-256 bb2c94ba4b92dd1d83bfc6ea78121650cd190ef632f8a3a2fa9dddc29a2781d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7670205684a198243a984f9dc9c826173f80e4c864c1bcca87186322b067d711
MD5 427c03950a06d2bb7ec4068e9cf38e6f
BLAKE2b-256 a3f0b5b6610499937870568834940f0b8a6d08d526d52ad5eb0b79e1cad2a57d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyguetzli-1.0.17-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.17-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5c0a1a4efc72b066da7e8e441f96448904f27118a77fc9eb52dd17826485c899
MD5 535db1e8dc356033c4b6bc8ef219b63e
BLAKE2b-256 689d0d9784d2b0a4c95122a05d83a2cf50e51f55f034163cb11def993132204f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c063b9b65bcebbe2dd6cb2dfd76d6bcb5ac7bf036282832d7f85906cdadf7d5e
MD5 f954533731e0241f9e7d5657a6178d7b
BLAKE2b-256 07cbc4591c3c3121e323facd8cc1f30a1dd2b8ede75a93a2cd1510637087ec54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a996ef0ba892947ec62d41e06e360a9c1c816fb8b4829a63b6d067db0e2c86ab
MD5 81bad4934f3a7696980161a987d97869
BLAKE2b-256 8d654cdfcd9c684893913fd2e8f2b7dff89d1616d00bd9827c87c79e65ce91d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b6644cccb8015f45f57ca9d5c3300e8b76472a8ad94101333097490b8b8c633
MD5 94395464b44406e48a8a8742b0619a79
BLAKE2b-256 c37789b21a749443f7a81f8252f2df45e7c1b192aab390802a44ec3cbbe81f59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab1b737cdf880c828093031c11619c0b42c57f35526c0648fc5d21dd5a42a514
MD5 c22fbf4f8e3d7abd2a0e860eff19c5e2
BLAKE2b-256 f7cc7b96bab1db2351f19973503d9fe259ce73ce97435c83ec914e318a7f4830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyguetzli-1.0.17-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 edb3c77d40d153c1d5e36c66f28746a7546ab52afce6dbe498e8f4cd7a560e08
MD5 7a13687859d702e16d2b4cfbc1cd3847
BLAKE2b-256 e5ca90f5450fe42adab12207318d2cb5724e48403b70778e45eddad89f0f565a

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