python-betterproto
python-betterproto copied to clipboard
Interacting with an existing code base?
This looks like a great project, thank you!
A few questions:
- For an existing, largely Google grpcio based codebase — how does support look like? For example, the generated code seems to require
asyncioand grpclib, which would require quite some rewrite? - Do I understand correctly that deserializing incoming requests and serializing outgoing responses is supported already, either via data classes or Pydantic?
- What about interceptors, in particular the grpc-interceptor package?