You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create new easy-to-use Python gRPC framework Fast-gRPC, please, can you look at that and if you decide that it is useful thing - add it to awesome_grpc repo.
Link to github: https://github.com/OlegYurchik/fast-grpc
Main profits:
Easy for novice
You don't need create .proto, compile it and etc. You need just create pydantic models and use it in Fast-gRPC application
Support nested models, annotated types, iterable types and dictionaries
In future I want:
Add middlewares support
Beautify .proto files
Add returning .proto files
More unit tests
Add documentation
Add linters
Add CI/CD
The text was updated successfully, but these errors were encountered:
I create new easy-to-use Python gRPC framework
Fast-gRPC
, please, can you look at that and if you decide that it is useful thing - add it toawesome_grpc
repo.Link to github: https://github.com/OlegYurchik/fast-grpc
Main profits:
Fast-gRPC
applicationIn future I want:
The text was updated successfully, but these errors were encountered: