I want to create simple prototype Python bindings to evaluate various C / C ++ libraries.
I need to experiment with Linux, Windows and Mac.
Some examples of libs that I need bindings for include a combination of C or C ++ libraries, such as:
There are several candidates such as swig, ctypes, Boost.Python, pybindgen and questions have already been posted here on this topic, although the focus is on performance. Python extension - to swig, not for swig or cython
I like getting something simple and quick rather than about performance.
What would you recommend for quickly creating bindings?
source share