Skip to content

Commit 7ccef16

Browse files
committed
Mention no proto 2, fixes #6
1 parent d8785b4 commit 7ccef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg)
44

5-
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, idiomatic Python code. It will not support legacy features or environments. The following are supported:
5+
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, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported:
66

77
- Protobuf 3 & gRPC code generation
88
- Both binary & JSON serialization is built-in

0 commit comments

Comments
 (0)