Created by: qingfengxia
What is this Python project?
extend the list of FFI: wrap C++ code into python module
What's the difference between this Python project and similar ones?
In the original list of FFI (Foreign language interface), it is not complete, pybind11
is the most popular tool/library to wrap C++ code to Python, it is not listed. Cppyy
is a emerging tool that can directly JIT interpret C++ code as python module. Finally, there is a python_wrap
project that compare and demonstrate different method and FFI for python.
--
Anyone who agrees with this pull request could submit an Approve review to it.