criccomini / proto-schema-parser

A Pure Python Protobuf Parser
MIT License
38 stars 20 forks source link

support service #11

Closed AnneYang720 closed 8 months ago

AnneYang720 commented 8 months ago

Hi I was in need of the parser and generator of service, so I made these developments.

criccomini commented 8 months ago

Wow, this is great! Could you please add some tests and update the README to have a ✅ for service, rpc, and stream?

AnneYang720 commented 8 months ago

Wow, this is great! Could you please add some tests and update the README to have a ✅ for service, rpc, and stream?

gonna work on it :)

criccomini commented 8 months ago

Excellent. Thanks so much for contributing. I'm curious: what are you using proto-schema-parser for? =)

criccomini commented 8 months ago

Your changes are now available in 1.0.0!

https://pypi.org/project/proto-schema-parser/1.0.0/

AnneYang720 commented 8 months ago

Excellent. Thanks so much for contributing. I'm curious: what are you using proto-schema-parser for? =)

I'm glad to contribute! I wrote a small project that translates .thrift file to proto3 file for work, and I used parsers on both side.