diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-06-04 03:31:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:15 +0700 |
commit | 93ee052e02d3f57bd4876615bfa23c6bb217af9b (patch) | |
tree | 16e468f16209b0a687687cebd200a609d2ee9e75 /libraries/python3-rpyc/slack-desc | |
parent | b18db72faa9fc532b1fe4fd5fed453c9ed1aa0db (diff) |
libraries/python3-rpyc: Added (Transparent & symmetric RPC library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-rpyc/slack-desc')
-rw-r--r-- | libraries/python3-rpyc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/python3-rpyc/slack-desc b/libraries/python3-rpyc/slack-desc new file mode 100644 index 000000000000..706810a64238 --- /dev/null +++ b/libraries/python3-rpyc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-rpyc: python3-rpyc (Transparent and symmetric RPC library) +python3-rpyc: +python3-rpyc: RPyC (pronounced like are-pie-see), or Remote +python3-rpyc: Python Call, is a transparent library for symmetrical +python3-rpyc: remote procedure calls, clustering, and distributed-computing. +python3-rpyc: +python3-rpyc: Homepage: http://rpyc.readthedocs.org/en/latest/ +python3-rpyc: +python3-rpyc: +python3-rpyc: +python3-rpyc: |