grpc/src/python/grpcio_status
Mark D. Roth 13d98176b5
bump version on master to 1.43-dev (#27930)
* bump version on master to 1.43-dev

* bump core version

* update g_stands_for.md
2021-11-04 16:19:56 -07:00
..
grpc_status Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -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 3.10 drop 3.5 (#26074) 2021-09-02 14:02:53 -07:00
grpc_version.py bump version on master to 1.43-dev (#27930) 2021-11-04 16:19:56 -07:00
setup.py Add python_requires field to grpcio-* packages (#27495) 2021-09-28 16:01:15 -07: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.6

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

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