grpcio-health-checking 1.76.0rc1__py3-none-any.whl → 1.78.0rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from grpc_health.v1 import health_pb2 as grpc__health_dot_v1_dot_health__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.76.0rc1'
8
+ GRPC_GENERATED_VERSION = '1.78.0rc2'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: grpcio-health-checking
3
- Version: 1.76.0rc1
3
+ Version: 1.78.0rc2
4
4
  Summary: Standard Health Checking Service for gRPC
5
- Home-page: https://grpc.io
6
- Author: The gRPC Authors
7
- Author-email: grpc-io@googlegroups.com
8
- License: Apache License 2.0
5
+ Author-email: The gRPC Authors <grpc-io@googlegroups.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://grpc.io
8
+ Project-URL: Documentation, https://grpc.github.io/grpc/python/grpc_health_checking.html
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
@@ -15,11 +15,15 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Programming Language :: Python :: 3.14
18
- Classifier: License :: OSI Approved :: Apache Software License
19
18
  Requires-Python: >=3.9
19
+ Description-Content-Type: text/x-rst
20
20
  License-File: LICENSE
21
- Requires-Dist: protobuf <7.0.0,>=6.31.1
22
- Requires-Dist: grpcio >=1.76.0rc1
21
+ Requires-Dist: protobuf<7.0.0,>=6.31.1
22
+ Requires-Dist: grpcio>=1.78.0rc2
23
+ Dynamic: classifier
24
+ Dynamic: license-file
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
23
27
 
24
28
  gRPC Python Health Checking
25
29
  ===========================
@@ -4,9 +4,9 @@ grpc_health/v1/_async.py,sha256=hDjD-LtBKTYUauNUaVx0qnuiW4kfGXQsye0qO3wIcyM,4482
4
4
  grpc_health/v1/health.py,sha256=8uYqynejMjqpcQpDglzBiTVhftXccU5jrUNufeEyD-w,6233
5
5
  grpc_health/v1/health_pb2.py,sha256=eMWjpw_mAtXc5qYJXWGV6f6ERboQnI8WFIkWrZLQo0o,2492
6
6
  grpc_health/v1/health_pb2.pyi,sha256=ETJyL-BuxDwKA49VCfQPZdpKEnHdDR8DOdIAcrxausk,1327
7
- grpc_health/v1/health_pb2_grpc.py,sha256=hqoeODzlQ4bwyAiBCs86W4tf7CtffTqXClf2Mlf8sqw,6311
8
- grpcio_health_checking-1.76.0rc1.dist-info/LICENSE,sha256=WQGY4_MF8sNH_eZNY3xlSSu-9VTbbINk4UnNN143l-4,29687
9
- grpcio_health_checking-1.76.0rc1.dist-info/METADATA,sha256=0xKn9zBS5TBQzX5O1w0la8W2n_sxFo2ntraeOO3WVAE,1091
10
- grpcio_health_checking-1.76.0rc1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
11
- grpcio_health_checking-1.76.0rc1.dist-info/top_level.txt,sha256=ccwPL45khtPzN8TVoGT3OED9k19pTNWKAjaYokl0ji0,12
12
- grpcio_health_checking-1.76.0rc1.dist-info/RECORD,,
7
+ grpc_health/v1/health_pb2_grpc.py,sha256=ONLCDSi735PT5GSWR2eJIzFIpXTOgmOeYKM_D4T_ths,6311
8
+ grpcio_health_checking-1.78.0rc2.dist-info/licenses/LICENSE,sha256=WQGY4_MF8sNH_eZNY3xlSSu-9VTbbINk4UnNN143l-4,29687
9
+ grpcio_health_checking-1.78.0rc2.dist-info/METADATA,sha256=vi86piCAPIxLyNQMGahXfWBXs_piSYRysU5XFGTm5zI,1251
10
+ grpcio_health_checking-1.78.0rc2.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
11
+ grpcio_health_checking-1.78.0rc2.dist-info/top_level.txt,sha256=ccwPL45khtPzN8TVoGT3OED9k19pTNWKAjaYokl0ji0,12
12
+ grpcio_health_checking-1.78.0rc2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (77.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5