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.
Currently (as of 0.0.63) there are no targets or rules defined to generate python in OSS pants.