aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Paletta <mattpaletta@gmail.com>2019-02-24 10:59:15 -0800
committerGitHub <noreply@github.com>2019-02-24 10:59:15 -0800
commit5f470c3992a4ff578bc603123c6e461562cae647 (patch)
tree158ccbeb0531fe62e216e8a81bf9b054100a400e /docs
parentbc929a3e82b7a131f9760af96f1baec5b2e4bc9b (diff)
downloadprotobuf-5f470c3992a4ff578bc603123c6e461562cae647.tar.gz
Added Optional GRPC library to third party docs
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index eedce15f2..eff96f6ad 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)