grpc/src/python/grpcio_status
Nicolas "Pixel" Noble 791729d09f Bumping version. 2020-04-30 08:12:29 +02:00
..
grpc_status Revert "[Aio] Add AsyncIO support to grpcio-status" 2020-04-23 13:06:11 -07:00
.gitignore Add grpcio-status extension package 2018-12-13 10:18:44 -08:00
MANIFEST.in Ship grpcio-status with the actual proto file 2019-12-04 12:15:03 -08:00
README.rst Add python deprecation notices. 2019-05-20 13:05:37 -07:00
grpc_version.py Bumping version. 2020-04-30 08:12:29 +02:00
setup.py Yapf all target python sources 2020-01-03 09:25:10 -08:00
status_commands.py Yapf all target python sources 2020-01-03 09:25:10 -08:00

README.rst

gRPC Python Status Proto
===========================

Reference package for GRPC Python status proto mapping.

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`.