Browse Source

Merge pull request #14657 from ghostwriternr/reflection-readme

Create README for gRPC Python reflection package
kpayson64 7 năm trước cách đây
mục cha
commit
2401c93e07
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/python/grpcio_reflection/README.rst

+ 10 - 0
src/python/grpcio_reflection/README.rst

@@ -0,0 +1,10 @@
+gRPC Python Reflection package
+==============================
+
+Reference package for reflection in GRPC Python.
+
+Dependencies
+------------
+
+Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.
+