Python bindings for Clipper2
Clipper2 is now alive and kicking. It should be preferred vs the old Clipper library (see docs here).
While one could leverage Shapely for some 2D line and shape operations, it's performance is limited. Using this library you can get a ~80% performance improvement for operations like union and difference (for small polygons).
This package is very very early. I have only published wheels for python 3.13 and ARM Macs