Skip to main content

Yummy Optimizer for Gorgeous Assets

Project description

Github Discord PYPI Version Build Status Black License

YOGA is a command-line tool and a library that can:

  • convert and optimize images from various format to JPEG, PNG and WEBP,

  • convert and optimize 3D models from various formats to glTF and GLB.

Images are opened using Pillow and optimized using Guetzli (for JPEGs), Zopflipng (for PNGs) and libwebp (for WEBPs).

3D Models are converted and optimized using assimp. If models contain or reference images, they are processed by YOGA’s image optimizer.

EXAMPLE: Converting and optimizing an image from CLI:

yoga  image  input.png  output.png
yoga  image  --output-format=jpeg  --jpeg-quality=84  input.png  output.jpg
yoga  image  --help

EXAMPLE: Converting and optimizing a 3D model from CLI:

yoga  model  input.fbx  output.glb
yoga  model  --no-graph-optimization  --no-meshes-optimization  --image-output-format=jpeg  --image-jpeg-quality=84  input.fbx  output.glb
yoga  model  --help

Install

Documentation

Changelog

  • [NEXT] (changes on master that have not been released yet):

    • Nothing yet ;)

  • v1.3.0:

    • feat(assimp): Updated assimp to v5.3.1 (fixed build on GCC >= 13)

    • chore: Removed a script that is no more needed

    • docs: Updated contributing documentation (libraries, supported Python version, assimp update)

  • v1.2.3:

    • Code quality: more robust type comparison (@flozz)

    • Code quality: cleanup some Python 2.7 specific code (@flozz)

    • Added Python 3.12 support (@flozz)

    • Removed Python 3.7 support (@flozz)

  • v1.2.2:

    • Updated the code to not use deprecated constants on newer Pillow versions

    • Various typo fixed (@kianmeng, #45)

    • Added Python 3.11 support

  • v1.2.1:

    • No change: fix an upload error on PYPI

  • v1.2.0:

    • Add color quantization options (based on libimagequant)

    • arm64 and universal2 wheels for macOS

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

    • MAINTAINERS: New dependency: imagequant

  • v1.1.2:

    • Add flag to CFFI builder to fix MacOS build

  • v1.1.1 (not published):

    • JPEG: ignore invalid values for the orientation tag (#38)

    • Python 3.10 support and wheels

  • v1.1.0:

    • JPEG Optimization:

      • Honor the JPEG orientation EXIF tag

      • JPEG optimization has been improved by using some optimizations from MozJPEG after the Guetzli encoding (from 2.4 % to 7.3 % of additional size reduction)

    • PNG Optimization:

      • YOGA can no more output a PNG larger than the input one when performing a PNG to PNG optimization

    • CLI:

      • Allow to cancel an optimization using Ctrl+C (NOTE: may not work on Windows)

      • Add a --version option to get YOGA’s version

      • Improve yoga --help usage

    • Python versions:

      • Python 2.7 support dropped

    • NOTE for packagers:

  • v1.0.0:

    • WEBP (lossy and lossless) images supported as output format

    • PNG default optimization preset changed to a 10× faster preset (old preset still available with --png-slow-optimization flag)

    • New model flag --no-fix-infacing-normals to disable Assimp’s “fix infacing normals” postprocess (#32, #33)

    • Show CLI usage when no parameter given

    • Developer documentation improved (#31)

    • ASSIMP library updated

    • WARNING: This is the last version to actively support Python 2.7!

  • v0.11.1:

    • Automated workflow for deploying the PyPI packages

    • Wheel are now distributed on PyPI

  • v0.11.0:

    • Allows to build YOGA on Windows

    • Scripts and workflow to build Windows standalone versions

  • v0.10.2:

    • Updates assimp and python libraries

  • v0.10.1:

    • Fixes an issue that occurs when output file does not already exist

  • v0.10.0:

    • Prevent overwriting of the output file when an error occurs (#17)

    • Unicode path support (#16)

  • v0.10.0b1:

    • Verbose and quiet modes,

    • Allows to pass textures from memory instead of looking on the filesystem,

    • Allows to pass a fallback texture instead of raising an error.

  • v0.9.1b1:

    • Automatic selection of the output format (png or jpeg),

    • Prevent duplication of textures that are shared between materials,

    • Fixes Windows paths of textures.

  • v0.9.0b1: First release (only GLB output for models, no image auto output format)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

yoga-1.3.0-pp310-pypy310_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.3.0-pp39-pypy39_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.3.0-pp38-pypy38_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.3.0-pp37-pypy37_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.3.0-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

yoga-1.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

yoga-1.3.0-cp312-cp312-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

yoga-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

yoga-1.3.0-cp312-cp312-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

yoga-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

yoga-1.3.0-cp312-cp312-macosx_10_9_universal2.whl (5.7 MB view details)

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

yoga-1.3.0-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

yoga-1.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

yoga-1.3.0-cp311-cp311-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

yoga-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

yoga-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

yoga-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

yoga-1.3.0-cp311-cp311-macosx_10_9_universal2.whl (5.7 MB view details)

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

yoga-1.3.0-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

yoga-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

yoga-1.3.0-cp310-cp310-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

yoga-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

yoga-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yoga-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

yoga-1.3.0-cp310-cp310-macosx_10_9_universal2.whl (5.7 MB view details)

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

yoga-1.3.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

yoga-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

yoga-1.3.0-cp39-cp39-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

yoga-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

yoga-1.3.0-cp39-cp39-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

yoga-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

yoga-1.3.0-cp39-cp39-macosx_10_9_universal2.whl (5.7 MB view details)

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

yoga-1.3.0-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86-64

yoga-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

yoga-1.3.0-cp38-cp38-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

yoga-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

yoga-1.3.0-cp38-cp38-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

yoga-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

yoga-1.3.0-cp38-cp38-macosx_10_9_universal2.whl (5.7 MB view details)

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

yoga-1.3.0-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

yoga-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

yoga-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

yoga-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

yoga-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

yoga-1.3.0-cp36-cp36m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

yoga-1.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

yoga-1.3.0-cp36-cp36m-musllinux_1_1_i686.whl (7.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

yoga-1.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

yoga-1.3.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (7.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

yoga-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file yoga-1.3.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4b97f1e07c4255bb4e6a928c6b6c2658337083369027000785c5e78aaa961b5
MD5 8130e940e8bbe1b116d952172cfd4892
BLAKE2b-256 e1eace98c240c14690fc3994e711250f19038b80a18a3be53a4ecd2e228a1d19

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 258ddf139cf7197a559df616dd21279e4c6d564f78f0fe76a91ce77592825e27
MD5 8276c63ef4f996558775e733d243d987
BLAKE2b-256 c8bd498f721c152010ec61386c1eaf4e41de93f224fa3e1adb3a392e78a25ac3

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d66cc0278dafccdb1cb7e93e67d8b5c21cacd3cb33bf79e5201039593df39bf
MD5 f292b0f1cdfa0c8c1c99eb81c009047d
BLAKE2b-256 e04b76d561c3848079da7fa3b77ddab366ec6f07069bb33ae17b5dd763c8f51f

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e1e929e0d70f0b89b43e447f11d7df9616cf53dd06839e854871d07e6c0479e
MD5 2e61495cee8a14fb5b5ecca693498222
BLAKE2b-256 aad07212b2f9d267b02490467c3810cf58c7f319054cd9dbd22aaceaf0b737aa

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 486c786aa6f6c1a3e7b0d2bee960f1bbf0761a1264ae38c2b8e9abb9a697edcc
MD5 60765de5a6bbd64b46f7b3a4541f5bbb
BLAKE2b-256 316a528cf45e6e0b3f596bd52b9bf98cf8fe20872aee945c7862d3d159782045

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b72c6bc91921ed6977214012084297ad066d6951f3fce09dd33c430738411810
MD5 47388ec2c493ba5fd5167c5abd5f1628
BLAKE2b-256 6bdca6101473b8130f709641f5cab9bd2a0367f2d0b5b046a79ed7a7262b8c55

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9673776e4e05b5b6a2dbf5b1440953688a87894b858ea523ba8fd423b12e501e
MD5 e5ea366728c4cb145b6168d0991e5ea5
BLAKE2b-256 70c04593238288330fc80e80832d5c394d84ba5ce4c1cc6ae1844e0153de371d

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea0b1cc626dbc168f6c31450f2ba153fbb1a606433bed0fe5da551e855e003fb
MD5 e792e4aaaa1e2d41386c539fd63c9961
BLAKE2b-256 552249f6fb49e0adab55240ac53683a9aa6a55197eb4a4e2400734ce9145fbcd

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce3225f192234d6796a1ac631c2ce5bdadbfcc5fe352cbabfab0462e583ef6e6
MD5 0972829b8b68e4ed59a943018bb76de6
BLAKE2b-256 ffb9006d03b5d906e5cca50d7f7fe4b69c2e56d108a94ce62b612529c1b30a9c

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c38beb76149b06df565b7fa289665db2ce358f87802beaee1017f4760b99c780
MD5 0a048403ab0990663abc2fd8c840da18
BLAKE2b-256 14915d15ce102ea8b0c70795f1812fabb78d18d933f77c85e4f2e16a4cb12b75

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60ed8b8158cee3c0e0d375fe715cf9aec3c028f418fca0664481dcbc7333d8d5
MD5 93ce290ed9678ca14e514b18cd292e5d
BLAKE2b-256 0aeefd4fcdeefb19bcf39d28a042869fbd0a741f7b4a47d580d854400728a93a

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf6190f48209050eca936507bceec77bf0233b75fc9df4492393372f8de85c51
MD5 5e3198b102df54fd8c340fecac354c3f
BLAKE2b-256 c853d8ca3e7fe0d9ead551a53b33dae9f989d343e1ae189cecc3ccf5f3502dc2

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e1f11e691892832eeac61f820d32ef9a5bca26af4198dde260ae85b99c9864fb
MD5 083447cc14d19d879f9e0405b1672f43
BLAKE2b-256 adb856f11e9bab723b8262b03bf366081c918b77fcd0efc0ecf39bccfa04b8e3

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bfcefe3760d68e1c31a72deaa7bb4adb0e32a3bf8a45ed4298706eac54b59a8
MD5 43c8be0e14c7e79b5dacefcf415d667c
BLAKE2b-256 8d355d4b1c19b505a856b15836b98d5e59e0bbd667b83bd22f722e717ebe2dc6

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0303019cdfc14eff05934fe214600e302aa2f8e027b2520164619c85f12c9c9f
MD5 70bc9588dda8ed2a2a40c109c803bd01
BLAKE2b-256 d0195981e5f67b40fe0afadcc6a12e2bbf82899753f24829cbd65bc5b34a79ff

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bd1596bf09e50484f89858cd51c615f9a9072abffed5d41c39c331470eb10e9
MD5 1862721ba2253cd19ea4e42c1f19472a
BLAKE2b-256 b544b11d82e7276275ad30ed66ff23b581462ca0335e1c0437d0c939850012ea

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebc6c784dfd740ef910161dd453d547d8ffeb0c9340a8bc146860654fb8de46f
MD5 380ad1b43874a53cdec44a7084aadc27
BLAKE2b-256 f5f524aa1e0927cb1c5a66027a349bcd4e41f6808f70f97bdb5890bee9607e4c

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a2f925c43084d1cef27295bf6c08c3e893fa946b0b42ef0817b0640194add1b
MD5 411bb1e00364a6a12f45699fef6c7cf4
BLAKE2b-256 c0fdd687c59ac99d4d8bab6b6a87ed82b35ae8b3bc9791a116a4f657a82fb431

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 31fcd7853f99fc47c5f0b44c84b00f784bd3a178cf65a594973b67ff9c2048ae
MD5 b1afec2e8658dbec579318201d13e552
BLAKE2b-256 e32f6d1e647fe78e3f908e8234a8de465321d892b8cccc15090c0804b2b52ded

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3481bb02ac548cc36e44ba5465e9dd1b7ee45202747d304c0fb579f4cd0246ea
MD5 c4f5504ac63dca858d195bd090aa1a11
BLAKE2b-256 f5979dc6dd598ab9a6a16bc6ab40cc347e8cc5c164b199be23c21619cb2da912

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ecf804c61d61c3271f4280cdbb51732ab95666e2591f556d221b55c8ee294925
MD5 f99563aa493130a8151cbb844fd0bb44
BLAKE2b-256 bc065709190e7bb13e520f5131b62b3156e148dd6650132b1e8d36c5632df686

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1f2c3d7b1cfc1d63bc59836b7b93acb2c8aae207514d5af261bfd9c03371968
MD5 2c6534c2b0eac655958b80589c7d654d
BLAKE2b-256 d9765b290a280a3d255012462c1b0f2ca39ed98ee5212d68d8ab8d8ee5a82c19

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45988c16cf3cd3c3612d0d64d44b5f780dff974204364f3991f53141bda60a1a
MD5 849eb3764c17fcb6abaa09584e39be48
BLAKE2b-256 9c689587b6f0aaf26d26251a78340540dda0e1a5f16c3f5ccd48424f6198d45a

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 57baaa2e687f7ffd0f10b387e24cd9f926282b10d25c6ae62251505f660170d4
MD5 b73ffeea8154587ccb9cfbdcb86dea3c
BLAKE2b-256 a261d43f96c41c4d0261746cce5b5d469ddc3814a4f3e72d69c798e12f7ce269

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 65653cf77e1e8a53b096cbd1d4ca6bf8ff292992f4f354533cbf104157996ee8
MD5 e3bf2e0f2856b0eab6d5da25ce023b66
BLAKE2b-256 09a3aa8f66ef5751da47a922098b05eb460d4411e263e52b5ddcc2bb4683238d

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 18ba9c88758eac565584333e1214b3710b1b3061fad6b4fcf7a540596bac8fb8
MD5 976d327c3ab236aa66e0d134f77e7e37
BLAKE2b-256 8b94b8bdc753ab6d7f536d82495368a4b432c89ee9a25490ce26d0b889f2b3cd

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5274439f6d3d11312da5dd97af54100f345b112eba3da25d845f6ad284f93e6e
MD5 23debe046400dff6c9faf9e77ac64b13
BLAKE2b-256 fc9f70fbd5c66083f831f9bf54514603da6b6f5ea357cf50eaf0ac8e942cb4e0

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 930b997f2911251a9ab024ddb07b958fe4d9bb6912c15daebd6b72d7ef7abf1a
MD5 fb1786b558012b4e2c09268d3679fe55
BLAKE2b-256 545f6ee09ddd3842b2c80c88a96b3cc5206444ba47acec6e83de234781c20ec5

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bef13d613abb8677438dc70da7a298e7aadd8ae0860a755c640b16909a6d7d7e
MD5 2b97e15dd6dfb1068bbac2ff0ad16fa6
BLAKE2b-256 c26653b4cb8ceb15115d7e18a29f8d2b12c7914ca4708f8901caeb08289e7c4f

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 705b9daa83dfb20ff4429bd471f2418ff1ce47c9e6ce34f95d58bda09a698ada
MD5 253e908baf9ffa914a063ff0f4405b0f
BLAKE2b-256 b2c915cc38076561ea02ad4c2a1d64919288efdd3de711fb382b8c875e151b39

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f6988c226add25e76e8d2f694c4ef3dc864d7cc355f38d6fde5e4bb4436a568
MD5 efc2c73d1ed4ca568442109560923d0e
BLAKE2b-256 0221788c0bc96b547912541fa9bc0b48a35984bf17172bfbef5e74fc66e5ae15

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a3efdf8ab1f2a538fb7f87a00756b548f870dd18769e1d8a25beb926942a3d7c
MD5 dc2f06c28c1aac1dabc32fa3733f4c2c
BLAKE2b-256 ac8fdc3f2b167f7e827b8c17cd90c4ef727ab00e85bd0615ada23d6e7a8dba44

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e512dff5b47a712b578d3f10c0ca935b0abc61aef33f076927a8ef4038df2685
MD5 5d06bf20595ba25cc3723d0729c407ae
BLAKE2b-256 29247cf9a552cefc87b3ef4e3186531c56d17821e68ea3d6a2639be9b1a0152c

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95cd412866e24c17998409a6816e50d4af9b96cbbb9afd29d35a2b7fca3b021b
MD5 368362adc7d11e9f7c4a56f36aeaae4f
BLAKE2b-256 e1b991bc098e57f3b5483bd849d5b13f81b7d883f56d03585c4a347f87552d87

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d2ff1293d75f9a4faba4409738cad7769f309e94fe0de9a3ef19f871fba2de4b
MD5 f898eb1c333abf5c2e3c1fadf0e77bce
BLAKE2b-256 51ee7fc5773ce47089eeb455c4319e3ec0d2950276077ac501dc13bc2c1caefe

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29ae74f232753dd4ca7640003a7f1e2a6c4546d1a7740c572abf57aa4cf07e1b
MD5 87fa1ff6931c3ed44242f8525d4a9d4c
BLAKE2b-256 83d79c6e79b0f0832eb88812ab61a9a85822b2238caf534ac0e1b3ba01e2c559

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88e7a424d610af51fc28cc0f84ef815ca103c9321e0dccaecc5f800dc26153a2
MD5 d032c362a7902b0d53d2c2c4b7d3ecf9
BLAKE2b-256 da8dd41c4245a66a643cde030fa40e5300bdc19764f61295bb42482859620205

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1591243de8f8969ae702241f07804f5c2b6018276d3bd7186a3b7471a5b4efdb
MD5 8e8c88c201a11fd215000d8b491846ac
BLAKE2b-256 393c424890902f0c330803603c5b0b388b87868d39554edb85c66172ea110510

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 667bd364ceffa868cc8bd6ef482b5c8c6efd6f04b321bf4e3c5824455cd5e3c3
MD5 0a1af6c004cdac171a8ed38551cfe39d
BLAKE2b-256 e72106794712ba27e91a26a8cbebb21584ff8aa792376e0a8b2deddaeb8ef06c

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 adfdc28ada061ade2380ad03e5572343e490d09f333e303af95b0253dea95ea6
MD5 aadffc2ed931a47b0992a6580a04043b
BLAKE2b-256 56189505d006a99580a2bdf2f6d5e224ef35f79d584e6c15a08a9334419d7f2e

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3cfea5288e185908db4ece1b378c1ed11582d52ea73d7b0cb668bb16b07f4f98
MD5 bfe24354461e456c29918aabfadcca4d
BLAKE2b-256 c131c3dcc3520c8d63762056f0bbd1528cef61bbd5cfdbb8c3d2afdebd7d77f5

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a8f7d25c8c78e925a69245a4d6e8862716d3a9616ea26e8aa290f92d7baf072
MD5 cd9f65caff4be81c9abf7b8f2803ec92
BLAKE2b-256 cc489d75ab429ee6cb1cbc95a4f05631ab30cc286c4a6eaecc9e631236a151a5

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: yoga-1.3.0-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b5917835550062a2f6684ad7520f2c4aa07418c314474db42732d258da1d1cb7
MD5 79e2b4a55f5933e62c0b766a1357e061
BLAKE2b-256 4c32448e2f78b430ee0f876444e5cea3756aaa7cd8bdda678f4ec339cc2a8742

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93f85351d9d6a66de5934a119d2cd9f9414ec62d6281022da5e3699f20d4595b
MD5 2fa96ead0519b5bc94512605e6190eea
BLAKE2b-256 5550568e1f0536479467dd0a0a42ef9acbd1d33ae4189bdebc80a19a166de77e

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce42b24f9cb35647fb32d32734305c7c456eea1f259eb464d6b5211e16c66976
MD5 6f692a61a6689a874e82f5e84d92d8b3
BLAKE2b-256 0fe61e6b6bd0d2e7039e2e7199629176bc379d4d8bb6c985d777db0a78fa8c26

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6945ce4e637ded3982c4720f29ac0267c574624b468068cb5c9a08566aec2be
MD5 9868f4b4979e36fb729376974663b184
BLAKE2b-256 18bb2d9cf3b7c212c129cbc504871cb15b8cc286943d786cd0fd801af53f5667

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad35c301a50ce6f67659c21c0031a64f45b3e77bb6be24e183d0b962a95ca65e
MD5 ed3256f58fb322873d1300f2f3fccb29
BLAKE2b-256 3e5bd4aa77e5f04a17641ea470a446a085320fbe6c3b35f163de26734cc42431

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: yoga-1.3.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f6c849ff041aebeead3b63e2a6d8340efee84f8169f0ac67b0173233e4fd8a2d
MD5 102afbef49f28e87f91ce3b2478edbd3
BLAKE2b-256 36bff300c1a20232edb7bf51a68a8750a4ad4e844c30d98eb4282b928a5f0620

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 29db5e863a43fab2cafb69ea899ef9ba5f33d8cc82e1b21ffa2094c5d10a165c
MD5 95a2ead4cf926df34c64e8baa2eceac9
BLAKE2b-256 e241b2dc4219f67c05bc7ce1d390067bb8edc792a197f010f9dc4bcd7315fa38

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83729bd47f47a403fe5e49292a9c627c48a9044e988a13ba778869aa89972462
MD5 b914484fe5a09b951daa2731d1e23295
BLAKE2b-256 69e4163e0f550fa651cfed1f4aa5b2616267682c3e7a8a11400a06aff0e2212b

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: yoga-1.3.0-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4a95f54b74ee8b35af3de40f0c15855d2db2d9c165249212d927e2ed23a449b1
MD5 106f5eb7313291e90b609a617e86a0aa
BLAKE2b-256 e8cd25717c9da425a0484e8906d15e141f8edcb0ea5854e80a0c6d06ec0d16ce

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34a81635e25ce3ed3838dad7c78b7e537f7fb694d41028d01c1de9351d1ac83e
MD5 f47ade1e017a62b45edb0ab0ed9cbf3e
BLAKE2b-256 b8e7bccdbba469d8bccb6b3a8d3f618828aa9a07eb32ee02b9da89697c54860d

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6eff3f765114669f240ec525c562ae20d4e8ab7fb8c9c06da982e57275cb81b
MD5 4929a46a3e1924559e6d839ba303e4e7
BLAKE2b-256 25934d1a7d898e51472c9015650ed2b02f14a3b14e32fb6eb4194f3af3b8b673

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e36a780491f540ba0086e426bfcae2678a2b4b4921687060b9f2c10a412084ad
MD5 a9b69129c7dae83d985889ec1bde086a
BLAKE2b-256 ce811640adfea0b392d623a0d875347d2be539499f7eaa97d179a87bd34fd9cf

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2b9febccd85d17c0bf7f9f03a9f5e3ed66df1d75396fe299423aab03f117060
MD5 ea070490da6014c7f835a25200291588
BLAKE2b-256 5013f4ddea5d43d2edfd80c46e919785fc1925e301cf8b263a002252aa3561cd

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: yoga-1.3.0-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3dddb7b53c6e305c19a1ec144adb26994c40a3efa45524b322647b9679c4550e
MD5 02e54a7de96e00d4d541ccd84aba88c1
BLAKE2b-256 28d9d0945562f36ec91437996021d00e21a08d7364b852b72730c665c1edc7df

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f158091f629c998bb72c024f63853a8128461bad92875b2ab0f5a80d41faaa3a
MD5 564e38fadecfa886c9caf42f2ac2db0a
BLAKE2b-256 a40b806f4c95c54424e591381a33bb32f582e479b042818121e4439e24c40b51

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd0350ab62f078bf224f1e8b2e80ae992ad73688dd585bbb1a93bf41a5774ab4
MD5 6ac00b007aeb8cef5e38a17ffd9a666c
BLAKE2b-256 cad9bc9f7e91d2a319a3d0bfcadb987b19b88291bd15be1edb638afd444438fc

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: yoga-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9e1f105c72bc95f8649bced2a1b06f64c5557ce251488a3e4556313aa71bfb1e
MD5 ddfffc05c81f08a973721ae0409ba672
BLAKE2b-256 ef92c18dccc9cd9b191f4af4827984d3f480d6b37f11dd07b287522be0f1d492

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20215804abacab4ba4d3dd4bb00df4c9f0207d9365f61d37d1b48a26b14b7427
MD5 c9fdb6fb89771b2b041bfafcc42a85f1
BLAKE2b-256 8b4f1c89424363deb933a78de02790e52b79198908e7d633e68538029f9c7b7e

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6431ac0246410ce0de9b0ed228bcd97cb4aefc368fa97430904085047777b7a1
MD5 545de908aff64b9451e0e06dacb760e9
BLAKE2b-256 54e89735d19017d67b8c9cbc92c65d453607de7e936187cbf9875cb78223a8d7

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78e0e249199ca3f838189714a00e1aa7e6afa68e05f554284c100f8960678b92
MD5 ff31a75420c1c4eb61971712eaebcb83
BLAKE2b-256 34bfa16037cc4c4246fbad97d05eae18867d3e0bdfdaf0c65210bad7e20b9bad

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: yoga-1.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a29b410c189e13fb29a9d3134e04123c4a59222dca1f28bc5ced9d2ce15fe13b
MD5 91e2517a1f573c4c4d66a5b27fc310a3
BLAKE2b-256 3735107017f34751a2e9a3a37d4eef7be49e012e9b6031b269a86fba77e98ae1

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d00d4eb61e12c12bc8ac96375196d5e0fbaaed37410b03fe08a030f7ae152cc
MD5 86a4d2af849f4e113dbded638483a235
BLAKE2b-256 a4cba3dc6512a23ef4fc54127d929220f813ef0a2f749ff86e8b821e3b8d7a54

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: yoga-1.3.0-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 748212df8fe72e3d3ff1a73e5db5d7a783ab53c4eff9faade62ef736549acb7e
MD5 59c89b829826eba349fa9901a2d5e6cb
BLAKE2b-256 cb6c1264cf1d195a7e418c9602928c160c473ee008e9f219d8ed1960a9de51b6

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7952ecba510dac1a62d436979c32e440bdfe6584f8c828f6b7993d0ad5b24edf
MD5 edc262bc2fe74f8fa99a24dd57f7e2fd
BLAKE2b-256 18b53b4bbf49f04998ba8358a527b84b1f7af9a429461f165a8b608aa5a54867

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85f036931c65516de1f571638f5e076f15448eb4fd1bf4ef98d9437f852bd42e
MD5 75435df4e412532516003ab985d2f6a0
BLAKE2b-256 08059106eab231317f0a01b5ec6516bf07e88021b6e821cec8b6b186ebe8db48

See more details on using hashes here.

File details

Details for the file yoga-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yoga-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b52af1c57a623e4cc6db814111207ab1de6fa311360415b30aaba1ce308d0160
MD5 7bcc24d2c07ae9920b5df712d584a792
BLAKE2b-256 6acc467dfb74f35b426eb7c24b4b98e2f7911511b170af33e9c3dd04e250d2a4

See more details on using hashes here.

Supported by

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