The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stanley Cheung fe2e96f9f3 Regenerate projects 4 years ago
..
grpc_health Make the empty service default to SERVING state 5 years ago
.gitignore Enable split code generation 9 years ago
MANIFEST.in Add LICENSE to grpcio-* packages 6 years ago
README.rst Add python deprecation notices. 6 years ago
grpc_version.py Regenerate projects 4 years ago
health_commands.py Yapf all target python sources 5 years ago
setup.py Support pre-compiled Python 3.9 wheels 5 years ago

README.rst

gRPC Python Health Checking
===========================

Reference package for GRPC Python health checking.

Supported Python Versions
-------------------------
Python >= 3.5

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Dependencies
------------

Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.