Currently, the methods to build a python wheel containing C/C++ code are as following: distutils: A simple C/C++ build system written in pure python. Before python 3.13, it is one of python standard ...