git clone https://github.com/akamilkhan/cpp2python.git
cd cpp2python
./compile
cd src
./cpp2py.py
C++ file and Wrapper in src/cpp2py.cpp
and use of C++ functions in python can be seen in src/cpp2py.py
.
Sample project demonstrating C++ code reusability in python using boost.python.
C++MIT