Skip to main content

Python access to operations on paths using the Skia library

Project description

Githun CI Status Appveyor CI Status PyPI

Python bindings for the Google Skia library's Path Ops module, performing boolean operations on paths (intersection, union, difference, xor).

Install

To install or update to the latest released package, run:

pip3 install --upgrade skia-pathops

Build

A recent version of Cython is required to build the package (see the pyproject.toml file for the minimum required version).

For developers we recommend installing in editable mode, and compiling the extension module in the same source directory:

git clone --recursive https://github.com/fonttools/skia-pathops.git
cd skia-pathops
pip install -e .

If this fails, try upgrading pip to v18 or later, and try again:

pip3 install --upgrade pip

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

skia-pathops-0.7.3.zip (61.3 MB view details)

Uploaded Source

Built Distributions

skia_pathops-0.7.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

skia_pathops-0.7.3-cp311-cp311-win32.whl (2.2 MB view details)

Uploaded CPython 3.11 Windows x86

skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

skia_pathops-0.7.3-cp311-cp311-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

skia_pathops-0.7.3-cp311-cp311-macosx_10_9_universal2.whl (2.9 MB view details)

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

skia_pathops-0.7.3-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

skia_pathops-0.7.3-cp310-cp310-win32.whl (2.2 MB view details)

Uploaded CPython 3.10 Windows x86

skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

skia_pathops-0.7.3-cp310-cp310-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

skia_pathops-0.7.3-cp310-cp310-macosx_10_9_universal2.whl (2.9 MB view details)

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

skia_pathops-0.7.3-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

skia_pathops-0.7.3-cp39-cp39-win32.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86

skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

skia_pathops-0.7.3-cp39-cp39-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

skia_pathops-0.7.3-cp39-cp39-macosx_10_9_universal2.whl (2.9 MB view details)

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

skia_pathops-0.7.3-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

skia_pathops-0.7.3-cp38-cp38-win32.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86

skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

skia_pathops-0.7.3-cp38-cp38-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

skia_pathops-0.7.3-cp38-cp38-macosx_10_9_universal2.whl (2.9 MB view details)

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

skia_pathops-0.7.3-cp37-cp37m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

skia_pathops-0.7.3-cp37-cp37m-win32.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86

skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

skia_pathops-0.7.3-cp37-cp37m-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file skia-pathops-0.7.3.zip.

File metadata

  • Download URL: skia-pathops-0.7.3.zip
  • Upload date:
  • Size: 61.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for skia-pathops-0.7.3.zip
Algorithm Hash digest
SHA256 62ddcc350ebd059e75782f3bf7fa82c13e7e14657eff01c0ef4f497b80064f9f
MD5 2f35749a3171e1e1e22c94d6bb5f3b50
BLAKE2b-256 64f4a01e96b442d42f813fb246f410572b1fd380c81d7e25d2d243a552026f60

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba450f67cc3f806a33f60dca1799e85688af38504b3eeb7fdd04f1bc57f09b7d
MD5 fbdc924acf83de00d76a5a6095f1e4b7
BLAKE2b-256 d02e1a2dfe35cd41fcf6b8b7ef58bbb6e03bfccf0763406881e4c0a250ac258e

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9998584e61ff6aa7bd8481b360503b6ad5e4ec552519c8dd3645774e120c6082
MD5 16b7c65132b222b00490a587652d27ca
BLAKE2b-256 dd2cdb907972078b7030645928c511ede3421982eb62e60df9a67fbfaaf42f13

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5390842c5b6eba36c739c174c966aa415bc78237f2dac920d850b1ae46ffe02
MD5 c7dddfaac549800510e4962eba1d9a39
BLAKE2b-256 cf1f8cbf51233f993d0844610ff4e5afc07bb0421c41e3ce3b27201bbbf38a31

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 419c0458f2423f13b9b62a4b8c6876c0c18fcf0d3a3223d613b7275caad00c1a
MD5 5f51836197e53e846a2a1012428069b8
BLAKE2b-256 cca8dffb8dfb0e876697cb9fae8ff7482daf692488b9618917bd994278c18ed9

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6e53c9b7b308f64f67c86319ce6af64c1cacf554f49d0e0bbebaac3d473a086b
MD5 7dd40200b0491170f70751f9ff4de9c9
BLAKE2b-256 1e68454034916202a48a36fb4dcbd3085e5188a2184b1fc0ac3c90029517897b

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 170453a378ee3314cb8ef152b2103cfab92d767321421f1a661830b6edbf5f85
MD5 63a29d08133152e374b5318138ea3431
BLAKE2b-256 55d5dd93cd2db6b66576478df5cfb133b0c9a2c2fc0e90d3378e1f2c1c390607

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d0540f78253fbb3e60d7b5283872d354bef0b4bde266f06a46c266d862d247e1
MD5 b5b06694b91c0f8c10f7f22c4204deab
BLAKE2b-256 e0665c5fe91af21e90f573ee3df6e92989069f2e02271c18a8a758fa16da33c3

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f71b39a05aca0e09ef4243446dbb3655cf7a8fc9800a7cca95dd0694230daf8
MD5 e6cbf5b6be0991af06dd10a71b013d93
BLAKE2b-256 0d2d52a9d5be6ac4dc840bf891ae7ab00970e0144d8696b12d6d493e24bef7cf

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8949ebd9f707cd8a35ffe9b14ee6da3c37b6dbffed48878d5f648b3af51d9fb8
MD5 b3c180082d493368d399175e44252028
BLAKE2b-256 2c1b19d691d43f38a6492d420ef13a61bd7e937fee99cceeda8e7f551889de56

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06ca807aec293921101a6df1b25c946228dd47745b63dd631ab741000d38f33a
MD5 3ca7b55eb69a489933fa7d9d2f3c6b95
BLAKE2b-256 dae886d010a9e64b8d624615d262040a865e7ba50bf1010102dbdb4bd316fa6a

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4832ba2e572674841f53e18634141bf2a4e8743b04013ec00a7db3c478657c82
MD5 0609d18259e0b8da7518609572ded2f8
BLAKE2b-256 3a3aa61bb0d3228d1958cb1e558680a6fdac46ec3015b27fd822bee0b8fb8a07

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f46f8bb73890dafc040f630418c2d53b0f089308d757558adbfb66626fcb8c1
MD5 57804342c12d8e42ddd175df72f2fd77
BLAKE2b-256 ba059d5d25810134b3b18fe416192fdffc73c43ddd234929b1670ac0d2c86636

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1f4e583c879bd5a7cadb45a17e2d453beef9bdf6675b00cc97dd8de6cceed574
MD5 3f155a9dda7bfac9190b167457d72b06
BLAKE2b-256 0adc73f919fe81d6a4f55c5e9317aca322fdf1a21c4026a33fbb4017acda668c

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f83f6d93386be19fcbf1a9b6d6d59837a6df9ceefb1fee5a5317e6a0065917c1
MD5 aadfb160f0796e085adc58ef87d4c793
BLAKE2b-256 0f6e921a8c8fd5e496f392431ed34f333c9ff9e2fe510e006f2ef8e845ff2d86

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 acbc15efdd1f02f7fdee02b934789b166f1dad150541ada409c6364b01ccda69
MD5 87904afcc8bd07558d89dfcce0155bbb
BLAKE2b-256 74d7bfecacf2684ba6c87393da2a0e83e5ea6bbcd57f8086249c98269f1b7f9d

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14d303d72df4738a9de5f38ca03f57cf802f5a985a15cb0d84dca57295873858
MD5 9ad3c3932b8ddb5c9c4a79ed668190f4
BLAKE2b-256 17b170b9ba1341ac66552fbcd394cab474c3cc1a0937abd68e17520a6cc40b9c

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a4c3abba1ac430cc1d5d00eadff97eab88e07d84b2c51106a9c038ee8960701
MD5 bdd0cae4726478e93d3d59eabcb6fd00
BLAKE2b-256 6f6e354f2172a3f1e243e31dcd3c46448e2a2c6a7ac2b9f7467d334993d3d4e0

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32c8624452e135c390d21a517c7d31678c0e23278f97c6efa5d47820ebcdd705
MD5 ce45ba97ae4e25e6b109e7f6234de82d
BLAKE2b-256 7ba647956472eb22ff1be62c0532bc63295cf519aa1744eec4774e6e244a5a2b

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f5e0219c031e17979613efb4fcb8352b45420aabb06102e19cbc10bb10cdcd82
MD5 881206742fb7bb2538278e87526c4a1e
BLAKE2b-256 d05568919f1a7573faf05cd2008fe64a258df85b6d2a5e9a6274111d79863d92

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a8e022e365aaf13d5eb7bbd028d6b9e6d61dc976d587f88e07e64870ff6346f8
MD5 091e3eed7d549b3ff1b13c400dfd8a91
BLAKE2b-256 cbb26ff13777ac9947cd2607dfa39a26a866f7613cea8c4721cb0b669698edbf

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: skia_pathops-0.7.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 93d7bc984b46d052cdf0676edb1bdc634e2f4bc8ecbd6b70d3aa8a9d6afa82e4
MD5 d9c7dbc08d6685242a967bf817163023
BLAKE2b-256 c9f9832519fbc3de52cdff57cbce3d17a363bb9562a9f24fbb2e5039772b45c7

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1eb93b5a7352f0ad1f22e76c39e4db1cc272b0e74df1452c00993933845a89a9
MD5 1d15505023897e23c3a5a80f4ce65b70
BLAKE2b-256 3588e0ef8c5ffad3dc65f87f6b2001e9ebfdf551f4593c74aa505c7305e79398

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 778c257f7ed91c5909a15d7501fa6fb054b10961c75cb8190fe4b0c23753928e
MD5 b00253e66ab27d2b0f5761295e2db884
BLAKE2b-256 a97257f35b743120421de9f993de7592e1fb3561195c56da6bf83329a7642c85

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ffaf08172d48414cd3e8de4d5b159bda79ad9ce3ff63be88d66ea597b3bb428
MD5 35e8af5e104e57ce4feb5bbee3f15059
BLAKE2b-256 953df251372aad4ba3bdde4380235450c9747e893e76eaef992c0235bbcefa44

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e87dce8c0f86526c3954b92300f98e505b4ec19f39ff4c8c4508a83d2ba1d5e0
MD5 f5735780fc110bf3085d221ce1732cd1
BLAKE2b-256 693cc157437091d9d84c22e9dd8b64265d6f3b04bf90677dc45f1504dbc2afde

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e31684abbfc5a0ee8e92531eb5445c29ede44a8dd5f9c30abc7c8f01cc34373c
MD5 f7d99ca0705570d92ff4dac59fa64f96
BLAKE2b-256 7e010f65cf885765c0732dcc7e9b2bae9bbe741c403a34458a69b849874dbb22

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ec01fa4dd0bbffb04b47c785eb01db29b45d0a4e9301adde4fef5e808dbef2dd
MD5 ed9666a70dca7ae5c6511f68ce3fca07
BLAKE2b-256 03b96f7a54f7962a8af4af5300af48bd88dbf525e0ec969f8c4aaa523a03a3a3

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6ea8ea93f1f267414067ae53318fabe17d48306c0e06b34fa42fd27ed18f5b5a
MD5 d58f0e399693624e4116162aabd9a621
BLAKE2b-256 5c099e64647418670761a36691e478d7e0dbb38f188fc93dbad9e23b28c0353f

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: skia_pathops-0.7.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a329a3828a8aed08822bd3dd19e89bbd1fcd6bf4961c48933d06030b913d982f
MD5 0b93f8e1d5cd8bee23be790ed3cd3c67
BLAKE2b-256 14c82960b597f2978d0f6754cc099671c01e54b71a59f1a2494d9aeb078f2b71

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a59f6e9f053155e792eb96709dd6a6f9b13b75a350714c69672e1fca8a95b37e
MD5 50e644391051c5e40559fb6b8c22dab9
BLAKE2b-256 8456e20a4f7fe6149f4046b5c026493dc15176c233f884c05fe718c12f21dd6d

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ca2058fb2929295d623c79b4d4f0bc8dab24aaad630778b4afc276488a1cee05
MD5 ab28118c8a1cd239fc7aa80e9553a70e
BLAKE2b-256 33e5ff786af41550e02a2865b52e2c6915af4c2c8df847b8f2016d08c3efe91d

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 403b19fbb39dac692836746c2a792bd6bb457a78444a3e3e42d9c75e3b226764
MD5 28cdc342e818b016c176fa4fe38306d0
BLAKE2b-256 50964ec0817170d1fdd1e2f4c0d6310522f6fc1149b163fa48cf9e848b59d2d2

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8676e09cc3645af977e7e3709e53d89cdb160f9b894421d991a78addb6b53ae
MD5 ef51dd7adf9186cdfdad19c54dc297bd
BLAKE2b-256 0d54cb002b6ebac31d3913c1e4f89913b43a794ed586eeca47f69e1861203b6e

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55c21dca4d70033b32b9224d9b6c1f50ab4adbdab30ccd90dc089bbbf6fdfd8e
MD5 129c41d454a8eaaa45c9b7cdf5679cd5
BLAKE2b-256 e90bf10c19d14c39cd338fa05ffd5c01f969c97312e4c9ae6ffde12975f0c296

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 972bdd8c2cce2ac79f2ad3d2590776f4e31c9b382ddd6a59364494bed071fb1b
MD5 43333dbe82d62014f2645df7a5d45128
BLAKE2b-256 0cc6eb7e53bbee8da5994cbcc27c339b80617c0e0764fb1b325e2224f5735629

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6cb5db0185c76aba902e86238aabfc7dcc5b197670e53c10ecacd4a0e9a75d96
MD5 a67812779fbb72d32aa33c7bd277182e
BLAKE2b-256 6d9f3dae37108fadf81ffd466e336b3bd917864845d1a962b7b5bcbe3065794e

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: skia_pathops-0.7.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2e9ad37acf1b37e56ba9dc0a4b349528f851fd51480cf92744ddd99bccc28388
MD5 56bd852ff0f224a8bbdde27066ee17c3
BLAKE2b-256 451e85aa24b7caa32aaf68f5f7973b08d58f1a6521f61afb1da02df07eb84172

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 abc5f950c8d4fc708fc072a20857fd22e7631fa37c0a0055a405722ecc7b5a20
MD5 4d6b2e347ad9e7496d80086aa9303df7
BLAKE2b-256 5c0e5eb1b27ee8d6c49f2ebdb79cee17ae7f6ebb997fd6509d6a15985f2ff2f6

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 844a159bc1d78042488d94d0f359c058f4285b75f633dcf34f5d9184e1594117
MD5 20c155236c2107fe3a0cbd829295abe4
BLAKE2b-256 71a856cc71cf334722bff4b63fdbea938b2e7175967b369967ed57f3096fda2a

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd443e0034c6957735f539a839c6ea003103b1861d84907b8601078b660acfe0
MD5 6d00cd3fef3e4d778dbc2a3687f6f7ed
BLAKE2b-256 23f9755fd52bc1d194b1052ba04f972ada40eb88791ecaa480d16579aa586ad6

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f08da1a0ee7573e0093926fcc8d9a8815b356a79f5e74a5a166d42e9232819e0
MD5 8a8bb5c7c04cd01934774a54137691c8
BLAKE2b-256 529a0c6453bd8ca05e70f7d88e94726f0237bbfba1bf51b5d4b53bb6534fdff3

See more details on using hashes here.

File details

Details for the file skia_pathops-0.7.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for skia_pathops-0.7.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 694db393f8167449722de38ba38a1465a26108aad4255551bd9a32976027c4bd
MD5 7948749c1ed620e9b5ed033d162ec6ac
BLAKE2b-256 6d8a2f6f0b11214d4204562f833c0c035f07b29b8625d3d1f457a87b33c6150a

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