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.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 Distribution

yoga-1.2.2.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

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

yoga-1.2.2-pp39-pypy39_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.2.2-pp38-pypy38_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.2.2-pp37-pypy37_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

yoga-1.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

yoga-1.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

yoga-1.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

yoga-1.2.2-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

yoga-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

yoga-1.2.2-cp311-cp311-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

yoga-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

yoga-1.2.2-cp311-cp311-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

yoga-1.2.2-cp311-cp311-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

yoga-1.2.2-cp311-cp311-macosx_10_9_universal2.whl (5.3 MB view details)

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

yoga-1.2.2-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

yoga-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

yoga-1.2.2-cp310-cp310-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

yoga-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

yoga-1.2.2-cp310-cp310-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yoga-1.2.2-cp310-cp310-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

yoga-1.2.2-cp310-cp310-macosx_10_9_universal2.whl (5.3 MB view details)

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

yoga-1.2.2-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

yoga-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

yoga-1.2.2-cp39-cp39-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

yoga-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

yoga-1.2.2-cp39-cp39-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

yoga-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

yoga-1.2.2-cp39-cp39-macosx_10_9_universal2.whl (5.3 MB view details)

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

yoga-1.2.2-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

yoga-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

yoga-1.2.2-cp38-cp38-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

yoga-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

yoga-1.2.2-cp38-cp38-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

yoga-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

yoga-1.2.2-cp38-cp38-macosx_10_9_universal2.whl (5.3 MB view details)

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

yoga-1.2.2-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

yoga-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

yoga-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

yoga-1.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

yoga-1.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

yoga-1.2.2-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

yoga-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

yoga-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl (7.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

yoga-1.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

yoga-1.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

yoga-1.2.2-cp36-cp36m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file yoga-1.2.2.tar.gz.

File metadata

  • Download URL: yoga-1.2.2.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2.tar.gz
Algorithm Hash digest
SHA256 52d581171c55dfd3b6e52a216b869200cee743e64cd1311c8fe688a8f4a6dbcd
MD5 cea067eca3030273fa0d1136498c6301
BLAKE2b-256 5b1a8cff7cade42f669afaab14625e12b9093fdb27bff253b346166c8512e625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ae383863d005fbce30e65d97391905dee8341ddbc71fcfa84fd588a4eacfc8d6
MD5 081c0f9208f2c644754601dcc206c6af
BLAKE2b-256 c792ba73c33fcf288b1232bf34bb09f1ffce84fcedb33b40dde15fd9313e69ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f42c9c558a134311177bc0550560a13ced27f4535f6b273a9e9938220c9e3cbd
MD5 e1b912786116f9d75f67a4c391d70b58
BLAKE2b-256 cc9a9fe82c628d44e5c5a22ebc974db06450691bbfce1353ee85c4f4fa6c8d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5377548b9fab132ad3bf32ef6088eedccee96517c351c3aa22f43532e48107c
MD5 7b9a98a71c7270168a0674fb9bc0e9ba
BLAKE2b-256 9aa39a06f3231d36e70b08c819fcb1c65405ba6eca49ca19036c60f11ec631f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3a0ce552cbff25fb2e2bfd226eedb7e52b4651ab3e36b65823eb358b1b48105
MD5 8db99e48356de06c1dfabe679cc969fc
BLAKE2b-256 3f90b32e39fe9eccb2f2a0a8ff869b3c6e61bc04136d5029f7d0d29815ea5f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f6f1e867a508c59fa67a7fbb4e8b699dd48b2179a21d20f8664126501d3b64aa
MD5 7d0789347d8a86dd7cfc22c0b7d5f8ea
BLAKE2b-256 e166a7a2f6ebd23dcf50e92cc6af84d79a2ded67ddd0140fd03c5c538c1b6748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddd0917e3fc3edbf22ea882a546f98883d14142d2fa4b356d519fedde9e9431c
MD5 b809d6ec70cbc17d2da88ae87c04eb95
BLAKE2b-256 0e380258f8c5ec16b94df132818c60fcb748f1da850c9622be27211cbd18c559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f037f8d40f37596a3ca13c33bed776da81182c2e4c2ec2ef722222f38a486e99
MD5 5433ad90cc72931842769a755f133d14
BLAKE2b-256 fe86b37bb7a644a41fa309061a792c35315dc39efa321db01652b106fcbb0218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cca6a099ecb65f3cd5899b2960b49efa625c25f469c0be12a48cffd61b684b53
MD5 830a0dd7b42bcecfe8b69b051b442e2d
BLAKE2b-256 aca0a6724122fe22beb27ca33d911302a6b0ec1faa76d07a23db421a630270fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 49493f6e0fae26342f6861c25856bc64620d1b32ba7c33fef5b0f19b6c7d060a
MD5 370529864e670ca01d570e273fdd0f4a
BLAKE2b-256 70545bd2e6115f6c6f361ddf8608fafc3d0d4f91ca1e6ee4440cde003ad99dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60d2102adf6d0f4f6f8ed5cd7e66f13dcd5e8a2ab40116bc4e30820c9facde41
MD5 553994f36c625a106f31b47c44b667ec
BLAKE2b-256 d11a03880255fde088c5152576004f199ced21c4c600e89d1275fb8c12248741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8c8145f65b1a3a9f8fa6187370f66d96f30f0fbd3146c22c73bb71abf2be790
MD5 3179c6181a4bdfc45cfbf9e02ffb258d
BLAKE2b-256 643d603ee4080c451196ff629f700b3872cfdf27f7dd0e3ca78cd2a47eaad3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 128d57be087a60a203f4948dca17b63b6e25bb94e1a764aea5ae1570a8fcf3c7
MD5 4e2418a8a5d42761d4d66d5a43ab5a5a
BLAKE2b-256 55a6b240ed334ceca69250f9fa16586a66afd217f4723dd8015ad57c6a56c016

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a97aaa971e05d8c81c8b6bb8cf0c894cf944a6be093037588c6dcd2895c94a4
MD5 1520b73fc948cf1dbe4b94c14473a4d8
BLAKE2b-256 237d624452c64956b3d380ebc985ffe14d4f32b8121fc40184ba7f6d9429a4dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 edb80f03b2a8bfcf1f60d53d2a38a134ac964fdaf5e3c4a909accb3154f05d86
MD5 8240a563b32874e24f1a9e13ae9e3c07
BLAKE2b-256 dc1ff6942fff543b2b866cd279f5ddc1a8a3aba695ca9142b42b93970f42e012

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp311-cp311-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e6cb53cbc6a8dddbc178f79df3122e64fdbcc477e44eedb28db2a3f8ecff989a
MD5 a31ce8e9b2a6db996bacb949cf05361d
BLAKE2b-256 a98d6e4eedf05597b6fe7a7cd80f770efca679d5de733bb80cb597c2f33d1118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44aa2e2817dcc808343ae3e8f0c7983e84219ad5f890c902b1f3ff852570d71b
MD5 d969a59e203770ac3feb250c3e653f4d
BLAKE2b-256 bbe8cb893605483ed1907fdca33424de6727767154c7c7816497cb1e84242f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b2dd4c83d72cb3c2d9dd9ff124755cb7e729e1fc5ffdbf029558c9695ef8a97
MD5 849ced1345d87c6544a8fa65cdc30e12
BLAKE2b-256 08d54c8fef9b7e28aef44f2a42c69710ea5d3c30c1338175c8b5a8d7d668d0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5771fde1df06309b22a61602e1cc8ff57b76d491981b3436812c6aee86c7f8f4
MD5 4db9275500165a18d2b41d045bd7a20a
BLAKE2b-256 5f26b2d8f4cb80df6e1484a77ae3ec60d53087eaec1d0f685d0cf6292f6f61aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee6c6e1711ee9200b473959402f1afe8f0a60c8e3d7189b7fc8adba592078fc1
MD5 a09f7ec57b1bf5eeaad51863d0210716
BLAKE2b-256 867bdcbf4258052c8b59a9687daaa26b820819e00823c65f652c6538c4285db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6db6898540f6ce694d0c9126f144a5fa891163c3d6ba89f5d5548215a5ceb3d1
MD5 6f95e17b6978e64c065287ee3e0f0aee
BLAKE2b-256 18016dccd0520a93953ec00cad4f1cc54c7ecfd512ff76801925b00845e08824

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8cebe37cdb68d8a2a885e6fc93fb256ac47bb6fda3dd21689b1ae30a90984cf7
MD5 1404c3e2c4f9ceb2de0b8f090614f1ba
BLAKE2b-256 b65ac762be8599df966e5361b1bfa8e285cd9779714d8ada320016b1594664ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 57b8604d431d5caa1023ab3bab69450faac81ab7263b7a8ce45016b1e1cf7b25
MD5 7a7d641de658f54d6968de8e07c1db1e
BLAKE2b-256 ede31f668908cc497534c80b7535c6424d21afe6332384cfedb2f786bac40b65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 855c2a9d25bfb65aec8c9cff6475cb20b096fe0fbcf37af5d834123f1054ba9d
MD5 c41e4b2ea2a6f77dcc2d4c928b710596
BLAKE2b-256 907ee68d74d6883f68700c4994428ff798f721da624c328673113579b2281df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2dd862f17d40d02d48adceddf32719ab1d78711cccb38a202ebb1b7124e67ec9
MD5 386c82828797fdc811a02f1b5926d20d
BLAKE2b-256 afaeccda4cd3bc082ca7262e20cc0879c1fe6203f96d25a38922da1b750b14a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0587a2d8116cd89ec15dc7a00157159ffed6f9a335a8a569d03419faa04cf31
MD5 7f2e41c2e7180ad899a762bd127b0218
BLAKE2b-256 044af80ff45827d2b2fa638a4b5c5731693091023c5d9c0b62dcfdd9f45c7007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59abb1f4b13fef056928d809ad6a1e906d8e42fb76517257cd3d13f5f954cda1
MD5 96a20e18a6c7e35c5d2298e998dbc39c
BLAKE2b-256 79289f1d3509bdb79a05e14ae5b17de406bbd7a4a2489b9f41e2a1d89afb9138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 152098c20b9fb70ae4a6cface9190579a8fad43c10824a685640713dd0f2c58c
MD5 5af2d59cd7ba214212c3e11f113e0975
BLAKE2b-256 1a308994eaf3856fde95e4446866a832696fa62c5ebd32b5fbad598c9987ffc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8fa6329f8518c541b8cd97681f269ac118be11e95ae2bec6f976863ef60ca390
MD5 a43e9d30441470277273406f662f046d
BLAKE2b-256 4d4aac65290dd3087405ed2e4396fd6889b5428dba2e526dd5234f0bc2ce34a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2aa19b597e43047b015f5b38e09839b1db8e771e2ca70859d5d7fb343b18669a
MD5 7aac4d5ec57762cf77b3865a1f797d22
BLAKE2b-256 33d471d397c9f7d8f65fb873df82d3ab78a731f3a28713a6ca652d2c87307596

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c628d2d6c6f006153b2f2f861fb6f70ac6061648431d64535f8860075cc6ba98
MD5 8d156436ff6e05b210fdb5ff91e18679
BLAKE2b-256 d4c468deff8afc63c6e97cb63598024dc715d0567087b15f6320de233c44c30c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 60e3f2c4cdb269177daf6595f5b353f7d1fd58c2535dce067fcc03dee836dee5
MD5 443774fe2da10cc9db4393df7f5f3894
BLAKE2b-256 23f46e7b7091e8e7dc882b3b72fbbd61fb4956f8cdfc00cd1df17e6fad40071a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa0199c80f0ae4f19991dbd8c3afa9cad4edf817d9b434822a97fd982ef3dc0e
MD5 399b48441bf38dcf14b082b0789ae285
BLAKE2b-256 22036b3afae21014c091fee69bd508220e0281b020aa3753ff76c59d8a411d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0aa9ebbafd1b4f20160c0c1247e39e0fa1c865f03e55b0bb69a7a968f5bc4421
MD5 0cbfe3c78fb38d2e5a405f8627e8bc09
BLAKE2b-256 b11f25a666519fcb21000e062e628162215656b4266d58b040368808e719fe6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 43.2 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5b2abd19d57e14f69cd3793b626cdb70f384304b5351c2d89a1802ac297ff3a
MD5 acca55b4abdec8d4a112e042db04a7a2
BLAKE2b-256 2e00c77b86093e862921f001280a75ab376fecb72725748807a0d96b664ed512

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 300a623eb3b51b4c8dcb9e35b4965b425e00b33be34269f304720c975f299fcb
MD5 9b446a42e3c39c920e4e9f09da91023a
BLAKE2b-256 0d9076a0e797d870376d0254f75a6bdc45438cb496f36ce27f47f4ddb47bd01f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c4632d723a63e06253cb0d9f56df813ebd1d5d8053b37306816092349ed8bf6c
MD5 680a5ba20dcbcd9a9889ed6e52d920b7
BLAKE2b-256 57b5735dadd3e0f00c0aae8e7f333d61f10527318b401d0c3c751fbf1169f065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 da695b00083cd13dde8fa97bfe91024337f06e1eaca8883391e838490393c3d8
MD5 7fec49cb55bc98f03eac2c80eccedc4b
BLAKE2b-256 023420612ecffe604adb559d8cbaa87328055be9269e7934f49c74d103717c24

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6afbcd0c2377454309856306d5835d7cf3da320cd8190aba7db6f3acfcc3a59
MD5 2f5d67e7894a129a717b476c490de546
BLAKE2b-256 e8dd04a5d053d540499e05807f246da68733455d960da87fb74a9faef5b9b5ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd1c4bf193fc4a887fb08e7d75d70e79c179d18929384dccd485577ecc03baf3
MD5 9824a66c0f41624b566a7da9709505b1
BLAKE2b-256 f69b45378d2a4d4eeec46025e07671ebf898289eb02844cba0589f9db212143c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 826e97d544cd89a4e3f1af8ca97cd612b210bac8fe7fc1f70206326dead02a86
MD5 f8607f3291e13091265c97d6013ee496
BLAKE2b-256 f846a0b3c5c5de087fe1075d6778560ab61562156ded81627bc1cdcc547d0dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3588df938f24253b7c4b0614901e2efcf5060fae2d084cbbf5298f1452284cf0
MD5 86b77ed5bcef665d134f52850849ce6a
BLAKE2b-256 14d8165877ef315cd0cba939ee50843012623600b1bd0f56787de3425b33338b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 43.2 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc431fcfa1be73284d98090084e6f271b9e62856f0838144759b3960bb3d0b84
MD5 211c33472a0687b0e314b25fe003bc2f
BLAKE2b-256 36d6e5bff3c174e21e873e4d8db66b7d6e1bc20a52e4dd0deabf1c40d7ec4098

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yoga-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for yoga-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f442191556b195faa11911690c32b6387bbf0b62a545f7468aa2f5a606999cf8
MD5 533ce101b6937a696f59747586f5018e
BLAKE2b-256 3ff2deda4015caf4b4e8df0d7f4cca1704fbc13419120cfa61dc8fbcc036aff7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dc1fc3a0146db98d4b7cd5b3443b0a5513ac520444280cb9673f99304409ad9d
MD5 cb6c51cf5a140ee4a5a9d019b2ccfe08
BLAKE2b-256 2c1c4412d9c582fe5c5169b1f05736b883b48a05365f06e4499858fcb3b015be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7e62272ad7883c19386e29f143a3ba12c943664f133e9746363b729ca727dfd0
MD5 0ea8d1ac132e60a6cf30699016ff41b1
BLAKE2b-256 fbd969879580f140fdba09357974cfb10e12b5ba48c379cd169c3118a1838cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0306de7fe590ee20500288e84a6ddcb0c50bfc8315142ac0ea15f0ac5e44e1d
MD5 24adb95b165e97dc53d565858c0fd7d0
BLAKE2b-256 01060e789b33b7c9f2dad91b4a697564a7b57ef2b9107adb9fa281237eb9753c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f5a1b50d1c34ec54c5ef8637db3689cfdba4d89a0a0f2f68d71a4fbea8baaeb6
MD5 403fd8f568d6eca091aedf19520710f7
BLAKE2b-256 94ee9fd739599f706feb20eebae85b0d8879ad35fa15c1fbd9ad2838540868ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50bab17a4a688534f1aa12f9d9908d85b2e7239bf5289fc1a9fd9b4a121f12a8
MD5 4a5da2d526ead7ac75de1e1ab62dc394
BLAKE2b-256 e0b55f72365691d726e1e1a17b6390831798f64a2992d848783573781affa6d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d5e0b420ccf84fa043f830db23ae0499ba35694785e97a1295cc92f4b4d664f
MD5 1cacdc5f01a2c65df1cb758e2540c0aa
BLAKE2b-256 3351ac33cf55e338ec9842118b1d1e0671adff5aefb6e6dc8cac0889934ded25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5b2af50d8f50ecdd15b913533e973bb2a1e1466aec2972b5c5269f43b96454d
MD5 bca8709546e20e1c6ddd595e63f95b5b
BLAKE2b-256 067b9287e9d0274bab1bfb817a0a8d696fb3beacc34c4fe342bbcbebccbb4ad1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2c112bddfa4d158ba7685dc75b4b3588d38d460164ffed1792556c6af3e17f96
MD5 ccbef6b57172844932e0981959d99ad2
BLAKE2b-256 b087fc976ef0863e8b68345282346f6d9d024594885f0207a6740918be2a7684

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15ec7275bcb13edcd201d92695d78ce02317118663f1ef24af941473646c85c1
MD5 ee02aadb1c3ea62c90920a594f876d86
BLAKE2b-256 2790a87d811c8ed299abdede0a52d8ab652738ba303392de01286ef89608657d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 454848461f0f62b3174efd7d050462fc6d760eda165df20bdaf1b67c33ca6293
MD5 cd3abf1eb31d361c0cfa4fbadb3f612d
BLAKE2b-256 3bf88efdc03c43c87e5231cfb834842e1329ab6c61e388811ded5985e72a1631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d7daff3e9ae78ead217f4f0222fb90e94cff8420752dd31d2df54d557195694
MD5 a365e46f6f0281f7c14c874fd2f2b64b
BLAKE2b-256 710a1bc34143a0add6f809c9e60def9cfbdf07197eee6fc20de7f111f281d7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72079cdb99bda80b67f3905e79164f54fce91a406babd3793a29f3b48bb912cd
MD5 902fa710710b7b3255634af0e50a1c60
BLAKE2b-256 51e16fcb18d5741c16635ac930fdc333604bee10787a2b494c4c3ef3b9bdcc3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoga-1.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4ef6e2cdccc0dbac1dba149980e310bb55459127dc2fa9fc720eb0bba984f55
MD5 f2b7e7e3daa84f71b3e59b779d595287
BLAKE2b-256 3217cdc533eb466bdb4abc329b099c5a7cd73a35735a49503fb0b52d68341355

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