macOS / binaries /

cythonize

/usr/local/bin/cythonize
Compile .py or .pyx file into a C/C++ file

The cythonize command takes a .py or .pyx file and compiles it into a C/C++ file. It then compiles the C/C++ file into an extension module which is directly importable from Python.

source: github.com