Skip to main content

Streamlined Cython bindings for the harfbuzz shaping engine

Project description

Githun CI Status PyPI Documentation Status

uharfbuzz

Streamlined Cython bindings for the HarfBuzz shaping engine.

Example

import sys

import uharfbuzz as hb


fontfile = sys.argv[1]
text = sys.argv[2]

blob = hb.Blob.from_file_path(fontfile)
face = hb.Face(blob)
font = hb.Font(face)

buf = hb.Buffer()
buf.add_str(text)
buf.guess_segment_properties()

features = {"kern": True, "liga": True}
hb.shape(font, buf, features)

infos = buf.glyph_infos
positions = buf.glyph_positions

for info, pos in zip(infos, positions):
    gid = info.codepoint
    glyph_name = font.glyph_to_string(gid)
    cluster = info.cluster
    x_advance = pos.x_advance
    x_offset = pos.x_offset
    y_offset = pos.y_offset
    print(f"{glyph_name} gid{gid}={cluster}@{x_advance},{y_offset}+{x_advance}")

Installation

When building the uharfbuzz package, it automatically incorporates minimal HarfBuzz sources so you don't have to install the native HarfBuzz library.

However, if you want to use uharfbuzz with your system-provided HarfBuzz (e.g., if you built it from sources with custom configuration), you can set USE_SYSTEM_LIBS=1 environment variable (see example below).

USE_SYSTEM_LIBS=1 pip install uharfbuzz --no-binary :uharfbuzz:

harfbuzz installation is found using pkg-config, so you must have harfbuzz's .pc files in your system. If you've built it from sources, meson installs them automatically. Otherwise, you may want to install harfbuzz development package, like harfbuzz-devel on Fedora-derived distros.

Note: you must build HarfBuzz with experimental API support enabled.

How to make a release

Use git tag -a to make a new annotated tag, or git tag -s for a GPG-signed annotated tag, if you prefer.

Name the new tag with with a leading ‘v’ followed by three MAJOR.MINOR.PATCH digits, like in semantic versioning. Look at the existing tags for examples.

In the tag message write some short release notes describing the changes since the previous tag. The subject line will be the release name and the message body will be the release notes.

Finally, push the tag to the remote repository (e.g. assuming upstream is called origin):

$ git push origin v0.4.3

This will trigger the CI to build the distribution packages and upload them to the Python Package Index automatically, if all the tests pass successfully. The CI will also automatically create a new Github Release and use the content of the annotated git tag for the release notes.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

uharfbuzz-0.42.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

uharfbuzz-0.42.0-pp310-pypy310_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPy Windows x86-64

uharfbuzz-0.42.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

uharfbuzz-0.42.0-pp39-pypy39_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPy Windows x86-64

uharfbuzz-0.42.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

uharfbuzz-0.42.0-pp38-pypy38_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPy Windows x86-64

uharfbuzz-0.42.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

uharfbuzz-0.42.0-pp37-pypy37_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPy Windows x86-64

uharfbuzz-0.42.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

uharfbuzz-0.42.0-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13 Windows x86-64

uharfbuzz-0.42.0-cp313-cp313-win32.whl (976.6 kB view details)

Uploaded CPython 3.13 Windows x86

uharfbuzz-0.42.0-cp313-cp313-musllinux_1_2_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_universal2.whl (2.9 MB view details)

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

uharfbuzz-0.42.0-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

uharfbuzz-0.42.0-cp312-cp312-win32.whl (978.2 kB view details)

Uploaded CPython 3.12 Windows x86

uharfbuzz-0.42.0-cp312-cp312-musllinux_1_2_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_universal2.whl (2.9 MB view details)

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

uharfbuzz-0.42.0-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

uharfbuzz-0.42.0-cp311-cp311-win32.whl (980.8 kB view details)

Uploaded CPython 3.11 Windows x86

uharfbuzz-0.42.0-cp311-cp311-musllinux_1_2_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_universal2.whl (2.9 MB view details)

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

uharfbuzz-0.42.0-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

uharfbuzz-0.42.0-cp310-cp310-win32.whl (979.8 kB view details)

Uploaded CPython 3.10 Windows x86

uharfbuzz-0.42.0-cp310-cp310-musllinux_1_2_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_universal2.whl (2.9 MB view details)

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

uharfbuzz-0.42.0-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

uharfbuzz-0.42.0-cp39-cp39-win32.whl (979.9 kB view details)

Uploaded CPython 3.9 Windows x86

uharfbuzz-0.42.0-cp39-cp39-musllinux_1_2_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_universal2.whl (2.9 MB view details)

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

uharfbuzz-0.42.0-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

uharfbuzz-0.42.0-cp38-cp38-win32.whl (982.7 kB view details)

Uploaded CPython 3.8 Windows x86

uharfbuzz-0.42.0-cp38-cp38-musllinux_1_2_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

uharfbuzz-0.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

uharfbuzz-0.42.0-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_universal2.whl (2.9 MB view details)

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

File details

Details for the file uharfbuzz-0.42.0.tar.gz.

File metadata

  • Download URL: uharfbuzz-0.42.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0.tar.gz
Algorithm Hash digest
SHA256 b2276e49a420ff87f8b05c637d07dde92842ad21d857056c300c9c2fa3d30114
MD5 70c3e6186bf1773b2dcf22861c126736
BLAKE2b-256 29fcd904893ec4593a19e644c72a8863830d83b9b0bb3fb3c772200a7ff5903e

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a857d57c4902d6a3085d2d0540694592f2ba5c5d7a572acd003b07d6fc922453
MD5 3fc40767fd3987a7caecfccebd3f5f31
BLAKE2b-256 84ee043a0be0a43ce283ab47defcd8cbdb6ffa828622ec445c6dbc92cf8ce40b

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47029272efa84716c941106fa2c435b29706ba7b757854e68fb047a8704da2a4
MD5 d0fef1248d243879c4b2e0facdcbb2d0
BLAKE2b-256 1d9a81458ec09c1d936a4e79a7dd92407b56e26f0587fd013f1c0a3e1ed5937f

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 917ee8356387101a20c96b5952c385a1a56f4e03e3b59a490088dd932a1feb3b
MD5 b00125fffb147d046dcab2b84f96f2f1
BLAKE2b-256 69886c3cebf469ef960b2ba9cb7fa322233e1e3b2fa95c5222ddbf1140e824de

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7391664831e70276a0b197aa8ef9a2278c58f824c5ed376336fa826587d4fd7a
MD5 2734b38d317ee33565099171435abb9e
BLAKE2b-256 b217906122ab5faad839ccce3e8f3096ca4347ac71e0d1e83caebb9bf4a53190

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bd77eef9b7c5bb7bcc8aa78b0704cde9d4bf012bdae612f2c44eec7c560a4dca
MD5 5c80af1e4d6536caf89709977840bc91
BLAKE2b-256 cd1d55309cc21591845fbf2f2dabf24920bb421d59a0a24a70001c45c9792743

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ace8a83b3380635d63da85493449ef046836865859b3938d8870305fbe955bd4
MD5 bc1c3f2732170fead0189536f900f2c4
BLAKE2b-256 f54dad5c37383910bed864b4d813fb7094d59467e76879b9ab627a4d3bc6c13f

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53e6bc8ff95c54b3821c848a756cd343fee1ead1394594cfca4c4e87c3d5b26e
MD5 f69a0ac45789bf7ce346096b70e79750
BLAKE2b-256 bda9dc8963caa1b2d643cb69d0c512a32f0711ee2a6b5876dd6a19a01d83c4d9

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f699dce3cbc468219a7840e194ba6125c6558a64d23abed7ace5d62c50b1cec3
MD5 247fdd0dfc500cb4f8efe826b9411898
BLAKE2b-256 6514016d83acbf01ef4bd3d1c8142ebb423eccd5afa6a8e309123f5af16287b0

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3e2c2c6eabeb8ad2874f2d7ba7ff76f5786606da1e0d17918f178bd3c4219995
MD5 3ce040df797b2d224fb2150178560dcf
BLAKE2b-256 f9bcd0172bd89b692b962b8adec4517c587d214e40198dd3082c7834b46e3b24

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a8b85d9a7744ec8ce52af2a9581d668fdffe71970a7eb1dd95bdd8bea7e64fc
MD5 d5321bf695bc734026e31eb292fbdd10
BLAKE2b-256 3b900f8c7de7aefda2fa9338c051a8dd6a88b9d857f1e32257ac25a2d0cb908b

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cc8fbf491f5a84e41b9fd8686c9b6b3f6de180a2ccfb20cffeb8b2467ca25d9
MD5 8b93b2aa36bd2d050ab0645ae204bf01
BLAKE2b-256 69b8ff3422b1b9d725bbdbc50940af16d61828a5e403c870ab423e9d9f3758a9

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52c72136b2eb3d436eba8df0be6d6f3aca8a1eb4550fac0296737767c3ef123f
MD5 ddd0fc852fb55066b8374b96774e4dd1
BLAKE2b-256 b52c0904287d70dddc46685b55ea5867bee4b82a16fdd417e782c57002a665f8

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4e9522ed2592a683979f78ec45f88d13ac35472857c0bb6514818a8e89a6ed75
MD5 c2abac54171c5a5f22bfacd7b8c5629c
BLAKE2b-256 bf5b43a9c40533a59c1a821e5d10ebcbd046b6764b8a7d50c760e3f2d3dc2b5e

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c2e05b7f0ddaf0217ddc12cf14fb3b03a94402b3a0eed5bf2785cade320bb37
MD5 4f0d0b196e053d63c79e01ee47d95c5b
BLAKE2b-256 38786311fb462dea5be2f9d7696cb93b6e1addf1af3de50a4902468b9db652f9

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9cbe3cc2807f22b7a3cd48e40cab4a60aa1711708de6f94bace102d416f9899
MD5 5da5c0c9eeda5826e60e67ac129d6656
BLAKE2b-256 9e7a5fc509e561dc2f0badab33776469151cc5201c31d7fd0c7c86adfe5fc0e4

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ce3bb3a79d02ea4e7e42c8987936a8630f48208ceaa2b228d2f12a3b2fa400c
MD5 a4de82eb26f3e7f897c95117522b34e8
BLAKE2b-256 94c3dda8fe561fbaf07d0b39964c6a3bd7e62e9e8e093479d5a7034492000252

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 976.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 77f83467cf7876a73acb5269829d162bbf840b87212db37a845535d59f145c0c
MD5 b7e92c3bd5a63419716aa5f87d1848f6
BLAKE2b-256 08bdb4894a4a56d03d90cd10e8e55e0a746ef3d674d55811f254e3b9a9d519a7

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcf6d6c788aee3ebcac98b6d4f1293bbe5293988b89882858ff33b35f17cb286
MD5 a38efbbc33b0ac8283585c1e75149a41
BLAKE2b-256 06f34f4c5a72656e770348c4254600bb37684844d97decfdc5f7540935615047

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b31ecb4b1fe7c8b3511178a3ec71828be11c1ac768d95a3c636fc8c9eb93a8b3
MD5 d30f6ba4586d0f6b93e505b2d20cc1fd
BLAKE2b-256 b44286f32f1a818b4428f8e86118097bda6f2da93cfa9491a6baefe43de359ff

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1af42cae21b017ada4a91288be370d5eac3f70d4e15139b280cd5ebfe2f04da6
MD5 e34f44b42faca2e7318758ba5341e8aa
BLAKE2b-256 091b22d76b2ee4e96a79c78149ca036ffc32774ab7a73cc50ba7d0a49bcee7a1

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9f63cb8e8dbcc2f84cbee92f9bffa9c5950362ae4a9d19466a074815a042fcc5
MD5 14cf28a5414167750e967a73bd42ec4a
BLAKE2b-256 4b0a275d25351b911afc22362bcfdff9c9462bb4b5a170498875dea919c7631e

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9a083db68896bfdd64d907011bbe86aa8be99bef8fe9f5bd896fb73978a0f09a
MD5 85aad6b6defb876c3283349c79fe4318
BLAKE2b-256 65494fb4520cfbfe80ac08ba8dcfd558632fc11a62b847cc8b6aaa0670eec2a4

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9032b4019cab7c3934fbf93c17b8a22681e42280840e74ffc3112cb32e3bbc54
MD5 d5c103937b46535a4dc12a32e0a2653e
BLAKE2b-256 c58d5d11ce91348f2bbb013b1b06cb7f40002ed2b48211da9171f52b428804ba

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 978.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7069cc8d602f2b9a7717a17182309a2ae29cf3ce210b99475e43617780777cda
MD5 fa4fefc5d1a408a0b2b332480a5bbcfb
BLAKE2b-256 545a59af14e1d2a8cc9a7c666fc358c0e1ba2d6b2814d158ee8d6f79c6716e6b

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2481de13df0fb66adbc0572f1d09fdd685db50fb2896fd381a5e33a014d6697e
MD5 fd5a6679f37c179b79f3c12d2a01da7b
BLAKE2b-256 3a9fa08ba1d1ab69621c84a137174ba95e93a7bbb2f20d5e1105001fb42a3b78

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a977a8a53bf23be00f82139356773fc117d5b64803e5be478fe637ea541b9ad
MD5 73671c6c0ec875d2accfe5e0b1ec7402
BLAKE2b-256 8d401419cf2b8f258f1eabf27dc4b01b54956b6a0adf694b9f8cab2f4798c7e2

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de0b612c2bb1fa1ae7c24c5f96208c67420f067c2100619656432b85a6dd9015
MD5 1df9fbba6b9b0aa77c71fd75cddd854e
BLAKE2b-256 039f98f21cbce7e41bca7e0de7832d68f5b826dbbbd64289bea1c3784241a005

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 758d7a03d55b279bc73d65c573b420364b2a3d9ab5369626a57751a89c60d5fc
MD5 b9e2cc039522a18146d578a84787ff24
BLAKE2b-256 1e2dfefdf9ca7a61752e05c31aecdff8ccf719889d11c7c1ae867554a531323d

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0ebdae331ddf05eaf9a806c57ad765d1123aa4580009e5de8895a94562023d35
MD5 717134ba62110ad51cb309a8f555271b
BLAKE2b-256 464165a4c5f76ef137365cd79579b7b93c12809c4d269202a323d63bea6ee49b

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3144f38bc94fcfbcf29fbd2b22f40b947b03700702875deee19481f189519047
MD5 aca59f0ac46f95c0ca1ad0fe571fd515
BLAKE2b-256 895367b415622274cf37eed81c37e565d033bc7289d7ca74ee1dbb8648ed4134

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 980.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 45bde99ca7f54093095bdb30d9729033f22f1232810816548bf4e5336d8abf79
MD5 bee2efd1c87fbed262037e06daa8b5ba
BLAKE2b-256 735bb39a0cfba5a800686805ddf65a291f584cb0b7c76158acf6adbc2b2f4829

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccbc2f35993c09ac102829d0d08138f6de1437bcb35ff0a00dbdec34cf7bfd14
MD5 e55fa78c3c4db88d5106b851819dc41d
BLAKE2b-256 27b7ee010449bd54e74c3632d735ad2fb1217574daae5925dfa8b483d9ad2552

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 000fc905fe926e91d2d25800548e5d386f9e1bf816a2d0c3c9da223fcd200241
MD5 0601bd07c8fb0c48eecc3c378ad67e1b
BLAKE2b-256 2c072cba6849cb4061604c357a2e03849c689a5f4e6d92818a572c0bcbd67be8

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 438087997d0184f2149d5cb1b5ce6c18492f1bdac7b82adfded5d7acf4b634dc
MD5 a694cd7eb323484d353800d069436c2c
BLAKE2b-256 a6261415184b15a211c4a0f7c30c003781a75047faf1e8ad1f0ec8b6c3512395

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 056cb85d49f10c137036bf234436635eb91c5038a9f6bc00830f018739882abf
MD5 72ce151d0d85f4f24c9b2c62a752246a
BLAKE2b-256 15565f274ccbfd07733926178d419af0b7fa227af3dd648d7051f24861ddfb78

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ee4a073c43fe94aa70c31d1907270329a50ae6553c2b46deb7e00fc830fd8d22
MD5 ca34979aea586395cab9aacc69156c9e
BLAKE2b-256 552a2693c6128ca8f69e1e61536ebf8a5f9a6b74cf02ef39d5464474781c7299

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f80a568c002871531789baba61c73a2c7004709b23b01a69f5dedb9c414bcfcb
MD5 772a769ac35818a6b1b7a14bac24f6b7
BLAKE2b-256 3c7daa15613614eb0f55a03ef31cde1ce96081892ce66216e3ccaed03300ea8d

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 979.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d0262e4f8ad242d3ae51b32c762e2bf378e1eb0d476185d8b30a8f065fccae1d
MD5 b76dbae595bbfa97044f4202d1a0be3f
BLAKE2b-256 a96848b11c0796ce1916a0216b8f39e3e272ffdd28f8ef32edfbd9d7720c9eed

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d22aa1af4c0b56e68d5bd8ff19368927e9106f8c3762b7d2642ee72d2b68386
MD5 c2d33f5f81cc540710a3b9325561d418
BLAKE2b-256 40a32106cf33d68906acfa8737d1222765bae18ff186cc1440e8241ade532a0e

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41a12d45cfc04e8bb4aff617669208b69aa9e242b3845dcb990f97b20e5c4ef3
MD5 030b823e2ac8377fad5abec41bcab073
BLAKE2b-256 1cc8df06b689e2752c0431b69959d0e6de6c5efd1c0f0d6859d8587d6d39b491

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c7b04b9a3caed8a73c873a68b0a7cf1dee6c594301217fe87bc995951eb4146
MD5 6120c4366badc39ba76c115340089df2
BLAKE2b-256 705cc4a1bcea3d101e59baeafb437a4e11f3dd278be335957156f8fca6cf73f1

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 deaa9d0262969737cb4f0349be85085b9b2376c55c445b48fde6649ec18d6783
MD5 f7493b8102eb34ab221dffe6376145b7
BLAKE2b-256 885773dc7f890f9054507c3e9336bde9e50612d502cca615013a4135c8757340

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7fb58551c974a931cd975fa2c265f4229340c042abff08ef2174d935498c4cb6
MD5 dab3f0678fe20e35d6f74e128abcf9a8
BLAKE2b-256 4c5421a969dff7d674b6057152923d6c139e8d0d25bd5b97d8cd017ba50e9798

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed5dc24f108c9b377019f049ee125dd3d12c8b325a47d94101fc2c3461976d88
MD5 b33ed641aa8146b808f359445decbac0
BLAKE2b-256 5456500198195f00eae7ff2ece12a4f742888752b3f66f12ce20131a04f6ba67

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 979.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b59ef5243677ccac026c17a63c54d784ac41e70d5470902e9e32e06e6bf19e71
MD5 842d2fb6eb30496d125832814929fba7
BLAKE2b-256 ffe882f66ca73218186d04750b1c16ef3705d248d908daf50ce407eda752d606

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 756340e41c4fad972c88847dc3d7ada31b568ea308b65325fda8c6b03a626f9d
MD5 a69c66c22f83ddf5c70dcd9be11b2619
BLAKE2b-256 8c338f769a2ea0f6fce24018833a98b5bc852191d0885f801ef61ba63dbfc0d0

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be0652811a6cac127d2ea9be423d83b8e1e000da7ebc8d9fb58cdf4e29de8259
MD5 9742443d1510d7031e12bdeb878f870c
BLAKE2b-256 7d3686471b5bc9c669b44abfae0f9f11f635c05f481efd7a60106c55d313206d

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fe8178a8b1f5e65430a2f84d67b4802e2210663cd8eee5fa023fee11b5a4f4d
MD5 983b7dd12710e96c44deb8366a955d5e
BLAKE2b-256 2802cd18d4779120ed3dfe63fc63270fe8cfd417d99bd682df045856e4ba279b

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c79daaaf46630ddebb77a60f48f21093fb6e5ad3773be1ad1680249199b7599
MD5 67036e9c00bf614f520d70e7d877640c
BLAKE2b-256 e7de7651aaeeb2eb85c2aa0197f39fc42036e60ec4c2a11fe1b30c8807833ae6

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 858500ccd4f8a26c3152fb1bf78eb791c18e3d61cdf4b234840db5fce88a1d30
MD5 e3f511c75aa5375c1bd4a8babfe8e28d
BLAKE2b-256 88b9051876c4585070e59a09e853a6729ae6aceec79315f7bc0d89f8daa40c95

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fb29e16b521313c8579929d745db64726a5deb04a77c32b1d365ed65e604de4d
MD5 b4bf3d3d1c5bccef5abd3d6c5dc13b1e
BLAKE2b-256 2c6971872a66d1c5d1a3e01a5f18972688d11cb586af8d7ee266d75e4b68958a

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: uharfbuzz-0.42.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 982.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5fda042daa295f789e954a5002b0e287f63c52de3df985209695d77341e81d59
MD5 be998a2ba8cbdeb5647d2e3be72b9e7b
BLAKE2b-256 fbd19042e1d8658a71866c8adac5a7253d4a48ea33c9b54b59a01948f9adfec2

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de6ab5708d70c8a3bc62cf8d40413c1b0abaa39e8ef09e3b48644455bcfef401
MD5 bd28dc59b2fa28fe625e6b250933ce19
BLAKE2b-256 f67c81a910e66193a2e2fc3c5246c5aee9da4e55332eb9b6eeb9c49532801035

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e64bcad498647614600206e9d8db5bb71f245b0facef614f39182bf354aaa93
MD5 d420e0caf7e1d9b32647967e6bddd6a6
BLAKE2b-256 3c279288bdbd6520bf2c8d99c031371bfa4ecb7a85f0c182ffd79ee54e1946bd

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 996eb87c86bea2f2c0ad04ae9c9fc1dd95357846656532e92847245fbb11268e
MD5 7c43fe66f95bf6c327f8bc62799b7c03
BLAKE2b-256 41c7ed7a2d1cba22f6ad443b974a790ad999f0473ce02346c7d5daa40ae8215a

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6b0a11b2a3a13e52ad15cdb4134e96c07bbec86a9c74653e0a877d1977abff3
MD5 8bfb9ab835a2579c84009f2a1317b665
BLAKE2b-256 f8655c2249efb52da68aced3e5c96247e8c9ef61459000246b70aa41ba7ced32

See more details on using hashes here.

File details

Details for the file uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for uharfbuzz-0.42.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fad18838c23e4447b1507ebaceffcd7602dabe1cb93bb9bf10d4515a9a2fc085
MD5 9bd35f640556c88c1296f09482745541
BLAKE2b-256 2a4fb321a1119c13b89ff0417cc7eab3f058625b04f44a77b57e8cc6d4a1b203

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