appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Comment parsing #136

Closed ChristianToepfer closed 1 year ago

ChristianToepfer commented 5 years ago

With cython generated code, you have autocompletion for protobuf messages in your favourite IDE. This is really outstanding compared to google. The only thing missing now is the help for autocompletion, which you draw from the protobuf comments.