grpcio-health-checking 1.76.0__tar.gz → 1.78.0__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.
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/PKG-INFO +12 -8
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health_pb2_grpc.py +1 -1
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_version.py +1 -1
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpcio_health_checking.egg-info/PKG-INFO +12 -8
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpcio_health_checking.egg-info/SOURCES.txt +1 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpcio_health_checking.egg-info/requires.txt +1 -1
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpcio_health_checking.egg-info/top_level.txt +1 -0
- grpcio_health_checking-1.78.0/pyproject.toml +42 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/setup.py +21 -41
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/LICENSE +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/MANIFEST.in +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/README.rst +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/__init__.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/__init__.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/_async.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health_pb2.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health_pb2.pyi +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpcio_health_checking.egg-info/dependency_links.txt +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/python_version.py +0 -0
- {grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/setup.cfg +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: grpcio-health-checking
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.78.0
|
|
4
4
|
Summary: Standard Health Checking Service for gRPC
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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.
|
|
22
|
+
Requires-Dist: grpcio>=1.78.0
|
|
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
|
===========================
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: grpcio-health-checking
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.78.0
|
|
4
4
|
Summary: Standard Health Checking Service for gRPC
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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.
|
|
22
|
+
Requires-Dist: grpcio>=1.78.0
|
|
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
|
===========================
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
protobuf<7.0.0,>=6.31.1
|
|
2
|
-
grpcio>=1.
|
|
2
|
+
grpcio>=1.78.0
|
|
@@ -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
|
-
|
|
21
|
-
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health_pb2.py
RENAMED
|
File without changes
|
{grpcio_health_checking-1.76.0 → grpcio_health_checking-1.78.0}/grpc_health/v1/health_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|