python-betterproto icon indicating copy to clipboard operation
python-betterproto copied to clipboard

Add grpcio support.

Open maxkucher opened this issue 5 months ago • 2 comments

Summary

Added support for the official python grpc library (grpcio)

Checklist

  • [x] If code changes were made then they have been tested.
    • [x] I have updated the documentation to reflect the changes.
  • [ ] This PR fixes an issue.
  • [x] This PR adds something new (e.g. new method or parameters).
    • [x] This change has an associated test.
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • [ ] This PR is not a code change (e.g. documentation, README, ...)

maxkucher avatar Jul 25 '25 10:07 maxkucher

Good work! I tested this and it does exactly what it should. We want to be able to compress traffic natively and like to continue to use betterproto.

Any chance for a review? I'd be happy to help to get this through.

qfreewilll avatar Aug 27 '25 08:08 qfreewilll

Can you retarget this to https://github.com/betterproto/python-betterproto2

Gobot1234 avatar Sep 05 '25 17:09 Gobot1234