Description
Use build helpers for Python packages that include compiled extensions. It supports projects that need to find compilers, configure native code, or integrate extension builds into packaging workflows.
This is a build support library. Compiled extensions depend on platform details, headers, and ABI compatibility, so packages should be tested on the target Python versions and distributions.