summaryrefslogtreecommitdiffstats
path: root/python/python3-grpcio/README
diff options
context:
space:
mode:
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).