You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small boost::python library PoC for intermixing python calls in your C++ code. It's main purpose is to make it easy to (1) import python modules into your C++ workflow, and (2) pass data back and forth between the environments.