is a lightweight header-only library that exposes C++ types in Python and vice versa. cppimport is a small Python import hook that determines whether there is a C++ source file whose name matches the ...
cppimport is a small Python import hook that determines whether there is a C++ source file whose name matches the requested module. If there is, the file is compiled as a Python extension using ...