Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Bazel support? #27

@pshields

Description

@pshields

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions