github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/py/proto_py_library.bzl (about)

     1  "proto_py_library.bzl provides a py_library for proto files."
     2  
     3  load("@rules_python//python:defs.bzl", "py_library")
     4  
     5  def proto_py_library(**kwargs):
     6      py_library(**kwargs)