grpcio-health-checking 1.76.0rc1__tar.gz → 1.78.0rc2__tar.gz

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.
Files changed (21) hide show
  1. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/PKG-INFO +12 -8
  2. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2_grpc.py +1 -1
  3. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_version.py +1 -1
  4. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/PKG-INFO +12 -8
  5. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/SOURCES.txt +1 -0
  6. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/requires.txt +1 -1
  7. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/top_level.txt +1 -0
  8. grpcio_health_checking-1.78.0rc2/pyproject.toml +42 -0
  9. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/setup.py +21 -41
  10. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/LICENSE +0 -0
  11. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/MANIFEST.in +0 -0
  12. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/README.rst +0 -0
  13. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/__init__.py +0 -0
  14. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/__init__.py +0 -0
  15. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/_async.py +0 -0
  16. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health.py +0 -0
  17. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2.py +0 -0
  18. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpc_health/v1/health_pb2.pyi +0 -0
  19. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/grpcio_health_checking.egg-info/dependency_links.txt +0 -0
  20. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/python_version.py +0 -0
  21. {grpcio_health_checking-1.76.0rc1 → grpcio_health_checking-1.78.0rc2}/setup.cfg +0 -0
@@ -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
21
  Requires-Dist: protobuf<7.0.0,>=6.31.1
22
- Requires-Dist: grpcio>=1.76.0rc1
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
  ===========================
@@ -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
 
@@ -14,4 +14,4 @@
14
14
 
15
15
  # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
16
16
 
17
- VERSION = '1.76.0rc1'
17
+ VERSION = '1.78.0rc2'
@@ -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
21
  Requires-Dist: protobuf<7.0.0,>=6.31.1
22
- Requires-Dist: grpcio>=1.76.0rc1
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
  ===========================
@@ -2,6 +2,7 @@ LICENSE
2
2
  MANIFEST.in
3
3
  README.rst
4
4
  grpc_version.py
5
+ pyproject.toml
5
6
  python_version.py
6
7
  setup.py
7
8
  ./grpc_health/__init__.py
@@ -1,2 +1,2 @@
1
1
  protobuf<7.0.0,>=6.31.1
2
- grpcio>=1.76.0rc1
2
+ grpcio>=1.78.0rc2
@@ -0,0 +1,42 @@
1
+ # Copyright 2025 gRPC authors.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ [build-system]
16
+ requires = [
17
+ "setuptools>=77.0.1",
18
+ "wheel",
19
+ ]
20
+ build-backend = "setuptools.build_meta"
21
+
22
+ [project]
23
+ name = "grpcio-health-checking"
24
+ license = "Apache-2.0"
25
+ description = "Standard Health Checking Service for gRPC"
26
+ readme = {file = "README.rst", content-type = "text/x-rst"}
27
+ authors = [{name = "The gRPC Authors", email = "grpc-io@googlegroups.com"}]
28
+
29
+ dynamic = ["dependencies", "version", "requires-python", "classifiers"]
30
+
31
+ [project.urls]
32
+ Homepage = "https://grpc.io"
33
+ Documentation = "https://grpc.github.io/grpc/python/grpc_health_checking.html"
34
+
35
+ [tool.setuptools.dynamic]
36
+ version = {attr = "grpc_version.VERSION"}
37
+
38
+ [tool.setuptools.packages]
39
+ find = {}
40
+
41
+ [tool.setuptools.package-dir]
42
+ "" = "."
@@ -14,19 +14,16 @@
14
14
  """Setup module for the GRPC Python package's optional health checking."""
15
15
 
16
16
  import os
17
+ import sys
17
18
 
18
19
  import setuptools
19
20
 
20
- _PACKAGE_PATH = os.path.realpath(os.path.dirname(__file__))
21
- _README_PATH = os.path.join(_PACKAGE_PATH, "README.rst")
22
-
23
- # Ensure we're in the proper directory whether or not we're being used by pip.
24
- os.chdir(os.path.dirname(os.path.abspath(__file__)))
25
-
26
- # Break import-style to ensure we can actually find our local modules.
27
- import python_version
21
+ # Manually insert the source directory into the Python path for local module
22
+ # imports to succeed
23
+ sys.path.insert(0, os.path.abspath("."))
28
24
 
29
25
  import grpc_version
26
+ import python_version
30
27
 
31
28
 
32
29
  class _NoOpCommand(setuptools.Command):
@@ -45,22 +42,14 @@ class _NoOpCommand(setuptools.Command):
45
42
  pass
46
43
 
47
44
 
48
- CLASSIFIERS = (
49
- [
50
- "Development Status :: 5 - Production/Stable",
51
- "Programming Language :: Python",
52
- "Programming Language :: Python :: 3",
53
- ]
54
- + [
55
- f"Programming Language :: Python :: {x}"
56
- for x in python_version.SUPPORTED_PYTHON_VERSIONS
57
- ]
58
- + ["License :: OSI Approved :: Apache Software License"]
59
- )
60
-
61
- PACKAGE_DIRECTORIES = {
62
- "": ".",
63
- }
45
+ CLASSIFIERS = [
46
+ "Development Status :: 5 - Production/Stable",
47
+ "Programming Language :: Python",
48
+ "Programming Language :: Python :: 3",
49
+ ] + [
50
+ f"Programming Language :: Python :: {x}"
51
+ for x in python_version.SUPPORTED_PYTHON_VERSIONS
52
+ ]
64
53
 
65
54
  INSTALL_REQUIRES = (
66
55
  "protobuf>=6.31.1,<7.0.0",
@@ -87,20 +76,11 @@ except ImportError:
87
76
  "build_package_protos": _NoOpCommand,
88
77
  }
89
78
 
90
- setuptools.setup(
91
- name="grpcio-health-checking",
92
- version=grpc_version.VERSION,
93
- description="Standard Health Checking Service for gRPC",
94
- long_description=open(_README_PATH, "r").read(),
95
- author="The gRPC Authors",
96
- author_email="grpc-io@googlegroups.com",
97
- url="https://grpc.io",
98
- license="Apache License 2.0",
99
- classifiers=CLASSIFIERS,
100
- package_dir=PACKAGE_DIRECTORIES,
101
- packages=setuptools.find_packages("."),
102
- python_requires=f">={python_version.MIN_PYTHON_VERSION}",
103
- install_requires=INSTALL_REQUIRES,
104
- setup_requires=SETUP_REQUIRES,
105
- cmdclass=COMMAND_CLASS,
106
- )
79
+ if __name__ == "__main__":
80
+ setuptools.setup(
81
+ classifiers=CLASSIFIERS,
82
+ python_requires=f">={python_version.MIN_PYTHON_VERSION}",
83
+ install_requires=INSTALL_REQUIRES,
84
+ setup_requires=SETUP_REQUIRES,
85
+ cmdclass=COMMAND_CLASS,
86
+ )