Purpose of this repo is to give a sample boiler plate to build a wrapping in python for a c or c++ code. more documentation on pycffi: https://cffi.readthedocs.io/en/latest/
how to use a c/c++ shared library with in python using cffi
cmake .
make
python -m pip install cffi
python main_builder.py
python extend_build.py
python test.py
python e_test.py