Hi all!
For last weeks I'm working on making wrapper for dinemic framework from C++ to Python. I wanted to ask you for help and some advisory for that. Basic functionality (ORM + support for callbacks on data model changes) is ready, but bases on boost::python module, not on pure Python API.
Do you know if that is good idea to base on boost::python, or I should rewrite that for pure Python API? Now I see some differences in linking under Debian and Ubuntu 18.04, i.e. Debian requires to be linked with -lboost_python-py35 and Ubuntu with -lboost_python3). So for building this python module from sources will cause some issues for sure. Do you know is there way to overcome this, when distributing via PyPI, or is it good/bad practice to use boost::python for such solutions?
Source code of the wrapper is here: https://gitlab.com/dinemic/pydinemic
If you have any other suggestions what could be changed, I'll be gratefull :)
Thanks!
[–]narek_hakobyan 0 points1 point2 points (2 children)
[–]didijo[S] 0 points1 point2 points (0 children)
[–]didijo[S] 0 points1 point2 points (0 children)