grpcio-channelz 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.
Files changed (22) hide show
  1. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/PKG-INFO +12 -8
  2. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/channelz_pb2_grpc.py +1 -1
  3. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_version.py +1 -1
  4. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpcio_channelz.egg-info/PKG-INFO +12 -8
  5. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpcio_channelz.egg-info/SOURCES.txt +1 -0
  6. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpcio_channelz.egg-info/requires.txt +1 -1
  7. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpcio_channelz.egg-info/top_level.txt +1 -0
  8. grpcio_channelz-1.78.0/pyproject.toml +42 -0
  9. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/setup.py +20 -41
  10. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/LICENSE +0 -0
  11. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/MANIFEST.in +0 -0
  12. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/README.rst +0 -0
  13. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/__init__.py +0 -0
  14. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/__init__.py +0 -0
  15. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/_async.py +0 -0
  16. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/_servicer.py +0 -0
  17. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/channelz.py +3 -3
  18. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/channelz_pb2.py +0 -0
  19. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpc_channelz/v1/channelz_pb2.pyi +0 -0
  20. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/grpcio_channelz.egg-info/dependency_links.txt +0 -0
  21. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/python_version.py +0 -0
  22. {grpcio_channelz-1.76.0 → grpcio_channelz-1.78.0}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: grpcio-channelz
3
- Version: 1.76.0
3
+ Version: 1.78.0
4
4
  Summary: Channel Level Live Debug Information 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_channelz.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.0
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 Channelz package
25
29
  ==============================
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from grpc_channelz.v1 import channelz_pb2 as grpc__channelz_dot_v1_dot_channelz__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.76.0'
8
+ GRPC_GENERATED_VERSION = '1.78.0'
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_channelz/python_version.py.template`!!!
16
16
 
17
- VERSION = '1.76.0'
17
+ VERSION = '1.78.0'
@@ -1,11 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: grpcio-channelz
3
- Version: 1.76.0
3
+ Version: 1.78.0
4
4
  Summary: Channel Level Live Debug Information 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_channelz.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.0
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 Channelz package
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_channelz/__init__.py
@@ -1,2 +1,2 @@
1
1
  protobuf<7.0.0,>=6.31.1
2
- grpcio>=1.76.0
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-channelz"
24
+ license = "Apache-2.0"
25
+ description = "Channel Level Live Debug Information 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_channelz.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
+ "" = "."
@@ -18,16 +18,12 @@ import sys
18
18
 
19
19
  import setuptools
20
20
 
21
- _PACKAGE_PATH = os.path.realpath(os.path.dirname(__file__))
22
- _README_PATH = os.path.join(_PACKAGE_PATH, "README.rst")
23
-
24
- # Ensure we're in the proper directory whether or not we're being used by pip.
25
- os.chdir(os.path.dirname(os.path.abspath(__file__)))
26
-
27
- # Break import-style to ensure we can actually find our local modules.
28
- 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("."))
29
24
 
30
25
  import grpc_version
26
+ import python_version
31
27
 
32
28
 
33
29
  class _NoOpCommand(setuptools.Command):
@@ -46,23 +42,15 @@ class _NoOpCommand(setuptools.Command):
46
42
  pass
47
43
 
48
44
 
49
- CLASSIFIERS = (
50
- [
51
- "Development Status :: 5 - Production/Stable",
52
- "Programming Language :: Python",
53
- "Programming Language :: Python :: 3",
54
- ]
55
- + [
56
- f"Programming Language :: Python :: {x}"
57
- for x in python_version.SUPPORTED_PYTHON_VERSIONS
58
- ]
59
- + ["License :: OSI Approved :: Apache Software License"]
60
- )
61
-
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
+ ]
62
53
 
63
- PACKAGE_DIRECTORIES = {
64
- "": ".",
65
- }
66
54
 
67
55
  INSTALL_REQUIRES = (
68
56
  "protobuf>=6.31.1,<7.0.0",
@@ -90,20 +78,11 @@ except ImportError:
90
78
  }
91
79
 
92
80
 
93
- setuptools.setup(
94
- name="grpcio-channelz",
95
- version=grpc_version.VERSION,
96
- license="Apache License 2.0",
97
- description="Channel Level Live Debug Information Service for gRPC",
98
- long_description=open(_README_PATH, "r").read(),
99
- author="The gRPC Authors",
100
- author_email="grpc-io@googlegroups.com",
101
- classifiers=CLASSIFIERS,
102
- url="https://grpc.io",
103
- package_dir=PACKAGE_DIRECTORIES,
104
- packages=setuptools.find_packages("."),
105
- python_requires=f">={python_version.MIN_PYTHON_VERSION}",
106
- install_requires=INSTALL_REQUIRES,
107
- setup_requires=SETUP_REQUIRES,
108
- cmdclass=COMMAND_CLASS,
109
- )
81
+ if __name__ == "__main__":
82
+ setuptools.setup(
83
+ classifiers=CLASSIFIERS,
84
+ python_requires=f">={python_version.MIN_PYTHON_VERSION}",
85
+ install_requires=INSTALL_REQUIRES,
86
+ setup_requires=SETUP_REQUIRES,
87
+ cmdclass=COMMAND_CLASS,
88
+ )
@@ -55,9 +55,9 @@ if sys.version_info[0] >= 3 and sys.version_info[1] >= 6:
55
55
  add_channelz_servicer.__doc__ = _add_channelz_servicer_doc
56
56
 
57
57
  __all__ = [
58
- "aio",
59
- "add_channelz_servicer",
60
58
  "ChannelzServicer",
59
+ "add_channelz_servicer",
60
+ "aio",
61
61
  ]
62
62
 
63
63
  else:
@@ -70,6 +70,6 @@ else:
70
70
  add_channelz_servicer.__doc__ = _add_channelz_servicer_doc
71
71
 
72
72
  __all__ = [
73
- "add_channelz_servicer",
74
73
  "ChannelzServicer",
74
+ "add_channelz_servicer",
75
75
  ]