Add CI build badge

This commit is contained in:
Daniel G. Taylor 2019-10-20 23:52:16 -07:00
parent cfedcab5ab
commit 477e9cdae8
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -1,5 +1,7 @@
# Better Protobuf / gRPC Support for Python # Better Protobuf / gRPC Support for Python
![](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. The following are supported:
- Protobuf 3 & gRPC code generation - Protobuf 3 & gRPC code generation