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.