PyCppProject
use Cpp and PyBind for Python
Install / Use
/learn @isLinXu/PyCppProjectREADME
PyCppProject
Mixed programming using Python and Cpp
-
build Cpp as Modules for Python
cd Python python setup.py build_ext --inplace -
test python
python test.py -
Build Cpp as Libs for Python
cd build_lib_demouse Setup.py build Cpp source code as Python libs.
pip install .test
python test.py
