grpc/src/python/grpcio_status
Esun Kim cd27a36924 Regenerate projects 2019-06-18 15:40:50 -07:00
..
grpc_status Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3"" 2019-02-20 14:07:34 -08:00
.gitignore Add grpcio-status extension package 2018-12-13 10:18:44 -08:00
MANIFEST.in Include LICENSE in artifact 2018-12-13 18:07:52 -08:00
README.rst Add python deprecation notices. 2019-05-20 13:05:37 -07:00
grpc_version.py Regenerate projects 2019-06-18 15:40:50 -07:00
setup.py Actually include README.rst in all packages 2019-05-20 14:21:25 -07:00
status_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 2019-01-24 10:10:22 -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`.