Files
api/path/to/venv/lib/python3.12/site-packages/grpcio_status-1.76.0.dist-info/METADATA
2025-12-30 11:27:14 +07:00

35 lines
1.1 KiB
Plaintext

Metadata-Version: 2.1
Name: grpcio-status
Version: 1.76.0
Summary: Status proto mapping for gRPC
Home-page: https://grpc.io
Author: The gRPC Authors
Author-email: grpc-io@googlegroups.com
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: protobuf <7.0.0,>=6.31.1
Requires-Dist: grpcio >=1.76.0
Requires-Dist: googleapis-common-protos >=1.5.5
gRPC Python Status Proto
===========================
Reference package for GRPC Python status proto mapping.
Dependencies
------------
Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.