Triangle is a python wrapper around Jonathan Richard Shewchuk's two-dimensional quality mesh generator and delaunay triangulator library, available here. This implementation utilizes Cython to wrap the C API as closely as possible. It is based upon work by Drufat (original Github and original Documentation).
This version modernises package structure, adds linting and type checking, and most importantly, adds fully-functional automated builds for all platforms.