aboutsummaryrefslogtreecommitdiff
path: root/python/python3-grpcio/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-01-15 08:02:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-15 11:29:27 +0700
commitdbaef1f802ce7cf9c5be2cbc4d53658aef533ae5 (patch)
tree034552f40d04c7d953018993cc21733a7eeb552d /python/python3-grpcio/README
parent24cbc604ef51d97a2cad0105a4e0869e15533238 (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/README')
-rw-r--r--python/python3-grpcio/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-grpcio/README b/python/python3-grpcio/README
new file mode 100644
index 0000000000..8fa9013214
--- /dev/null
+++ b/python/python3-grpcio/README
@@ -0,0 +1,10 @@
+gRPC is a modern, open source, high-performance remote procedure call
+(RPC) framework that can run anywhere. gRPC enables client and server
+applications to communicate transparently, and simplifies the building
+of connected systems.
+
+This SlackBuild bundles python3-grpcio-tools (a protobuf code generator
+for gRPC).
+
+grpc (available at SlackBuilds.org) builds gRPC in C++ (rather than in
+Python 3).