From 97f5f649a419279368fd10036dca48c6d8ed0f1f Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Wed, 15 Apr 2020 22:00:28 -0700 Subject: [PATCH] docs: add python-betterproto Adds the `betterproto` Python module to the list of implementations. --- docs/third_party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third_party.md b/docs/third_party.md index 528dc6e220ce..11a6efb5b160 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -82,6 +82,7 @@ These are projects we know about implementing Protocol Buffers for other program * Prolog: http://www.swi-prolog.org/pldoc/package/protobufs.html * Python: https://github.com/google/protobuf (Google-official implementation) * Python: https://github.com/eigenein/protobuf +* Python: https://github.com/danielgtaylor/python-betterproto * R: http://cran.r-project.org/package=RProtoBuf * Ruby: http://code.google.com/p/ruby-protobuf/ * Ruby: http://github.com/mozy/ruby-protocol-buffers