I am currently using boost-python to wrap a small C ++ library and make it usable with Python. However, I would like to stop using boost (mainly because of reasons related to building / binding). So what are the other options?
Is there anything equally convenient to use?
source
share