grpc/src/python/grpcio_status
Yash Tibrewal 87b71907d6 [Release] Bump version to 1.65.0-dev (on master branch) (#36544)
Change was created by the release automation script. See go/grpc-release.

Closes #36544

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36544 from yashykt:bump_dev_version_202405061956 69ee5c869e
PiperOrigin-RevId: 631187829
2024-05-06 14:41:36 -07:00
..
grpc_status [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -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 [Python Version] Drop support for Python 3.7 (#34450) 2024-04-08 11:17:51 -07:00
grpc_version.py [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 2024-05-06 14:41:36 -07:00
setup.py [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 2024-04-11 15:39:29 -07:00
status_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00

README.rst

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

Reference package for GRPC Python status proto mapping.

Supported Python Versions
-------------------------
Python >= 3.8

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

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