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.1.zip (61.3 MB view details)

Uploaded Source

Built Distributions

skia_pathops-0.7.1-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.1-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

skia_pathops-0.7.1-cp310-cp310-win32.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86

skia_pathops-0.7.1-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.1-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.1-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.1-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.1-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

skia_pathops-0.7.1-cp39-cp39-win32.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86

skia_pathops-0.7.1-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.1-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.1-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.1-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.1-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

skia_pathops-0.7.1-cp38-cp38-win32.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86

skia_pathops-0.7.1-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.1-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.1-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.1-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.1-cp37-cp37m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

skia_pathops-0.7.1-cp37-cp37m-win32.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86

skia_pathops-0.7.1-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.1-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.1-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.1.zip.

File metadata

  • Download URL: skia-pathops-0.7.1.zip
  • Upload date:
  • Size: 61.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia-pathops-0.7.1.zip
Algorithm Hash digest
SHA256 5877f97abcc0a837a43f69fbc963f2490c88ec316977813625f3f9a334f64a41
MD5 6b21c7db0a5d53b92c1261fa330bf706
BLAKE2b-256 bd5c40a55aedf81a32991db0e5c459e3244f7090843da2e45e5cb93d32f15114

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a97e7e6139d262448e0b2bdf617410ae68736ee4eefeac1361e087579018a400
MD5 feba2faa1040d47b7684ed582f6e8e3f
BLAKE2b-256 4bf42b2417564d57075d6bc2235adb59312b3fc77b5de0d621aecd964a2021ac

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe2a4cfefcb78728c85ba09973a4be033102bbbad79af9fbcf955c2bab6474a2
MD5 5344eab4086159953796273423b2589c
BLAKE2b-256 8648723cbcc5c48d2eef09a97e1b3be912b4194af1057fcbb3ed991fd733dc59

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 16883925bc706836c8467fcdce6b2ba12c982865cc3e0f73566f94fb8ad8690e
MD5 52fc04b5397bbb2847a2646de7a02003
BLAKE2b-256 4fe52e333a345fe8db3349ab0ad6bca656c4c58a28aa67a20cf0b3ccbe25461e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bc0522074b32d4fa06858bde08133ef73aa9bd4f8caa19d8247f910355464c3
MD5 cfd817c34972379fe79ea305b8045d5d
BLAKE2b-256 21e928070701a0a756f7cd306895dcd412bda9d1d7287de6ec8a52b2f438384c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a13b5b073dd931c1ba4684d5e684f32dd67c089c34c65cbc083ada31843f55f1
MD5 c276d8862a9ac62f9bbe59dc488dfe52
BLAKE2b-256 ad6fde9c06e3a7a67a8c949770040560b591aa9fcef8f17179746b06cd8d0c56

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8ac280399f613feda6ed2dd08e53f61140ba1ccbed52d312eeea1a80c20b421
MD5 8b5505b16a2a7449aeeb0b5eb18220cb
BLAKE2b-256 d65751e067fac7742432b47dff427f2f1c1bc0031c8c97c5d2361fe983e6663b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 87fb3dee21b5d4cf8bb21840d9e09e0b0cc6d81a1bd1d4bde091d0dc00a80de7
MD5 825628d7b354d7d7741bcca36d059306
BLAKE2b-256 e0eeb8a0e044fc85bdf82a096850ccc0b290fbda1047bc1343e05ed9967d3faa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ab857d8bc1aa19bde07085c75aed04139b90894225fb51c14cf7e3125ea9e65d
MD5 858dc44441ccc16023ae729812c1ba7e
BLAKE2b-256 fab8f67a63729909a532315277878608f56de5d29c14cdd5726a3c3115010c01

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 013d0106882c2fb1d9b1eeb3ee91d26233e812a82767f4d91e51aed807be8803
MD5 670efc7d3ffc83c463eae736f8af6ed0
BLAKE2b-256 70f3aefc31ad83ecc5360805eb1672241382ea612c98bfb1f7f33c1e99b00313

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 347e2db4646162fe77ea8f9cce16d8e6cd6280dc9ccf48d9297210b62b5d7bdc
MD5 9b866640d529c9f0325218f12fca4623
BLAKE2b-256 50ee4f7f8a4b58f4ec0a8265f00307c6dd70cc86f5c21ab98b47bfb900305898

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 680bfbaf386c077bf37ee4b3b2bc8d4706f8dae7813ddbe4eef14c4870342ca4
MD5 605fe19246465cdc47d2c05397371801
BLAKE2b-256 690a9a49245ef3a5c5b5ab05702b4710a556af0b35db8e1994662b02caeedd9f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0aea33ed0010aef6ae58428252d0ec839a54b3dc4e41e6eeeba7033e4adc01b8
MD5 dad730f39a61e7bdeb1fd7feae2cfba8
BLAKE2b-256 bfad1a9368f288630ea18abef8330f5d9f91d45d02a1494b964f4621be09ce08

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f2da9322c516f39692f20eb17c77a47b7e71a33c451ede591f251f64db941be4
MD5 7da70b88f0d3607334216e44bc0433ac
BLAKE2b-256 21ebfda435a9e5401041793b380ee3e617c1d63bcef776a45110484eba598b93

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 615163f6a35f4c79f6fd109128f679fa64aa52569209a8671eb2dcef7c578fdc
MD5 52043887abffc251efe7921ada7e1571
BLAKE2b-256 f1ebdb63befc6d2e93e2bdff5a98d89e7797024b072c41cebd7cfc43b49cb561

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ab2a1300c46ce820d795f229c62ff305cd390ee1d91d03099ae153f55236b3f1
MD5 4c8d4f3fb2a584364a546f5cadc2339c
BLAKE2b-256 b9e7738b4f82970307ee8b6809b9809e78128f259ec884211e21f9c0d473268d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 965ae4a15e008cb750102f993b9d3aea6d619dbce6794629a15a4164c34ad490
MD5 6288f1885d57b378f5b5d2eeaa20704e
BLAKE2b-256 d74e1b676eaf3ec10fa7effdbcfae9ceff0e5bb496502e543961ba79fe656edf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17c223c570d8bc7b8ca15ba9df158c64509f9e239cf9c00b2b13273a578a68e3
MD5 2ea2d381f28230b3cca3581dfd897b59
BLAKE2b-256 9c3071a1854b1b195974d72ee66efe69d121213a9b74851594ada1355768876e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb9765373b6e72c7606270c48a2d102aec1061b019756f873a4c16179fc3fbfb
MD5 99f597b524dca97afcf33d99bdc71783
BLAKE2b-256 e1cbc2a678c0125dc739aa66ef8318744d22a203e4163addb7729548c4aafcf5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fa1ee26203ed4b73e123d8124bbbf138f0a8f47446423f8f41c1dcdb5583ab94
MD5 e9ea429d041b6335b3f93e0ed49ede49
BLAKE2b-256 f9f5b55baba36025dd94172768c80f7108447c406cfa533ab21a4335f8439caa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a1fc153410db8486afe984d2b56f9ef00727e03a839c7f6d7812982505ecc0f0
MD5 840492b6f7944a084600aac804fe4f73
BLAKE2b-256 da5765fdd4d091db949b8193f46a58aa9d0b329bdfda8d8ffd632fb494b25b4d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 30ab8db05c1df3d7c88a7cd2dd0083c294ff91dc797ffae18709e41587a3550d
MD5 d840863405dab4dfb15baf2bd9c3f373
BLAKE2b-256 57d8f85a9393183d107d0d82bf88d0106da2a4fa904785547d6eaae8dde2f850

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dac7676629c039ab534fbf5f1953b7dcadc52e46d2b160e7e36a1d2d038cb0a
MD5 7c1702bd05d464d51524b15794b24c35
BLAKE2b-256 87b45d0224f39627905cb4ab045683263db225acee9b1c3f13840fdc6bb04403

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1c392fbc711f140098e4b21620de24d889298ce83e024dd16fcedb59b53d014
MD5 3a4027a0e4980bcf79aad05df3df06a0
BLAKE2b-256 b749cc1e3e9d51bc71affc71c57dcee27cc011f31c15f252f4be017d2bbf134c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for skia_pathops-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 455744d3ad63859eb844684c88bbe682febc9ee5d0dad2f01c63177f41d2cade
MD5 549eec433788d114f3fc0f2c612c9445
BLAKE2b-256 13e07f16939b627e3d4adaa876401db5815748fab8fbd355076c4ab9f9d23459

See more details on using hashes here.

Provenance

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