All,

For those working with both protobuf and boost::python, I've written a
protobuf plugin which generates boost::python wrappings for the
protoc-generated C++ implementation.

The rationale of the plugin (over, say, using the protoc experimental C++
python implementation) was a desire to directly wrap other C++ methods
taking / returning protobuf message instances via boost::python.

Presented in the hope that others find it useful:
https://github.com/dademurphy/protobpl

cheers,
johnny
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to