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
This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable code. It will not support legacy features or environments. The following are supported:
4
+
5
+
- Protobuf 3 & gRPC code generation
6
+
- Both binary & JSON serialization is built-in
7
+
- Python 3.7+
8
+
- Enums
9
+
- Dataclasses
10
+
-`async`/`await`
11
+
- Relative imports
12
+
- Mypy type checking
13
+
14
+
This project is heavily inspired by, and borrows functionality from:
0 commit comments