You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
I'm setting up a project using Google's Bazel as my build system. Many Google projects already support Bazel. It would be helpful if this repository (protorpc) exposed its tools in a way that can easily be consumed by other Bazel targets.
More context: I'd like a build rule that takes the .proto files as srcs and produces the resulting generated Python Message classes, so that I can use those in Google Cloud Datastore (the generated proto code produced by py_proto_library does not seem usable in Datastore models, since it does not subclass the Message class.)