Add health-checking to Python
Adds the initial reference implementation for health-checking in gRPC Python as a separate project (but within the same grpc package to keep namespaces consistent). Only installs the package to test the build-proto-modules custom command introduced in the health-checking project.
Showing
- src/python/grpcio_health_checking/MANIFEST.in 2 additions, 0 deletionssrc/python/grpcio_health_checking/MANIFEST.in
- src/python/grpcio_health_checking/README.rst 9 additions, 0 deletionssrc/python/grpcio_health_checking/README.rst
- src/python/grpcio_health_checking/commands.py 80 additions, 0 deletionssrc/python/grpcio_health_checking/commands.py
- src/python/grpcio_health_checking/grpc/__init__.py 30 additions, 0 deletionssrc/python/grpcio_health_checking/grpc/__init__.py
- src/python/grpcio_health_checking/grpc/health/__init__.py 30 additions, 0 deletionssrc/python/grpcio_health_checking/grpc/health/__init__.py
- src/python/grpcio_health_checking/grpc/health/v1alpha/__init__.py 30 additions, 0 deletions...on/grpcio_health_checking/grpc/health/v1alpha/__init__.py
- src/python/grpcio_health_checking/grpc/health/v1alpha/health.proto 49 additions, 0 deletions...n/grpcio_health_checking/grpc/health/v1alpha/health.proto
- src/python/grpcio_health_checking/grpc/health/v1alpha/health.py 129 additions, 0 deletions...thon/grpcio_health_checking/grpc/health/v1alpha/health.py
- src/python/grpcio_health_checking/setup.py 72 additions, 0 deletionssrc/python/grpcio_health_checking/setup.py
- tools/run_tests/build_python.sh 7 additions, 0 deletionstools/run_tests/build_python.sh
Loading
Please register or sign in to comment