File: PKG-INFO

package info (click to toggle)
python-grpcio-status 1.78.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 126; makefile: 9
file content (38 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 2.4
Name: grpcio-status
Version: 1.78.1
Summary: Status proto mapping for gRPC
Author-email: The gRPC Authors <grpc-io@googlegroups.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://grpc.io
Project-URL: Documentation, https://grpc.github.io/grpc/python/grpc_status.html
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
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: protobuf<7.0.0,>=6.31.1
Requires-Dist: grpcio>=1.78.1
Requires-Dist: googleapis-common-protos>=1.5.5
Dynamic: classifier
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

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