From d117632796e9bfbdd1cd6fb5b761e37afae3391c Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 13 Mar 2019 23:25:33 +0700 Subject: python/python3-aiorpcX: Added (Generic async RPC implementation). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-aiorpcX/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-aiorpcX/README (limited to 'python/python3-aiorpcX/README') diff --git a/python/python3-aiorpcX/README b/python/python3-aiorpcX/README new file mode 100644 index 0000000000..d522fcf2a2 --- /dev/null +++ b/python/python3-aiorpcX/README @@ -0,0 +1,2 @@ +aiorpcX is a generic asyncio library implementation of RPC suitable +for an application that is a client, server or both. -- cgit v1.2.3