skia-pathops

Python access to operations on paths using the Skia library

BSD-3-Clause 36 个版本 Python >=3.10
Khaled Hosny, Cosimo Lupo <fonttools@googlegroups.com>
安装
pip install skia-pathops
poetry add skia-pathops
pipenv install skia-pathops
conda install skia-pathops
描述

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
版本列表
0.9.2 2026-02-16
0.9.1 2025-12-08
0.9.0 2025-11-12
0.9.0b1 2025-11-12
0.8.0 2023-06-01
0.8.0.post2 2024-10-18
0.8.0.post1 2023-09-07
0.7.4 2022-11-11
0.7.3 2022-10-28
0.7.2 2021-11-30
0.7.1 2021-10-04
0.7.0 2021-10-01
0.6.0 2020-12-14
0.6.0.post3 2021-08-02
0.6.0.post2 2021-02-09
0.6.0.post1 2021-01-11
0.5.1 2020-10-01
0.5.1.post1 2020-10-31
0.5.0 2020-09-29
0.5.2b2 2020-12-11
0.5.2b1 2020-12-11
0.4.2 2020-09-27
0.4.1 2020-04-24
0.4.0 2020-03-28
0.3.0 2020-02-15
0.2.1 2019-12-11
0.2.0.post2 2018-08-17
0.2.0.post1 2018-08-17
0.1.5 2018-08-10
0.1.4 2018-08-08
0.1.3 2018-08-08
0.1.2 2018-08-05
0.1.1 2018-08-04
0.1.0 2018-08-02
0.1.0.dev1 2018-08-02
0.1.0.dev0 2018-08-02