so1n / protobuf_to_pydantic

Generate a pydantic.BaseModel with parameter verification function from the Python Message object(by the Protobuf file).
Apache License 2.0
80 stars 6 forks source link

Support of protobuf services #21

Closed Razihmad closed 1 year ago

Razihmad commented 1 year ago

This library generating messages in good format. But no support of generating proto services to python and creating server and client

so1n commented 1 year ago

The library focuses on only one thing--generating the Pydantic Mode code for Message. grpclib or betterproto that you want?