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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ This project exists because I am unhappy with the state of the official Google p
38
38
- Uses `SerializeToString()` rather than the built-in `__bytes__()`
39
39
- Special wrapped types don't use Python's `None`
40
40
- Timestamp/duration types don't use Python's built-in `datetime` module
41
+
42
+
41
43
This project is a reimplementation from the ground up focused on idiomatic modern Python to help fix some of the above. While it may not be a 1:1 drop-in replacement due to changed method names and call patterns, the wire format is identical.
42
44
43
45
## Installation
@@ -58,7 +60,7 @@ pip install betterproto
58
60
59
61
### Compiling proto files
60
62
61
-
Now, given you installed the compiler and have a proto file, e.g `example.proto`:
63
+
Given you installed the compiler and have a proto file, e.g `example.proto`:
0 commit comments