I have legacy libraries written in C++ which is maintained by other team in other country. Currently we cannot alter the code of the libraries and are provided with just APIs to call from Python. I see boost and pybind11 as solutions but they all use #include<pybind11.h>
in the C++ libraries. I can't do that.
Is there any other way?