pybind11_protobuf
pybind11_protobuf copied to clipboard
Pybind11 bindings for Google's Protocol Buffers
internal change
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...
Remove .bazelversion file
Expose new python wrappers for C++ proto descriptor classes.
Add support for arbitrary python dependencies to PyDescriptorPool objects.
internal change
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...
Use pybind11_protobuf when passing Fingerprints.
Internal Code Change