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

Uploaded Source

Built Distributions

skia_pathops-0.7.4-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.4-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.4-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.4-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

skia_pathops-0.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl (3.5 MB view details)

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

skia_pathops-0.7.4-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.4-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.4-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.4-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.4.zip.

File metadata

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

File hashes

Hashes for skia-pathops-0.7.4.zip
Algorithm Hash digest
SHA256 0a2fdee87b7adb018cbfa6e95ef9e4299ed63b0080be27677a30ffefbca91350
MD5 c39fb7d6356b37b7a6373eade7c6c9d1
BLAKE2b-256 0c9c402e16ae956a10d56fe1ab9969136f92e043f8fafdbb3a63ed00b5c43ad0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d47d48192241688609f2194273d89266bcd18c45426af417991634fc811bf37
MD5 ec8c8f5375118cc99cfd44e8121b0054
BLAKE2b-256 98ae6c92cb43d31fa51703f6c95ad0c07d5ae3ed5d83712bc5df39fc38f0270e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f63cfc73dc1f20e5ef5bdd766022c70491e2ab73c8d6b3cc1f8ca2c28c9114d7
MD5 baae1fecf4a31c4643f24335d395d32e
BLAKE2b-256 df7cc8bba82efac1c6f6b72986d5cd1b073df13f3ebd24aacf46b66b30646cfe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36f8eaa534d6e38e788fec9157efb11093d5de2c1cfec0d350c3e1af097a043d
MD5 9da30b9f2ead2c3fe61be8172f90ec85
BLAKE2b-256 7a3f34f90912808dc3e833efbf9fefdaa327d05fd387c7c549e148f62de24dfd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 82fbef52409db9ccad07c0504ba692f9bc0e58095f4aeb7cd35ce1d06205781a
MD5 5918ef80f7d78fd9e6df3e6635c4af4c
BLAKE2b-256 06fdbd2962c46c95111399e421680f1b0eacf7b55f1c4fdc22cb668088df912a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5c18a6e749389885cd6a18bd06a29bd945ad8b962f81ce3761bf0b85127ffa1a
MD5 ba3d772513ed0189f1b89d594fce8553
BLAKE2b-256 005519caeefa33a8b15cce49f9149d7a031ec4cc3b775a3ca6ae9c69fa34a9ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5aa500bd39e28cdd043f8c9edcbc793a86f557c26dc3698f0981080bfec0dd67
MD5 b1da8327accc82b651ca49a018b00e8e
BLAKE2b-256 cbfdd1cbc0b23cdf9e15ca1b8155af9618e6e6d89ea538e7f93102e5dd1c50be

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab0fbbd008d586cfbc98fc2b5ce45f70dab6090a787f65292d40acd43644f6d0
MD5 f14a875afecb813c4f2e466b1c8caefc
BLAKE2b-256 bce6c72bd6ce068a4ae9562e89fd2a97969f687621259f7b4a524d752aea923f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 003119e9a5f24395f134c8223c5fbc9baddecd1002ee0814287cd78a52477655
MD5 debb2370c2afea96798918b2ea2b7dc1
BLAKE2b-256 7273f7f3b25dd6bb2202f155aa904bebc14563acd4f569cd7a3d810594199df0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c823bf270c0869ee712647a0cf03b6aeb39669211dcc44a5a3c039075fc04f3
MD5 6e815529f537300a0e8f993e9c0d65f2
BLAKE2b-256 b449f5867bfec87e6a77e7fc0b71d1c5003f35b26211ba58104e7f713d13ffe1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1e55be8e0de805751515fb5d707c5fe3daab73c218b30134e8c05ba104746ef
MD5 e4e84e057a145715188b132c9fae22c2
BLAKE2b-256 8aecc774194b6550b0642bcabac0b266e141938a3d26952712f3f28b14b54bef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6b3e4c5aa986ece9f9c89f55c4c2c43b60859697602993055ac3ef75784bf996
MD5 ca10fb4b6ae859f1f241bb3ac62d5627
BLAKE2b-256 c373585fa1e9beed1bbefeef8d35b884303c987bd2c9631e7bd0dfc68a85d1f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 487a3d8289a31f565fb34988155797150dabe7434cfea0006ce99337f4422666
MD5 fa8fd53ff077a00a8db65b19cb00fc8f
BLAKE2b-256 3b90430b0b6b45d80441ab022add7365225a372dc2f7143d0672370f2781c3a1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2367a8179d823d3c3c5ccf9e889d8a96890245f31f2bbfdc16824263f7e4d2e2
MD5 ce8b72b7ea033b6c5a99cc708b1af6ca
BLAKE2b-256 8f6e46b4834e016f2ead7a01288904ca930f02c58ff345b2f827545e7b1243b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a5fa30b7bc525db188672f0360e633fbc14be8f1b975b2f9a105173b212c0794
MD5 c3b7fcb63c050e7680a5c4717f2c9264
BLAKE2b-256 8620dd69fe314e031c575e97dc83f1e7f1f8c516af8b6af162a0c897f977c914

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3a7107d11947249fa6af3996e123442bfc6893dd81565fadca023f0d9f977694
MD5 83f0b8b8521fa36de5aa0b9c76ad6bb3
BLAKE2b-256 efad23c489967a6f63acd587a9d807ff087653dba834489f18cadf631835dbca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f35e2ea1a43f44ccaab75dd5c782510f79f3bd478fa404a4907597ab9d5d379
MD5 690b6e7844c06d34961872c6b1bd714c
BLAKE2b-256 bcd9b48652ba3c290eed787d5ef4d4c922cb37ec552144c24cfae7fd05da8646

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a4d324b4d3c3863536f0922a18d61d7c3567acd88c69109b5fb79f60f532de5
MD5 4d7478b930049dcc3954fd064aa64c15
BLAKE2b-256 dc8317c1983727bc6566adce212ff7d0027864e38fe989ccb30cbfcc410c2a3b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19288f9128d46be2960739242aedb1be618a618350c6d8e006b3c619449e6464
MD5 bb3d83ac9e95e72d1a0fa5a1f9034656
BLAKE2b-256 1ca2da86b6da237f22262fd1d2a7a1dca5b38765a68de4dbf671d3718eaadd4c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1301f3c0d7656a38208098bd37a7365a5325e09d59f1875fc99738116b0bc924
MD5 ea0d594da4f8c0a7cced04ec023a3f65
BLAKE2b-256 14f9dc8901029977e0e7509f554b02235d73fee7dd712138e4655cb8ebf9657b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e701fa2c0535d428e93b145c7be0a0c41b8ec9a203256c378e66d8052d0e29d
MD5 bf6d38d9e7c6f52e67a22dc67ab1b212
BLAKE2b-256 fef4a6da68ff45aeb7f32552a3f2dd35f39345956c0bdf9be627372580208235

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.4-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.11.0

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4da2d43512b07ba913ab2f3f0f64f80590b366c3aca3a3f35605568c9997a9ad
MD5 70d810ac6d489d0b7739e6732fb6e254
BLAKE2b-256 47e3ca46df94e3a4b86eab681e3f03b5da5d7c63e28dddf083a794db2c9465e8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 608408ac31c5eb187dae10ad29986be16a1d179ca734264b454aca1d46c2cc4b
MD5 c5bfd73ccd4904ffcd445e00a5fbeeab
BLAKE2b-256 018583fcd0e2e9fb5b46010c6c2b463cbeb73cc0c9462f9da12f5a932f26d80b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a868cb5e943fc90e8de4f987f890004e01de238dafaec265daa684eae0af42b6
MD5 8e250b2deab463227d18f156778ac88d
BLAKE2b-256 3a4634abd271dd130f61a35df96af2bd7368c51e9d4f1310180b77bc1471aaf8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aa3dfb7349f78cef20cf7b1eb0ab2393aab26d403a958f5821c18d9357f3938
MD5 a33f757950149d8d507adb09dbd0003f
BLAKE2b-256 54b5d78e2e5eec29f06d63c4aee264e38fc015f122dc3ba1242e75fe27ec0875

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b555157958a785f63744f77b7a3cd6a99a2df8bfcc43bc80fa6332d777eff84a
MD5 4c1f5ce8748ebc02ff57d2e3cbe48005
BLAKE2b-256 67251cee15d80e61c06f927f3e56002bfe661129cd84b7352ef74b27cf18b0fa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8fde29c64cae35d3c44586cadfae0c09f4eeb2d428ebc45de2fe5c3de3a4f07
MD5 6bc678a6a5f56095d4c36d50d40ecccb
BLAKE2b-256 8e2a237dbb0a01d38629d5ea525bd225731702813d2e29b00fe6cf66e05a60fa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8b1e0683ab485ed9ab42dd264f30c137efa3c308727b1931dc52073a77cd1029
MD5 1a9e8a6a1bd0410a1f0f8e1e4c65a5a9
BLAKE2b-256 2bc45ae3c3e5263bc546cc9a731618bdc39e528a54cc74a7319b5a1c782be07c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be2b601133a1e7346c9ecc791ca06e37d05ed89a425d0388a5dab04863689a5b
MD5 6d104577c58472b9dea8aca15c0762c8
BLAKE2b-256 dbb8beac3565f7b870c1cf8f0520b502e218884d6e971e8f8c5d093fa4e26b3c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.4-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.11.0

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 84f8006a3049ba4ff17d44b4bcd8b050ac8fc6630a36d56435c1ce9e8e5500a2
MD5 a237a74c6550143136c96a18a3887799
BLAKE2b-256 7de49d492ff1af5d7ad3575dfce142bf054187dc4e6f1199551d593370f69a17

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f0fbccd30d6778bfec3d69d28947d80432eed55a45fcbc1584331b00da4caf1
MD5 91d91e7fb0625978eb6570c8a13552b2
BLAKE2b-256 6117ef99f29b9a1b5be150cc80be00ae4c48be87a4827dadd4a53ed46979d8d1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe58f22bc1f37af1829e38f4867bc81346272953f764bac68c05efc88bd2fbef
MD5 e0448f100f234a8aec8ff9df31b21781
BLAKE2b-256 30bb0cf7cde5a56e4de22e52d7e14ef58676dfcc849af5f1952422fa88b6a011

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c09c8af59ae8a7bc883342c29c062a6032a7558fd31f7b852db5a4fb0d5c0545
MD5 e47cef0791728d06a7eb25aa551a3d8e
BLAKE2b-256 32325950bb8ed5b8c2f296cd0b7cdbabcb54d676eb5ebc68086d50df2b8c1d34

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88eeaa7b4d1d86364bc63c5d88522c40113df24f1abc7be34edd22d7b137d4c6
MD5 c25f94e9f02f69fe749371b102c8a8aa
BLAKE2b-256 ea5186e6126993ac024e55fb2a92d3beb33f5930858e1449849a0cc0b37751a2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee23c6f3db16f5b2b5fc8e805d57570613fa75febe3d21fb819897fa54f82081
MD5 aadccbbc98b17fc3f64eab5f6a7225de
BLAKE2b-256 5a5b3699bdd3192281d09cc28d92a51468b424173936067812faeafce64aaffd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 74bda285e6fb4d891f24d8937479a57d29b38e69dcb735d515c63cd911cafb24
MD5 fc076ef78b81cbbc1c3635f2789f35c8
BLAKE2b-256 7fc4baf893040c47dbbd630b371d279895890b7b8202bd6516c3c7afdae4bebb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 486cb9e5bcd7801450af4188d84c12a7fa8a37f6f0a05c71f917bd429deafda5
MD5 f39872306522711b1a70fea3202dec16
BLAKE2b-256 4118a805263af57e420a67738f80342d65d8401b73a7e1a074053e2752a4494d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: skia_pathops-0.7.4-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.11.0

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 48b6f55117c56de80cb3d986497f1556a56823cebc9be648f2bcccfa0b869a99
MD5 9cde64ddf6cb0dcf8e8667237cd9c912
BLAKE2b-256 39b16f853d0c9e6aee16521cfb601be88254eaf37821d20e705521b42ead3abe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e05be6fc8937972beb071e7d5651ed7108aa6761b02d4ae4baaefdeb4b8d3649
MD5 bcd6418b2011c1384a7d180bd4fe9491
BLAKE2b-256 c71357d2a1e1402dd7ccf0c65a608c6ad23e36223239487c5d16c88f65ceb0b3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f2601a831638fe511f67ee25ef25c43724f7b3abbb2cae50d0d86d4546176c41
MD5 b3a9a563f60457253d728a8b77536908
BLAKE2b-256 438883e6f5b9434288979db5e6051d917dbcf36744887022d4764de663c7d6b3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a8097c2ce9d7ea4fc0586466e62ae5bc106f7d929b61b70ad8246e104cdba67
MD5 cbbfd33859d3393b8843747826cbc4ea
BLAKE2b-256 ed40423bd63759a46f4d2d4841b7f0cd235ae72e03f92bd149ad956133726cb2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 308cdf420138a7f34680e3c6e07314d335bf1796365dbbfc807c73b503d39b0e
MD5 28981d789364a9e4cafea17e7542780a
BLAKE2b-256 b270b7a2f55823a165cae05e78222f0dbcc0702fac72b8fcf527ce9fba66ba78

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for skia_pathops-0.7.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f901bf5e43caa16a783abf3cd2d595dfdfbb9a93348a452a5d9c1e143885d09a
MD5 91c44023feece1aed67fa50906e41818
BLAKE2b-256 b79e49b3446845f26f0d4aa73f318eaed1da8640f36b1d69b26adbc8fe71b782

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