[Rdkit-devel] RDKit Python wrappers
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: David C. <dav...@gm...> - 2016-12-01 17:39:42
|
Hi All, Having failed miserably to understand boost::python last week when trying to add some new functions, I am wondering if there's a technical reason to prefer it over swig? Given there are swig wrappings for java and c#, it feels logical to do the python wrapping that way as well. It would remove some complexity from the maintenance, perhaps. OTOH, if the end result isn't as good, then that wouldn't be worth it, and I'll just have to try harder with boost::python. Cheers, Dave |