pybind11_protobuf icon indicating copy to clipboard operation
pybind11_protobuf copied to clipboard

Pybind11 bindings for Google's Protocol Buffers

Results 27 pybind11_protobuf issues
Sort by recently updated
recently updated
newest added

Hi, Could you please add a complete set of instructions on how to include and use with Bazel? I added the following stanza to my WORKSPACE file: ``` git_repository( name...

Expose new python wrappers for C++ proto descriptor classes.

Add support for arbitrary python dependencies to PyDescriptorPool objects.

I am very interested in getting this to run in a CMake project and possibly contributing to make that happen. I have this repo cloned as a submodule inside a...

I wanted to use this in an environment where the pyext for proto_api wasn't build/installed and as `enable_pyproto_api_setting` is disabled by default I assumed this would work. However the build...