cmeel distribution for qhull: provides convex hull, Delaunay triangulation, Voronoi diagrams, and halfspace intersection. Current version 8.0.2.1, released as a Python wheel via cmake-wheel. Release cadence matches upstream qhull updates.
pip install cmeel-qhullVerified import paths — ran on the pinned version, not inferred.
Basic import and verification.
Use 'import cmeel.qhull' instead of 'import qhull'.
Use a Python binding library like pyhull, scipy.spatial, or ctypes to access qhull functionality.
Pin to exact version to avoid unexpected builds.
No dependency data recorded yet.