Reputation: 6335
I have a software component (Qt/C++ GUI-less library) that performs some data-intensive manipulation.
What is the best way to expose it's functionality as a Python native extension? Wrapping it by hand in Boost::Python? Anything QObject/QMetaObject based instead? Perhaps reusing QScript wrappers?
Note - I know this question borders on the soft-rec, but I presume there might be a canonical way to do it that I know nothing about, and I hope this question would not devolve into a personal preference comment storm
Upvotes: 1
Views: 433