1

Is it possible to generate Python code from Protocol Buffers message definitions using Pants?

Looking through the documentation and the examples of Pants I was unable to find any instructions how to generate Python code from Protocol Buffers message definitions. Only Java seems to be supported.

aha
  • 3,702
  • 3
  • 38
  • 47

1 Answers1

0

Currently (as of 0.0.63) there are no targets or rules defined to generate python in OSS pants.

ericzundel
  • 550
  • 3
  • 11