diff options
author | nomnombtc <nomnombtc@arcor.de> | 2021-04-10 00:54:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:41 +0700 |
commit | ebba7f34c2fbd198d6b5e5a95aa24218e8afb44f (patch) | |
tree | 1a561896fa0e8b49f7880cf3b6ee229cb078d8c4 /python/python3-aiorpcX-legacy/README | |
parent | a6f8b97014988733ccb7c1bbbb0a9617bf91636c (diff) |
python/python3-aiorpcX-legacy: Added (async RPC implementation)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiorpcX-legacy/README')
-rw-r--r-- | python/python3-aiorpcX-legacy/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-aiorpcX-legacy/README b/python/python3-aiorpcX-legacy/README new file mode 100644 index 0000000000..3de43160bd --- /dev/null +++ b/python/python3-aiorpcX-legacy/README @@ -0,0 +1,10 @@ +aiorpcX is a generic asyncio library implementation of RPC suitable +for an application that is a client, server or both. + +NOTE: +This is an older version of the program, kept here for compatibility +with Electrum. + +IMPORTANT: +This package conflicts with python3-aiorpcX, python3-aiorpcX-legacy +and python3-aiorpcX cannot both be installed at the same time. |