diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-01-15 08:02:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-15 11:29:27 +0700 |
commit | dbaef1f802ce7cf9c5be2cbc4d53658aef533ae5 (patch) | |
tree | 034552f40d04c7d953018993cc21733a7eeb552d /python/python3-grpcio/slack-desc | |
parent | 24cbc604ef51d97a2cad0105a4e0869e15533238 (diff) |
python/python3-grpcio: Added (Python 3 build of grpc.).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-grpcio/slack-desc')
-rw-r--r-- | python/python3-grpcio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-grpcio/slack-desc b/python/python3-grpcio/slack-desc new file mode 100644 index 0000000000..74adba9d2b --- /dev/null +++ b/python/python3-grpcio/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-grpcio: python3-grpcio (Python language bindings for gRPC) +python3-grpcio: +python3-grpcio: gRPC is a modern, open source, high-performance remote procedure call +python3-grpcio: (RPC) framework that can run anywhere. gRPC enables client and server +python3-grpcio: applications to communicate transparently, and simplifies the building +python3-grpcio: of connected systems. +python3-grpcio: +python3-grpcio: Homepage: https://grpc.io/ +python3-grpcio: +python3-grpcio: +python3-grpcio: |