Skip to main content

Streamlined Cython bindings for the harfbuzz shaping engine

Project description

Githun CI Status PyPI

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


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.40.1.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

uharfbuzz-0.40.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.13Windows x86-64

uharfbuzz-0.40.1-cp313-cp313-win32.whl (973.3 kB view details)

Uploaded CPython 3.13Windows x86

uharfbuzz-0.40.1-cp313-cp313-musllinux_1_2_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

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

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

Uploaded CPython 3.12Windows x86-64

uharfbuzz-0.40.1-cp312-cp312-win32.whl (975.0 kB view details)

Uploaded CPython 3.12Windows x86

uharfbuzz-0.40.1-cp312-cp312-musllinux_1_2_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

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

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

Uploaded CPython 3.11Windows x86-64

uharfbuzz-0.40.1-cp311-cp311-win32.whl (977.9 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.10Windows x86-64

uharfbuzz-0.40.1-cp310-cp310-win32.whl (976.5 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.9Windows x86-64

uharfbuzz-0.40.1-cp39-cp39-win32.whl (976.7 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.8Windows x86-64

uharfbuzz-0.40.1-cp38-cp38-win32.whl (980.0 kB view details)

Uploaded CPython 3.8Windows x86

uharfbuzz-0.40.1-cp38-cp38-musllinux_1_2_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

uharfbuzz-0.40.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

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

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1.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.40.1.tar.gz
Algorithm Hash digest
SHA256 1637795bb8d61b3b330a730801d390756add337c890c946712b8a3e4521c0efd
MD5 1ba7422697735518c0a1f0fd8def0959
BLAKE2b-256 e55cf9cc52f5b5c15b79afa71adb53b9b12a640164b97832225f702faaa34a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bb3bc737fb2ef2b6d7c73b2041b6404b7dd88f2957ab71054da12d75725f7ce9
MD5 7e6839ef25c69d5daeeb0b145e820ffe
BLAKE2b-256 1dcbcfecf0baad37e465d7ada4224a50de51906e1a52af1673d53f7a565a22d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc4130be80b08afb51a416602f4336baed02fce08c8ab8ac9be00ec39de0af87
MD5 71cf86461bd6af30af8398bbf06ec8d4
BLAKE2b-256 7c86960b4bbd9cd78697a943812db5c427c2a68563c3bb636b62d25857f29eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be4bb9d4b6c526feddea4c92b61dfcaeac0753f59591ba98056d774013d50dba
MD5 6d5135587903b63eb54fc35d0daaaf94
BLAKE2b-256 4ba4ea517d657af304623d29979eaae351c3e5bbb1cf0a9912be78cd416fcaa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9f60baf14801a121455f17d9fe8dbad45811f30fb42d1bbb07738a9bcf74a172
MD5 200fcbddec84cb72043e2618c81bc37e
BLAKE2b-256 a81fe5f1399dbc066d8335ce46a434718ccfd11522ced87efbe513ca181f7ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6e0cb27aef1246f59fd97f5863cb57658c7eb81e5e02825dd07dc4bb42a7a69d
MD5 28405bac711a01f80fdbba6dbc9724b0
BLAKE2b-256 2b531f2836b9e22378707756ff9612e951401123920b24ea0ed8434820ed48a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6748bcf60d64307ae09f9cea32c14eff3d65bd1e03d33dd6af468386e2bb566e
MD5 2d45287b59404efe23c15c450fcea7d2
BLAKE2b-256 bb0303935ef268da9b99a58725aa67d9a51089b38428ffda041f25af683918a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac0c8439c7e59de90e231d1703864ca36a8d3232d730fac8995eeeecb9893f81
MD5 d48c7a20140ac944a4abe0dfb59c8abb
BLAKE2b-256 b4ffeef972aed2a9311b3560cf3bc22d1967c89db0aef82b44bf9b3974d3daf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dc8e5d649ed7615e61733a997995d96511a616ea4768577a4433a15c68b86d00
MD5 f7241864f3584c82dbc2b425319fc0b7
BLAKE2b-256 d803c0874edec9d1e48a616deda9f587236d96caf952a6ff70602a4521682386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2be4137d2274950660786846eff31b8d089a6809f9639212f493e404939fe3f9
MD5 9d42dfc5e858dd4724f26db46bfdbbb3
BLAKE2b-256 efbb20e220eac2027b38184fef29dae66e2379ec50731aaf346df62d951ea19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c56310f699fcfa6449eefd8fcf6dee7bec139f2172c20f54cbdeeef8191fdcfb
MD5 32b285945eb05fab45158a22a4b0f999
BLAKE2b-256 86c7e9307dac8ec06fa5c2746858ba97c42b25fda3deba64c64c36b187221bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebe7b67ef7c311d3587ae7814ac658a2aa5982092f7a8954a0aa76d79cb10b32
MD5 e33a2e225725ce81a94b568cd6af6347
BLAKE2b-256 1d9a08307ed2f427c8152b0b7e2e9721d4d5bf1bdd5169e90c5c74fde56904ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82ca4139f6817f2ffdeaf4e13f3e6118cb2250933ff979fe8032369b8d573f45
MD5 9f5da79b683d7cb0c5d7c5c5292c278c
BLAKE2b-256 753b543092e808c91b1089492f9864d3fe71651836de77bf5724be75e70d2ca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e73ab119544012161a619ede08d4f20bc12d79be57a08f7f687fbf0d4fa02e19
MD5 04cb679001c178de211657327b2ac496
BLAKE2b-256 7e8c3b1801ea436a624788fda127e99280ceb9f17f22f31699c9ff88750bb1ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dbdd00b7d8a153188e9b003b06be460d8ad85371afab9be7bd04293d0257145
MD5 a8375d3cc0a103687aaee5be75bf3fe8
BLAKE2b-256 b1c2b7630a7e29dd78b86c21f279fa95145f58e4ecc91b3640a0c63356dfe36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9b4607408838de13753bc5955a62542c2bc6b46c76ff132e99ea21be44c2b79
MD5 d82c747d29265422aea496f11ccfd29f
BLAKE2b-256 e9d4bb046ab8155b080fa79f3eb17cd8e7ff74f62ce376026f054c3bb886b7a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 97546c3f0a901a2477be2c60c031ff85a9768413898debc4fc374c9aa67b13c2
MD5 546d8212e0ca469ac77188acf2c72d19
BLAKE2b-256 08bdb5e05515960b4e56072d55458165abf86666cf092fdb53dd4dd91bf1b040

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 973.3 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.40.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 03d7f65ab35dbb1125b63da5ae8b257d79d7263f8b37d96837343615ed888c32
MD5 9ef4fc25fe9a9aa845446fa2a3e516a8
BLAKE2b-256 5bddf46369e310185e6613122823014b8612dd96fb3d4f70975e13083bf03090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1831f4716c47aea3197d1da5d1311e22ad888736f51ebcd86d3183d5dd6805a5
MD5 68fd1ba32af91ce28ab8d2d1052a1a3b
BLAKE2b-256 af8ffa560124712bee21a8b84f6277f3a5b1a255e2ab62712fb78a6267558ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71e65da27b5eafa3749eab1fa12fb52ca4ec395c2cc4b5a6ebb6607dd4663c73
MD5 c1e5c603e58c8ec0201cb23039e4de8f
BLAKE2b-256 a502a072bd8830bf7eb53afe2c8cc5b521eb301f0ba72088f5f4bfe009ca4d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73d0fb4322b47043c2bfe37ced8e380cc1ee344f9c054b7c3c2ff3c6e5dad33b
MD5 9d83f7f23f2f71cacd26e1cb051b4f7d
BLAKE2b-256 bf15ea6920c1ce3b0d7d3fefabd8bee3c2388d8bc5e1b53a8208e344610bdc2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1e8436a7c09c027030de43ab609d5796c6d2a7cd79de36ebd30d74f63fb75b93
MD5 c4c80de92af88fe5d8f305f55474f866
BLAKE2b-256 d9ffdd3ce9872baf8bbbb67a7477831e57101466bcd6f75d27039c2940718fe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e47468a1419d526b4e737e5410bda4abd90a179eb57e5aab524ad7a2dff11592
MD5 3776fc3b6934147e147f96d9d14c24fd
BLAKE2b-256 bcf32233c0f9073814911845e51ec1c3b56588ff714b85f960a0d941c5bebed2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 45777c4c544ce243597d55ab408d041129ff9155ed99ab791af93aae31f32c76
MD5 15ad5af5f6b0b2a327fcca0c40ce5b67
BLAKE2b-256 53490a5fd6c2a4662d8a607370b443b41425ef2a9904bacf6c444e3da4b8d1eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 975.0 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.40.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1f987862927e6ac7ff232916fdecbe6cab24b4870f1a01d9ffbdf18cef7e27c8
MD5 e1c4aa486c6fa5578d287f80677010f7
BLAKE2b-256 d5926aa33a193a42bfb6f9ee83589516d39331149b8c703ceb6b660f4a2860e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb713eb4cf7a01592984d385ce9a2617996ca7af5cafab1fc3d3c43326505eaf
MD5 1dbe1e7b3418993ab6b8724c2df98712
BLAKE2b-256 ca9a6d1f2cf6f4703b8e10e58f4fb7f23f8a9c24a9b455cfb5157e3924f24660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57133e59d22c010c9fc324fdce34d434307925779c213503b7817981f3fa6212
MD5 db4dddd0f1be3a033ed5cf830fa0edda
BLAKE2b-256 10908b3e04e560bdb42256aa62f49f4386d8afc8e35df64995e7ac1d7eb7e801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff512653836fc1f4c21eb00a3b373f2858904ed8c3fe76f3fb0b15915532116a
MD5 64ee36c9160abcb3d761efcc350ce566
BLAKE2b-256 efc1fd8d1a7a5c79ae7ec07a2ee65598c79655a5db6635bbb53ecf880746cf6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a7353796ee988bddc52251eb1bd466c5478abb25edec3c469ad7bab2f02308e3
MD5 696fa01991383c476f6d1350049fb240
BLAKE2b-256 5eb2537532385f59210240ae394f4d3fe25a5ff91ce95ce4b58b8b4e7030cae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6ab9978f672b8976a7209ac72481423f93d60180e58abf2e047013b174970aa5
MD5 bef617cbc7bad6124e450910772e1a2e
BLAKE2b-256 d6554a07360faee9d63f2078ecea06a26f0cb1c748057d4f1d4ba1da1f41c44f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 05cf9e039a98070b469b500e6be20df9efc5b0d5880a13582400c3f2a72ffef8
MD5 7ba563ea2da7d03efa52b524915a6ef0
BLAKE2b-256 d2069b1264bc413056a37355defc56cc3f422b85babb4f8477095f0c089baf28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 977.9 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.40.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 196e51d3463a1fed58959b3469eccb1b5a343e93fb373994cbbc7c8b1389fce9
MD5 ad8905b445ed7bc454dd4fa2ae7129b0
BLAKE2b-256 c9265558b4a38986b54324d504d12ae0b9134580a8a421c506ec40fbfb3f8920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1037d29d1d123dbdcd3f8f6d16b14f1990ad2b04f38556cf62ae9fed5fa638eb
MD5 a290be6e1f7a5c37894563185b61337a
BLAKE2b-256 e16b668b9ae41f0b8eed1b418349dedb0671009fcf477e8f0b547c855463ebcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df7942eb0902639423e8e9327c2d95fa964aaf0a5ebdc44b936649ace2fe40fb
MD5 ddf9a5d11a4a9dbd1ba480ac3a74e9a5
BLAKE2b-256 e9be38172a62fb4d032ed73bdfe3ca75384fa605153af057379d9b90c9b67ceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84d4c57aa7d290619e023ebf9d403a95f3631593abaab0345a9a28b8d18830a4
MD5 a82bc2ade60b6101027940e9af984f34
BLAKE2b-256 34a349ef183eac378496286c37a07f68becd7518117fe86911350abae52f2f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf527883d22f33b2f550425979d4c03fc37d99d5f343fa5d932f79afc9bd1486
MD5 5bf6ffb391a6cd10d6e3a786a4dc988c
BLAKE2b-256 a3eb3e34973ca9d1b819adc9f12c9b186294b166e56902524e539953f3dcebd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 beb88283ba07bbfbde30a87525ad4d1e48a50f345b6b8b2129c84b8a0b859aa7
MD5 b07b01ed5394ecd565337d9a51f973a4
BLAKE2b-256 f5b01ca82c84c7e5f432d0bfe18bd556eadbcd65afea4ebfe9c1055ff41685d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e094c9956c0ceeadcfef60daf876f13cd1b813184c00ec9f1f19bfe4eb610f3
MD5 cdd5024b7e4a37d85ada191136ae1a2c
BLAKE2b-256 086db4996fce2c098ce0ebe3c704a9d34006f56b0dda5f0910b896438c2e11ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 976.5 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.40.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 25efe3f56d577b973d5af03c83c446268350b3dd3971813133eadced0c682e5e
MD5 6559a8302f1fdee50fdeedcdc37d11b6
BLAKE2b-256 009a76d0178ad0f1d39980c46cb7ca309933a4bb93b5b1d7d7ac90ce77751fdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f884a6960c3c90c57035ceec284cdee7959cea02e97904b3bde52f70537b9ef
MD5 a3eb4cedad8b942066f3f3ee98064833
BLAKE2b-256 6e14b1ce3723c92b716ee48fef582010648686a9d17e83d396aa93f45f921109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3be764d3d84c62c77891ce1ca41057cae8ef2fe9ca1176801f1caf84288c7b20
MD5 48d871a20960f5ba2abbdb21710ba5dd
BLAKE2b-256 4eb5f9dba26a9c86ce42f174c1151c157af44f38af73e60acb1be16e0581aa63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89f8096785a95f9f077b0a72cbcbc6e35a6d026b0b9c9c70ace4f8f15becada9
MD5 7daffa158d2a80d46e5343bcc4bb18bb
BLAKE2b-256 6958f72e2cf1f7b3795276e07342b26d549f178cad2ebe7023a0d667729ed5d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b03a5d7650337c51de4fc1ac7bb520b132e5f5fa5f8fa9e2a4cd83a393b5f171
MD5 9cfb0d8805ad372aaa5feeb638855143
BLAKE2b-256 bfe9dfb09ede7dcdf834d8f7bd9b0c1c054b03f8f44adc4b7d96fc17734cff53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9e77667890ea97f2e2ef0c8ee3814c71f1d0696aa5faa788c4cede458f1f6a2c
MD5 f221d4dd3797b369c1f0a84b5b3bd6e3
BLAKE2b-256 bedca4e929035965c3f6cf7d7a6f406bc5cdbd08c4fa4f014c2a6ae02c947bd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 31ec3bdc567cbf0d4040690a6f1244921d9c055b4f87d3222a31c5799acb130c
MD5 37e17359e922e87493182a72d6b32a6f
BLAKE2b-256 81d942493e1ae7e46469bf6c318fec06eacbcc78a9e7fd2c1c44dcce577d97ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 976.7 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.40.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1dc357e683ee5d8d2e3196cc705044c5b9affa00efb0d4e2e086b2dfc5b459ff
MD5 5d96aefe11db8c88484e1b3ac6190ed6
BLAKE2b-256 55058ab32cbc5faa25bed398fb64e2d4df1123f89c1d3698c8cbeda701f06fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4940f273fd0086a087cfa003699d11b3691d419a15855cca17cb216bdfa3dc43
MD5 c9f61dd7e9c326b10b5b6f612e33887b
BLAKE2b-256 a1c70490d1097ad763bb0eef709beb30a448cd34e9cb19da9b36c1dac01f9fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39a830a9202ca34b0d594a63a105fe569c99d0d5243380df5c4b6c2e9a031bb7
MD5 28b2fca99066ee1d3c1336c50b0d8090
BLAKE2b-256 8b21c10c6eea269db9c42f41989562b15defe37a1832f68eeddf7de5c9847a18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b40173ce1acb66fbda062b42a8e963a6029f3f2fe3cd8ea582ea0dd6059a84a
MD5 cc46035d2d91bb95d28c94a3cb8e40af
BLAKE2b-256 20e1d4a80f0d3184e5a2b89a315ba96ba853f816b403f91fd26ebb84d940ac0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6777b3fe694bac79b7c7baf7ed5fb95bc65b3aead48e32ddbf44b5ec52442817
MD5 ebdf8a8b2a3a66982eb1384179daaefd
BLAKE2b-256 7bf1228bc5b560eeeba2d213d6e649727f01b2c649e26a68858cfcd1a0e17b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f801482f547b7ff1814796bef91b8dfb41b820b9dde323868115062e8a84e556
MD5 588db7528b02cc0dd64ff8323d4b80be
BLAKE2b-256 fa8e8ef5b12f0714513cd77e910339130c6871eb420629012f89b56e18b64eb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 490ef77ea425b47ea495082b25824f8d9ed8a2717974afdae3d3bf8d6a54bde3
MD5 e40a341b2a121fe830982bcc5ba62a2f
BLAKE2b-256 b21cbb13b7b69132f503683f3840b263c2dd4935f9a31100788bbb30a6555e30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uharfbuzz-0.40.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 980.0 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.40.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 89b94c5d3b6719c5caaf5e0e16c8e00c005d6e5e7ba4f6a0d169465f96593e1e
MD5 857431d23de0ce3d830b9ef41b7e863c
BLAKE2b-256 693ffdaa6a5bad8af848c18888814a57ceb3a9a0c7f0427ad26b485912d631de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8486ea90fc0d768289fcaa73d098e65c651187cffbac18037a981f7a43f9ad5b
MD5 0b26339e05a590b10877b1bdc662cda0
BLAKE2b-256 8349b9a99d33b68294379579cb008241bd31127f32e9ba780092c7c596a6154b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb368c5bc5f7a50dea6b9c4c77f0abc8f7030f1bae2e3580d7dccae0b007c86f
MD5 7e811352ce0b5f783e5acbe0649d6c78
BLAKE2b-256 ce1331e1685f2589b65c347147df44f5acc0843f2bfac45f864feb1af7646067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5663d3c250f439d3831c2d608e0d8389f7ffe52e0a7dfbc0e66fa6a68ef6f457
MD5 032bc0077233ce7ee10032be9066b7d9
BLAKE2b-256 0b6f71b1d8a52f572820eec8078c1bd59fd998f2a0738cf4962a9b4332e18283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fd3aa5c2417d587744f01944af60adaac09797b833e9bbe912449e95d902a21
MD5 8f9d75b9a76ce9c71de515bc6c66e462
BLAKE2b-256 b28cc5c458edff41bb93ca298fd9dcf35585c5051331586b429925460869c59a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uharfbuzz-0.40.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 00033324fa785438f1635ecd8951c11abd0d3e47a94220f6a0c6ad87e125299a
MD5 5e08f168605db14874e6ff0ba260c13f
BLAKE2b-256 778a8d42f381a52fbd6a75b2e5c76640c40aba6e783624d080a941e6d38f5cd1

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