Mention no proto 2, fixes #6

This commit is contained in:
Daniel G. Taylor 2020-01-09 16:43:45 -08:00
parent d8785b4622
commit 7ccef16579
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -2,7 +2,7 @@
![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg)
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:
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:
- Protobuf 3 & gRPC code generation
- Both binary & JSON serialization is built-in