From 58cc68aac6ccb9bf307429ed807769f5a5396cdb Mon Sep 17 00:00:00 2001 From: James Stronz Date: Sun, 9 Feb 2020 00:28:50 -0600 Subject: [PATCH] Added RPyC to RPC Servers section of REAME.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f883793..bcb1684c 100644 --- a/README.md +++ b/README.md @@ -950,6 +950,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *RPC-compatible servers.* * [zeroRPC](https://github.com/0rpc/zerorpc-python) - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/). +* [RPyC](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - A transparent and symmetric RPC library for Python ## Science