From 5f470c3992a4ff578bc603123c6e461562cae647 Mon Sep 17 00:00:00 2001 From: Matthew Paletta Date: Sun, 24 Feb 2019 10:59:15 -0800 Subject: [PATCH] Added Optional GRPC library to third party docs --- docs/third_party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third_party.md b/docs/third_party.md index eedce15f240..eff96f6add5 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -173,3 +173,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d * [ProfaneDB - A Protocol Buffers database](https://profanedb.gitlab.io) * [Protocol Buffer property-based testing utility and example message generator (Python / Hypothesis)](https://github.com/CurataEng/hypothesis-protobuf) * [Protolock - CLI utility to prevent backward-incompatible changes to .proto files](https://github.com/nilslice/protolock) +* [Optional GRPC - GRPC for testable microservices (Python)](https://github.com/mattpaletta/optional-grpc.git)