mypy-boto3-eks 1.35.0__py3-none-any.whl → 1.38.0__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.
- mypy_boto3_eks/__init__.py +9 -0
- mypy_boto3_eks/__init__.pyi +8 -0
- mypy_boto3_eks/__main__.py +11 -8
- mypy_boto3_eks/client.py +379 -436
- mypy_boto3_eks/client.pyi +378 -435
- mypy_boto3_eks/literals.py +61 -13
- mypy_boto3_eks/literals.pyi +59 -13
- mypy_boto3_eks/paginator.py +213 -117
- mypy_boto3_eks/paginator.pyi +197 -130
- mypy_boto3_eks/type_defs.py +1636 -1801
- mypy_boto3_eks/type_defs.pyi +1397 -1795
- mypy_boto3_eks/version.py +3 -1
- mypy_boto3_eks/waiter.py +57 -32
- mypy_boto3_eks/waiter.pyi +56 -40
- {mypy_boto3_eks-1.35.0.dist-info → mypy_boto3_eks-1.38.0.dist-info}/METADATA +103 -29
- mypy_boto3_eks-1.38.0.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.0.dist-info → mypy_boto3_eks-1.38.0.dist-info}/WHEEL +1 -1
- {mypy_boto3_eks-1.35.0.dist-info → mypy_boto3_eks-1.38.0.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_eks-1.35.0.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.0.dist-info → mypy_boto3_eks-1.38.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 eks type-annotations
|
|
12
|
+
Keywords: boto3 eks boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -23,47 +23,61 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
29
30
|
Requires-Python: >=3.8
|
|
30
31
|
Description-Content-Type: text/markdown
|
|
31
32
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
43
|
+
Dynamic: project-url
|
|
44
|
+
Dynamic: requires-dist
|
|
45
|
+
Dynamic: requires-python
|
|
46
|
+
Dynamic: summary
|
|
33
47
|
|
|
34
48
|
<a id="mypy-boto3-eks"></a>
|
|
35
49
|
|
|
36
50
|
# mypy-boto3-eks
|
|
37
51
|
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-eks)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-eks)
|
|
40
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
41
|
-
[](https://
|
|
52
|
+
[](https://pypi.org/project/mypy-boto3-eks/)
|
|
53
|
+
[](https://pypi.org/project/mypy-boto3-eks/)
|
|
54
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
55
|
+
[](https://pypistats.org/packages/mypy-boto3-eks)
|
|
42
56
|
|
|
43
57
|

|
|
44
58
|
|
|
45
|
-
Type annotations for
|
|
46
|
-
[
|
|
47
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
59
|
+
Type annotations for [boto3 EKS 1.38.0](https://pypi.org/project/boto3/)
|
|
60
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
50
63
|
[Sublime Text](https://www.sublimetext.com/),
|
|
51
64
|
[mypy](https://github.com/python/mypy),
|
|
52
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
66
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder
|
|
67
|
+
Generated with
|
|
68
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
69
|
|
|
57
70
|
More information can be found on
|
|
58
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
59
72
|
[mypy-boto3-eks docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/).
|
|
60
73
|
|
|
61
|
-
See how it helps
|
|
74
|
+
See how it helps you find and fix potential bugs:
|
|
62
75
|
|
|
63
|
-

|
|
64
77
|
|
|
65
78
|
- [mypy-boto3-eks](#mypy-boto3-eks)
|
|
66
79
|
- [How to install](#how-to-install)
|
|
80
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
81
|
- [VSCode extension](#vscode-extension)
|
|
68
82
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
83
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +89,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
89
|
- [Other IDEs](#other-ides)
|
|
76
90
|
- [mypy](#mypy)
|
|
77
91
|
- [pyright](#pyright)
|
|
92
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
93
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
94
|
- [Client annotations](#client-annotations)
|
|
80
95
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +109,21 @@ See how it helps to find and fix potential bugs:
|
|
|
94
109
|
|
|
95
110
|
## How to install
|
|
96
111
|
|
|
112
|
+
<a id="generate-locally-(recommended)"></a>
|
|
113
|
+
|
|
114
|
+
### Generate locally (recommended)
|
|
115
|
+
|
|
116
|
+
You can generate type annotations for `boto3` package locally with
|
|
117
|
+
`mypy-boto3-builder`. Use
|
|
118
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
119
|
+
isolation.
|
|
120
|
+
|
|
121
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
123
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
124
|
+
3. Add `EKS` service.
|
|
125
|
+
4. Use provided commands to install generated packages.
|
|
126
|
+
|
|
97
127
|
<a id="vscode-extension"></a>
|
|
98
128
|
|
|
99
129
|
### VSCode extension
|
|
@@ -114,12 +144,10 @@ Install `boto3-stubs` for `EKS` service.
|
|
|
114
144
|
# install with boto3 type annotations
|
|
115
145
|
python -m pip install 'boto3-stubs[eks]'
|
|
116
146
|
|
|
117
|
-
|
|
118
147
|
# Lite version does not provide session.client/resource overloads
|
|
119
148
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
149
|
python -m pip install 'boto3-stubs-lite[eks]'
|
|
121
150
|
|
|
122
|
-
|
|
123
151
|
# standalone installation
|
|
124
152
|
python -m pip install mypy-boto3-eks
|
|
125
153
|
```
|
|
@@ -158,16 +186,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
158
186
|
|
|
159
187
|
### PyCharm
|
|
160
188
|
|
|
161
|
-
|
|
189
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
190
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
191
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
192
|
+
> the issue is resolved.
|
|
193
|
+
|
|
194
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
195
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
196
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
197
|
+
|
|
198
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
199
|
+
> `boto3-stubs` with
|
|
200
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
162
201
|
|
|
163
202
|
```bash
|
|
164
|
-
|
|
203
|
+
pip uninstall boto3-stubs
|
|
204
|
+
pip install boto3-stubs-lite
|
|
165
205
|
```
|
|
166
206
|
|
|
167
|
-
|
|
168
|
-
|
|
207
|
+
Install `boto3-stubs[eks]` in your environment:
|
|
208
|
+
|
|
209
|
+
```bash
|
|
210
|
+
python -m pip install 'boto3-stubs[eks]'
|
|
211
|
+
```
|
|
169
212
|
|
|
170
|
-
|
|
213
|
+
Both type checking and code completion should now work.
|
|
171
214
|
|
|
172
215
|
<a id="emacs"></a>
|
|
173
216
|
|
|
@@ -231,7 +274,7 @@ should work.
|
|
|
231
274
|
- Install `boto3-stubs[eks]` in your environment:
|
|
232
275
|
|
|
233
276
|
```bash
|
|
234
|
-
python -m pip install 'boto3-stubs[eks]'
|
|
277
|
+
python -m pip install 'boto3-stubs[eks]'
|
|
235
278
|
```
|
|
236
279
|
|
|
237
280
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -248,11 +291,36 @@ your `boto3` code as usual.
|
|
|
248
291
|
python -m pip install 'boto3-stubs[eks]'
|
|
249
292
|
```
|
|
250
293
|
|
|
251
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
294
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
252
295
|
|
|
253
296
|
Type checking should now work. No explicit type annotations required, write
|
|
254
297
|
your `boto3` code as usual.
|
|
255
298
|
|
|
299
|
+
<a id="pylint-compatibility"></a>
|
|
300
|
+
|
|
301
|
+
### Pylint compatibility
|
|
302
|
+
|
|
303
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
304
|
+
`mypy-boto3-eks` dependency in production. However, there is an issue in
|
|
305
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
306
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
307
|
+
|
|
308
|
+
```python
|
|
309
|
+
from typing import TYPE_CHECKING
|
|
310
|
+
|
|
311
|
+
if TYPE_CHECKING:
|
|
312
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
313
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
314
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
315
|
+
else:
|
|
316
|
+
EC2Client = object
|
|
317
|
+
EC2ServiceResource = object
|
|
318
|
+
BundleTaskCompleteWaiter = object
|
|
319
|
+
DescribeVolumesPaginator = object
|
|
320
|
+
|
|
321
|
+
...
|
|
322
|
+
```
|
|
323
|
+
|
|
256
324
|
<a id="explicit-type-annotations"></a>
|
|
257
325
|
|
|
258
326
|
## Explicit type annotations
|
|
@@ -285,6 +353,7 @@ from boto3.session import Session
|
|
|
285
353
|
from mypy_boto3_eks import EKSClient
|
|
286
354
|
from mypy_boto3_eks.paginator import (
|
|
287
355
|
DescribeAddonVersionsPaginator,
|
|
356
|
+
DescribeClusterVersionsPaginator,
|
|
288
357
|
ListAccessEntriesPaginator,
|
|
289
358
|
ListAccessPoliciesPaginator,
|
|
290
359
|
ListAddonsPaginator,
|
|
@@ -306,6 +375,9 @@ client: EKSClient = Session().client("eks")
|
|
|
306
375
|
describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
|
|
307
376
|
"describe_addon_versions"
|
|
308
377
|
)
|
|
378
|
+
describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
|
|
379
|
+
"describe_cluster_versions"
|
|
380
|
+
)
|
|
309
381
|
list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
|
|
310
382
|
"list_access_entries"
|
|
311
383
|
)
|
|
@@ -401,11 +473,14 @@ Full list of `EKS` TypeDefs can be found in
|
|
|
401
473
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/type_defs/).
|
|
402
474
|
|
|
403
475
|
```python
|
|
476
|
+
# TypedDict usage example
|
|
404
477
|
from mypy_boto3_eks.type_defs import AccessConfigResponseTypeDef
|
|
405
478
|
|
|
406
479
|
|
|
407
480
|
def get_value() -> AccessConfigResponseTypeDef:
|
|
408
|
-
return {
|
|
481
|
+
return {
|
|
482
|
+
"bootstrapClusterCreatorAdminPermissions": ...,
|
|
483
|
+
}
|
|
409
484
|
```
|
|
410
485
|
|
|
411
486
|
<a id="how-it-works"></a>
|
|
@@ -422,8 +497,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
422
497
|
annotations extracted from `botocore` schemas.
|
|
423
498
|
- Type annotations include up-to-date documentation.
|
|
424
499
|
- Link to documentation is provided for every method.
|
|
425
|
-
- Code is processed by [
|
|
426
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
500
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
427
501
|
|
|
428
502
|
<a id="what's-new"></a>
|
|
429
503
|
|
|
@@ -460,7 +534,7 @@ Builder changelog can be found in
|
|
|
460
534
|
## Versioning
|
|
461
535
|
|
|
462
536
|
`mypy-boto3-eks` version is the same as related `boto3` version and follows
|
|
463
|
-
[
|
|
537
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
464
538
|
|
|
465
539
|
<a id="thank-you"></a>
|
|
466
540
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
|
|
2
|
+
mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
|
|
3
|
+
mypy_boto3_eks/__main__.py,sha256=2i6hlCxkdYhVdJpUAN1Ks0X6t5BXir444eM_LzFG3lY,965
|
|
4
|
+
mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
|
|
5
|
+
mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
|
|
6
|
+
mypy_boto3_eks/literals.py,sha256=2bWZiD73I-1ZMkD843ibhnSe7KUs3Q7Igm7m9Snf3-w,19558
|
|
7
|
+
mypy_boto3_eks/literals.pyi,sha256=vs_xGX3RPllvmNORUXsdqK-0Q4DAJ6blcmN1K08tRK8,19556
|
|
8
|
+
mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
|
|
9
|
+
mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
|
|
10
|
+
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_eks/type_defs.py,sha256=teuZ_EwYgTb3bWB_PYn0Ifg8EnoJkDFEeBwYSwVV0ik,56588
|
|
12
|
+
mypy_boto3_eks/type_defs.pyi,sha256=osb7YOf4H9h-EUZhJWLVRw9rVfRM-UtlmO0_IiMFvoY,56355
|
|
13
|
+
mypy_boto3_eks/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
|
+
mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
|
|
15
|
+
mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
|
|
16
|
+
mypy_boto3_eks-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_eks-1.38.0.dist-info/METADATA,sha256=MBZaW9rJ83GaHs4rXEBe08EzvESan7g5O8DKMe1HpKc,18034
|
|
18
|
+
mypy_boto3_eks-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
19
|
+
mypy_boto3_eks-1.38.0.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
+
mypy_boto3_eks-1.38.0.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_eks/__init__.py,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
2
|
-
mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
3
|
-
mypy_boto3_eks/__main__.py,sha256=Koa3jZw0ZsTazsHrEqgi8KBcdTXlk-0xlUzuuEJtueg,900
|
|
4
|
-
mypy_boto3_eks/client.py,sha256=YeDAB77sjnIrK378ZdoYXwwwd4r-ziN2ukUaj6OG4Hw,49604
|
|
5
|
-
mypy_boto3_eks/client.pyi,sha256=astjZIOIwsevlLHC5frD8BpuL5_03jBsAIXR60Hhqek,49601
|
|
6
|
-
mypy_boto3_eks/literals.py,sha256=IFRe62L7B7MIu2hFOn1y7ekAIc4ywjszZKCpxaiedwM,18183
|
|
7
|
-
mypy_boto3_eks/literals.pyi,sha256=IFRe62L7B7MIu2hFOn1y7ekAIc4ywjszZKCpxaiedwM,18183
|
|
8
|
-
mypy_boto3_eks/paginator.py,sha256=ptf2OcGXBuVX_-zrJ2f29-J_erT3gw4pO2M8AXAj5_o,15318
|
|
9
|
-
mypy_boto3_eks/paginator.pyi,sha256=XcevxKQBwCxr_KwAaoPOUelzSTyi_2YyeWGx4No2aAU,15304
|
|
10
|
-
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_eks/type_defs.py,sha256=C3j3FSPIeT45P22WyqP3Yf4ioaXcKDuEQzP8G1LnygY,65941
|
|
12
|
-
mypy_boto3_eks/type_defs.pyi,sha256=C3j3FSPIeT45P22WyqP3Yf4ioaXcKDuEQzP8G1LnygY,65941
|
|
13
|
-
mypy_boto3_eks/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
|
|
14
|
-
mypy_boto3_eks/waiter.py,sha256=l2bUEk99tON1KtebRkH1naSDvzdKHt_IMvGnQW6qxR8,7687
|
|
15
|
-
mypy_boto3_eks/waiter.pyi,sha256=JCEUhwc2KS5UvHUoRYmySgrbIRGtXdDznPK37A-_yAI,7679
|
|
16
|
-
mypy_boto3_eks-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_eks-1.35.0.dist-info/METADATA,sha256=5RP_kMUlTrFBJtoNODtS5qKyJVzq5JPKtnY_-lR9giI,15619
|
|
18
|
-
mypy_boto3_eks-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
19
|
-
mypy_boto3_eks-1.35.0.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
-
mypy_boto3_eks-1.35.0.dist-info/RECORD,,
|
|
File without changes
|