Description
Connects Python packaging workflows with CMake-based builds for CPython extensions written in C, C++, Cython, or Fortran. It helps projects build native modules while still fitting into Python packaging tools.
Developers use it during builds, often as a dependency declared by another package. Native extension builds depend on compilers, headers, and platform details, so failures usually need build-log review rather than normal app troubleshooting.