types-boto3-resource-explorer-2 1.36.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.
@@ -0,0 +1,501 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-boto3-resource-explorer-2
3
+ Version: 1.36.0
4
+ Summary: Type annotations for boto3 ResourceExplorer 1.36.0 service generated with mypy-boto3-builder 8.8.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 resource-explorer-2 boto3-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
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: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-boto3-resource-explorer-2"></a>
48
+
49
+ # types-boto3-resource-explorer-2
50
+
51
+ [![PyPI - types-boto3-resource-explorer-2](https://img.shields.io/pypi/v/types-boto3-resource-explorer-2.svg?color=blue)](https://pypi.org/project/types-boto3-resource-explorer-2/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-resource-explorer-2.svg?color=blue)](https://pypi.org/project/types-boto3-resource-explorer-2/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-resource-explorer-2)](https://pypistats.org/packages/types-boto3-resource-explorer-2)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for
59
+ [boto3 ResourceExplorer 1.36.0](https://pypi.org/project/boto3/) compatible
60
+ with [VSCode](https://code.visualstudio.com/),
61
+ [PyCharm](https://www.jetbrains.com/pycharm/),
62
+ [Emacs](https://www.gnu.org/software/emacs/),
63
+ [Sublime Text](https://www.sublimetext.com/),
64
+ [mypy](https://github.com/python/mypy),
65
+ [pyright](https://github.com/microsoft/pyright) and other tools.
66
+
67
+ Generated with
68
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
72
+ [types-boto3-resource-explorer-2 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/).
73
+
74
+ See how it helps you find and fix potential bugs:
75
+
76
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
77
+
78
+ - [types-boto3-resource-explorer-2](#types-boto3-resource-explorer-2)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [VSCode extension](#vscode-extension)
82
+ - [From PyPI with pip](#from-pypi-with-pip)
83
+ - [How to uninstall](#how-to-uninstall)
84
+ - [Usage](#usage)
85
+ - [VSCode](#vscode)
86
+ - [PyCharm](#pycharm)
87
+ - [Emacs](#emacs)
88
+ - [Sublime Text](#sublime-text)
89
+ - [Other IDEs](#other-ides)
90
+ - [mypy](#mypy)
91
+ - [pyright](#pyright)
92
+ - [Pylint compatibility](#pylint-compatibility)
93
+ - [Explicit type annotations](#explicit-type-annotations)
94
+ - [Client annotations](#client-annotations)
95
+ - [Paginators annotations](#paginators-annotations)
96
+ - [Literals](#literals)
97
+ - [Type definitions](#type-definitions)
98
+ - [How it works](#how-it-works)
99
+ - [What's new](#what's-new)
100
+ - [Implemented features](#implemented-features)
101
+ - [Latest changes](#latest-changes)
102
+ - [Versioning](#versioning)
103
+ - [Thank you](#thank-you)
104
+ - [Documentation](#documentation)
105
+ - [Support and contributing](#support-and-contributing)
106
+
107
+ <a id="how-to-install"></a>
108
+
109
+ ## How to install
110
+
111
+ <a id="generate-locally-(recommended)"></a>
112
+
113
+ ### Generate locally (recommended)
114
+
115
+ You can generate type annotations for `boto3` package locally with
116
+ `mypy_boto3_builder`. Use
117
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
118
+ isolation.
119
+
120
+ 1. Run mypy-boto3-builder in your package root directory:
121
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
122
+ 2. Select `boto3` AWS SDK.
123
+ 3. Add `ResourceExplorer` service.
124
+ 4. Use provided commands to install generated packages.
125
+
126
+ <a id="vscode-extension"></a>
127
+
128
+ ### VSCode extension
129
+
130
+ Add
131
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
132
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
133
+
134
+ Click `Modify` and select `boto3 common` and `ResourceExplorer`.
135
+
136
+ <a id="from-pypi-with-pip"></a>
137
+
138
+ ### From PyPI with pip
139
+
140
+ Install `types-boto3` for `ResourceExplorer` service.
141
+
142
+ ```bash
143
+ # install with boto3 type annotations
144
+ python -m pip install 'types-boto3[resource-explorer-2]'
145
+
146
+ # Lite version does not provide session.client/resource overloads
147
+ # it is more RAM-friendly, but requires explicit type annotations
148
+ python -m pip install 'types-boto3-lite[resource-explorer-2]'
149
+
150
+ # standalone installation
151
+ python -m pip install types-boto3-resource-explorer-2
152
+ ```
153
+
154
+ <a id="how-to-uninstall"></a>
155
+
156
+ ## How to uninstall
157
+
158
+ ```bash
159
+ python -m pip uninstall -y types-boto3-resource-explorer-2
160
+ ```
161
+
162
+ <a id="usage"></a>
163
+
164
+ ## Usage
165
+
166
+ <a id="vscode"></a>
167
+
168
+ ### VSCode
169
+
170
+ - Install
171
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
172
+ - Install
173
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
174
+ - Set `Pylance` as your Python Language Server
175
+ - Install `types-boto3[resource-explorer-2]` in your environment:
176
+
177
+ ```bash
178
+ python -m pip install 'types-boto3[resource-explorer-2]'
179
+ ```
180
+
181
+ Both type checking and code completion should now work. No explicit type
182
+ annotations required, write your `boto3` code as usual.
183
+
184
+ <a id="pycharm"></a>
185
+
186
+ ### PyCharm
187
+
188
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
189
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
190
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
191
+ > the issue is resolved.
192
+
193
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
194
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
195
+ > [pyright](https://github.com/microsoft/pyright) instead.
196
+
197
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
198
+ > `types-boto3` with
199
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
200
+
201
+ ```bash
202
+ pip uninstall types-boto3
203
+ pip install types-boto3-lite
204
+ ```
205
+
206
+ Install `types-boto3[resource-explorer-2]` in your environment:
207
+
208
+ ```bash
209
+ python -m pip install 'types-boto3[resource-explorer-2]'
210
+ ```
211
+
212
+ Both type checking and code completion should now work.
213
+
214
+ <a id="emacs"></a>
215
+
216
+ ### Emacs
217
+
218
+ - Install `types-boto3` with services you use in your environment:
219
+
220
+ ```bash
221
+ python -m pip install 'types-boto3[resource-explorer-2]'
222
+ ```
223
+
224
+ - Install [use-package](https://github.com/jwiegley/use-package),
225
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
226
+ [company](https://github.com/company-mode/company-mode) and
227
+ [flycheck](https://github.com/flycheck/flycheck) packages
228
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
229
+
230
+ ```elisp
231
+ (use-package lsp-pyright
232
+ :ensure t
233
+ :hook (python-mode . (lambda ()
234
+ (require 'lsp-pyright)
235
+ (lsp))) ; or lsp-deferred
236
+ :init (when (executable-find "python3")
237
+ (setq lsp-pyright-python-executable-cmd "python3"))
238
+ )
239
+ ```
240
+
241
+ - Make sure emacs uses the environment where you have installed `types-boto3`
242
+
243
+ Type checking should now work. No explicit type annotations required, write
244
+ your `boto3` code as usual.
245
+
246
+ <a id="sublime-text"></a>
247
+
248
+ ### Sublime Text
249
+
250
+ - Install `types-boto3[resource-explorer-2]` with services you use in your
251
+ environment:
252
+
253
+ ```bash
254
+ python -m pip install 'types-boto3[resource-explorer-2]'
255
+ ```
256
+
257
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
258
+
259
+ Type checking should now work. No explicit type annotations required, write
260
+ your `boto3` code as usual.
261
+
262
+ <a id="other-ides"></a>
263
+
264
+ ### Other IDEs
265
+
266
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
267
+ should work.
268
+
269
+ <a id="mypy"></a>
270
+
271
+ ### mypy
272
+
273
+ - Install `mypy`: `python -m pip install mypy`
274
+ - Install `types-boto3[resource-explorer-2]` in your environment:
275
+
276
+ ```bash
277
+ python -m pip install 'types-boto3[resource-explorer-2]'
278
+ ```
279
+
280
+ Type checking should now work. No explicit type annotations required, write
281
+ your `boto3` code as usual.
282
+
283
+ <a id="pyright"></a>
284
+
285
+ ### pyright
286
+
287
+ - Install `pyright`: `npm i -g pyright`
288
+ - Install `types-boto3[resource-explorer-2]` in your environment:
289
+
290
+ ```bash
291
+ python -m pip install 'types-boto3[resource-explorer-2]'
292
+ ```
293
+
294
+ Optionally, you can install `types-boto3` to `typings` directory.
295
+
296
+ Type checking should now work. No explicit type annotations required, write
297
+ your `boto3` code as usual.
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
+ `types-boto3-resource-explorer-2` dependency in production. However, there is
305
+ an issue in `pylint` that it complains about undefined variables. To fix it,
306
+ set all types to `object` in non-`TYPE_CHECKING` mode.
307
+
308
+ ```python
309
+ from typing import TYPE_CHECKING
310
+
311
+ if TYPE_CHECKING:
312
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
313
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
314
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
315
+ else:
316
+ EC2Client = object
317
+ EC2ServiceResource = object
318
+ BundleTaskCompleteWaiter = object
319
+ DescribeVolumesPaginator = object
320
+
321
+ ...
322
+ ```
323
+
324
+ <a id="explicit-type-annotations"></a>
325
+
326
+ ## Explicit type annotations
327
+
328
+ <a id="client-annotations"></a>
329
+
330
+ ### Client annotations
331
+
332
+ `ResourceExplorerClient` provides annotations for
333
+ `boto3.client("resource-explorer-2")`.
334
+
335
+ ```python
336
+ from boto3.session import Session
337
+
338
+ from types_boto3_resource_explorer_2 import ResourceExplorerClient
339
+
340
+ client: ResourceExplorerClient = Session().client("resource-explorer-2")
341
+
342
+ # now client usage is checked by mypy and IDE should provide code completion
343
+ ```
344
+
345
+ <a id="paginators-annotations"></a>
346
+
347
+ ### Paginators annotations
348
+
349
+ `types_boto3_resource_explorer_2.paginator` module contains type annotations
350
+ for all paginators.
351
+
352
+ ```python
353
+ from boto3.session import Session
354
+
355
+ from types_boto3_resource_explorer_2 import ResourceExplorerClient
356
+ from types_boto3_resource_explorer_2.paginator import (
357
+ ListIndexesForMembersPaginator,
358
+ ListIndexesPaginator,
359
+ ListManagedViewsPaginator,
360
+ ListResourcesPaginator,
361
+ ListSupportedResourceTypesPaginator,
362
+ ListViewsPaginator,
363
+ SearchPaginator,
364
+ )
365
+
366
+ client: ResourceExplorerClient = Session().client("resource-explorer-2")
367
+
368
+ # Explicit type annotations are optional here
369
+ # Types should be correctly discovered by mypy and IDEs
370
+ list_indexes_for_members_paginator: ListIndexesForMembersPaginator = client.get_paginator(
371
+ "list_indexes_for_members"
372
+ )
373
+ list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
374
+ list_managed_views_paginator: ListManagedViewsPaginator = client.get_paginator("list_managed_views")
375
+ list_resources_paginator: ListResourcesPaginator = client.get_paginator("list_resources")
376
+ list_supported_resource_types_paginator: ListSupportedResourceTypesPaginator = client.get_paginator(
377
+ "list_supported_resource_types"
378
+ )
379
+ list_views_paginator: ListViewsPaginator = client.get_paginator("list_views")
380
+ search_paginator: SearchPaginator = client.get_paginator("search")
381
+ ```
382
+
383
+ <a id="literals"></a>
384
+
385
+ ### Literals
386
+
387
+ `types_boto3_resource_explorer_2.literals` module contains literals extracted
388
+ from shapes that can be used in user code for type checking.
389
+
390
+ Full list of `ResourceExplorer` Literals can be found in
391
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/literals/).
392
+
393
+ ```python
394
+ from types_boto3_resource_explorer_2.literals import AWSServiceAccessStatusType
395
+
396
+
397
+ def check_value(value: AWSServiceAccessStatusType) -> bool: ...
398
+ ```
399
+
400
+ <a id="type-definitions"></a>
401
+
402
+ ### Type definitions
403
+
404
+ `types_boto3_resource_explorer_2.type_defs` module contains structures and
405
+ shapes assembled to typed dictionaries and unions for additional type checking.
406
+
407
+ Full list of `ResourceExplorer` TypeDefs can be found in
408
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/type_defs/).
409
+
410
+ ```python
411
+ from types_boto3_resource_explorer_2.type_defs import AssociateDefaultViewInputRequestTypeDef
412
+
413
+
414
+ def get_value() -> AssociateDefaultViewInputRequestTypeDef:
415
+ return {...}
416
+ ```
417
+
418
+ <a id="how-it-works"></a>
419
+
420
+ ## How it works
421
+
422
+ Fully automated
423
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
424
+ generates type annotations for each service, patiently waiting for `boto3`
425
+ updates. It delivers drop-in type annotations for you and makes sure that:
426
+
427
+ - All available `boto3` services are covered.
428
+ - Each public class and method of every `boto3` service gets valid type
429
+ annotations extracted from `botocore` schemas.
430
+ - Type annotations include up-to-date documentation.
431
+ - Link to documentation is provided for every method.
432
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
433
+
434
+ <a id="what's-new"></a>
435
+
436
+ ## What's new
437
+
438
+ <a id="implemented-features"></a>
439
+
440
+ ### Implemented features
441
+
442
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
443
+ libraries
444
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
445
+ compatibility
446
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
447
+ annotations for each service
448
+ - Generated `TypeDefs` for each service
449
+ - Generated `Literals` for each service
450
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
451
+ - Auto discovery of types for `session.client` and `session.resource` calls
452
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
453
+ calls
454
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
455
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
456
+
457
+ <a id="latest-changes"></a>
458
+
459
+ ### Latest changes
460
+
461
+ Builder changelog can be found in
462
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
463
+
464
+ <a id="versioning"></a>
465
+
466
+ ## Versioning
467
+
468
+ `types-boto3-resource-explorer-2` version is the same as related `boto3`
469
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
470
+ format.
471
+
472
+ <a id="thank-you"></a>
473
+
474
+ ## Thank you
475
+
476
+ - [Allie Fitter](https://github.com/alliefitter) for
477
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
478
+ this package is based on top of his work
479
+ - [black](https://github.com/psf/black) developers for an awesome formatting
480
+ tool
481
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
482
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
483
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
484
+ for us
485
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
486
+ Python
487
+
488
+ <a id="documentation"></a>
489
+
490
+ ## Documentation
491
+
492
+ All services type annotations can be found in
493
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/)
494
+
495
+ <a id="support-and-contributing"></a>
496
+
497
+ ## Support and contributing
498
+
499
+ This package is auto-generated. Please reports any bugs or request new features
500
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
501
+ repository.
@@ -0,0 +1,18 @@
1
+ types_boto3_resource_explorer_2/__init__.py,sha256=i5oH-KsKXzKNcXxPig6meQiRnvkcK7popvsDVIezi7w,1888
2
+ types_boto3_resource_explorer_2/__init__.pyi,sha256=12n_SSv75ZwIheLdW6J-ob_HZKlJDNgZWiN-TRByATQ,1887
3
+ types_boto3_resource_explorer_2/__main__.py,sha256=I06c4Ja1vpm_5BB9f5D8ZJfDWQlMYjGkMKYgZY8jvZE,1023
4
+ types_boto3_resource_explorer_2/client.py,sha256=vD-WmrJWmItBB93LxZvRFHiPHuPjCxMBN1ebSoouFAo,22624
5
+ types_boto3_resource_explorer_2/client.pyi,sha256=CKX5SjP3X-1xpSxcDhlPLYoicHjan_p9QtnIyoeGQqA,22621
6
+ types_boto3_resource_explorer_2/literals.py,sha256=vqW5sy7bqeWNGtsaB7F3Q3p8_MtuetucJm9FWS0g59U,10551
7
+ types_boto3_resource_explorer_2/literals.pyi,sha256=tBgkH2BRaifvmY3_NYTOyBoi2cqnqNwWtRec5R_7I8E,10549
8
+ types_boto3_resource_explorer_2/paginator.py,sha256=js5K25WZDweKeD9FgodfcW4Vw3TqFwh5PmdqzWTS1tE,10615
9
+ types_boto3_resource_explorer_2/paginator.pyi,sha256=XZxgbg1j3ClmJtTSU5GNS_OSxQcGL_fQEXPAaiVJ7Og,10593
10
+ types_boto3_resource_explorer_2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_resource_explorer_2/type_defs.py,sha256=QOD7T3COQ2uu0DJaLUr6NWs9fadaaJ0MN1PZfcBPvnc,13006
12
+ types_boto3_resource_explorer_2/type_defs.pyi,sha256=ZgJE8CXGLnQinYCejyTDwCpV0cnGcv2mLdDXFtKZxW0,12943
13
+ types_boto3_resource_explorer_2/version.py,sha256=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
14
+ types_boto3_resource_explorer_2-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_resource_explorer_2-1.36.0.dist-info/METADATA,sha256=SHWB-SWyHH_sB_A9izcGRz0MDGtuVH1mFHroYcDW_fo,16279
16
+ types_boto3_resource_explorer_2-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
+ types_boto3_resource_explorer_2-1.36.0.dist-info/top_level.txt,sha256=6B-yjQKJLTPHUbmkEeQt9VrKg58HqV_RbcfdkaZZ9IY,32
18
+ types_boto3_resource_explorer_2-1.36.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_resource_explorer_2