types-aiobotocore-rtbfabric 2.25.1__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 (26) hide show
  1. types_aiobotocore_rtbfabric-2.25.1/LICENSE +21 -0
  2. types_aiobotocore_rtbfabric-2.25.1/PKG-INFO +543 -0
  3. types_aiobotocore_rtbfabric-2.25.1/README.md +496 -0
  4. types_aiobotocore_rtbfabric-2.25.1/setup.cfg +4 -0
  5. types_aiobotocore_rtbfabric-2.25.1/setup.py +54 -0
  6. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/__init__.py +83 -0
  7. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/__init__.pyi +82 -0
  8. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/__main__.py +43 -0
  9. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/client.py +562 -0
  10. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/client.pyi +559 -0
  11. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/literals.py +528 -0
  12. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/literals.pyi +526 -0
  13. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/paginator.py +115 -0
  14. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/paginator.pyi +105 -0
  15. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/py.typed +0 -0
  16. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/type_defs.py +820 -0
  17. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/type_defs.pyi +715 -0
  18. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/version.py +7 -0
  19. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/waiter.py +192 -0
  20. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric/waiter.pyi +175 -0
  21. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/PKG-INFO +543 -0
  22. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/SOURCES.txt +24 -0
  23. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/dependency_links.txt +1 -0
  24. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/not-zip-safe +1 -0
  25. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/requires.txt +3 -0
  26. types_aiobotocore_rtbfabric-2.25.1/types_aiobotocore_rtbfabric.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,543 @@
1
+ Metadata-Version: 2.4
2
+ Name: types-aiobotocore-rtbfabric
3
+ Version: 2.25.1
4
+ Summary: Type annotations for aiobotocore RTBFabric 2.25.1 service generated with mypy-boto3-builder 8.11.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_aiobotocore_docs/types_aiobotocore_rtbfabric/
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: aiobotocore rtbfabric aiobotocore-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: license-file
43
+ Dynamic: project-url
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
47
+
48
+ <a id="types-aiobotocore-rtbfabric"></a>
49
+
50
+ # types-aiobotocore-rtbfabric
51
+
52
+ [![PyPI - types-aiobotocore-rtbfabric](https://img.shields.io/pypi/v/types-aiobotocore-rtbfabric.svg?color=blue)](https://pypi.org/project/types-aiobotocore-rtbfabric/)
53
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-rtbfabric.svg?color=blue)](https://pypi.org/project/types-aiobotocore-rtbfabric/)
54
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
55
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-rtbfabric)](https://pypistats.org/packages/types-aiobotocore-rtbfabric)
56
+
57
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
+
59
+ Type annotations for
60
+ [aiobotocore RTBFabric 2.25.1](https://pypi.org/project/aiobotocore/)
61
+ compatible with [VSCode](https://code.visualstudio.com/),
62
+ [PyCharm](https://www.jetbrains.com/pycharm/),
63
+ [Emacs](https://www.gnu.org/software/emacs/),
64
+ [Sublime Text](https://www.sublimetext.com/),
65
+ [mypy](https://github.com/python/mypy),
66
+ [pyright](https://github.com/microsoft/pyright) and other tools.
67
+
68
+ Generated with
69
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
70
+
71
+ More information can be found on
72
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
73
+ [types-aiobotocore-rtbfabric docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_rtbfabric/).
74
+
75
+ See how it helps you find and fix potential bugs:
76
+
77
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
78
+
79
+ - [types-aiobotocore-rtbfabric](#types-aiobotocore-rtbfabric)
80
+ - [How to install](#how-to-install)
81
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
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
+ - [Waiters annotations](#waiters-annotations)
97
+ - [Literals](#literals)
98
+ - [Type definitions](#type-definitions)
99
+ - [How it works](#how-it-works)
100
+ - [What's new](#what's-new)
101
+ - [Implemented features](#implemented-features)
102
+ - [Latest changes](#latest-changes)
103
+ - [Versioning](#versioning)
104
+ - [Thank you](#thank-you)
105
+ - [Documentation](#documentation)
106
+ - [Support and contributing](#support-and-contributing)
107
+
108
+ <a id="how-to-install"></a>
109
+
110
+ ## How to install
111
+
112
+ <a id="generate-locally-(recommended)"></a>
113
+
114
+ ### Generate locally (recommended)
115
+
116
+ You can generate type annotations for `aiobotocore` 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 'aiobotocore==2.25.1' mypy-boto3-builder`
123
+ 2. Select `aiobotocore` AWS SDK.
124
+ 3. Add `RTBFabric` service.
125
+ 4. Use provided commands to install generated packages.
126
+
127
+ <a id="from-pypi-with-pip"></a>
128
+
129
+ ### From PyPI with pip
130
+
131
+ Install `types-aiobotocore` for `RTBFabric` service.
132
+
133
+ ```bash
134
+ # install with aiobotocore type annotations
135
+ python -m pip install 'types-aiobotocore[rtbfabric]'
136
+
137
+ # Lite version does not provide session.client/resource overloads
138
+ # it is more RAM-friendly, but requires explicit type annotations
139
+ python -m pip install 'types-aiobotocore-lite[rtbfabric]'
140
+
141
+ # standalone installation
142
+ python -m pip install types-aiobotocore-rtbfabric
143
+ ```
144
+
145
+ <a id="how-to-uninstall"></a>
146
+
147
+ ## How to uninstall
148
+
149
+ ```bash
150
+ python -m pip uninstall -y types-aiobotocore-rtbfabric
151
+ ```
152
+
153
+ <a id="usage"></a>
154
+
155
+ ## Usage
156
+
157
+ <a id="vscode"></a>
158
+
159
+ ### VSCode
160
+
161
+ - Install
162
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
163
+ - Install
164
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
165
+ - Set `Pylance` as your Python Language Server
166
+ - Install `types-aiobotocore[rtbfabric]` in your environment:
167
+
168
+ ```bash
169
+ python -m pip install 'types-aiobotocore[rtbfabric]'
170
+ ```
171
+
172
+ Both type checking and code completion should now work. No explicit type
173
+ annotations required, write your `aiobotocore` code as usual.
174
+
175
+ <a id="pycharm"></a>
176
+
177
+ ### PyCharm
178
+
179
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
180
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
181
+ > to use
182
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
183
+ > until the issue is resolved.
184
+
185
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
186
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
187
+ > [pyright](https://github.com/microsoft/pyright) instead.
188
+
189
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
190
+ > `types-aiobotocore` with
191
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
192
+
193
+ ```bash
194
+ pip uninstall types-aiobotocore
195
+ pip install types-aiobotocore-lite
196
+ ```
197
+
198
+ Install `types-aiobotocore[rtbfabric]` in your environment:
199
+
200
+ ```bash
201
+ python -m pip install 'types-aiobotocore[rtbfabric]'
202
+ ```
203
+
204
+ Both type checking and code completion should now work.
205
+
206
+ <a id="emacs"></a>
207
+
208
+ ### Emacs
209
+
210
+ - Install `types-aiobotocore` with services you use in your environment:
211
+
212
+ ```bash
213
+ python -m pip install 'types-aiobotocore[rtbfabric]'
214
+ ```
215
+
216
+ - Install [use-package](https://github.com/jwiegley/use-package),
217
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
218
+ [company](https://github.com/company-mode/company-mode) and
219
+ [flycheck](https://github.com/flycheck/flycheck) packages
220
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
221
+
222
+ ```elisp
223
+ (use-package lsp-pyright
224
+ :ensure t
225
+ :hook (python-mode . (lambda ()
226
+ (require 'lsp-pyright)
227
+ (lsp))) ; or lsp-deferred
228
+ :init (when (executable-find "python3")
229
+ (setq lsp-pyright-python-executable-cmd "python3"))
230
+ )
231
+ ```
232
+
233
+ - Make sure emacs uses the environment where you have installed
234
+ `types-aiobotocore`
235
+
236
+ Type checking should now work. No explicit type annotations required, write
237
+ your `aiobotocore` code as usual.
238
+
239
+ <a id="sublime-text"></a>
240
+
241
+ ### Sublime Text
242
+
243
+ - Install `types-aiobotocore[rtbfabric]` with services you use in your
244
+ environment:
245
+
246
+ ```bash
247
+ python -m pip install 'types-aiobotocore[rtbfabric]'
248
+ ```
249
+
250
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
251
+
252
+ Type checking should now work. No explicit type annotations required, write
253
+ your `aiobotocore` code as usual.
254
+
255
+ <a id="other-ides"></a>
256
+
257
+ ### Other IDEs
258
+
259
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
260
+ should work.
261
+
262
+ <a id="mypy"></a>
263
+
264
+ ### mypy
265
+
266
+ - Install `mypy`: `python -m pip install mypy`
267
+ - Install `types-aiobotocore[rtbfabric]` in your environment:
268
+
269
+ ```bash
270
+ python -m pip install 'types-aiobotocore[rtbfabric]'
271
+ ```
272
+
273
+ Type checking should now work. No explicit type annotations required, write
274
+ your `aiobotocore` code as usual.
275
+
276
+ <a id="pyright"></a>
277
+
278
+ ### pyright
279
+
280
+ - Install `pyright`: `npm i -g pyright`
281
+ - Install `types-aiobotocore[rtbfabric]` in your environment:
282
+
283
+ ```bash
284
+ python -m pip install 'types-aiobotocore[rtbfabric]'
285
+ ```
286
+
287
+ Optionally, you can install `types-aiobotocore` to `typings` directory.
288
+
289
+ Type checking should now work. No explicit type annotations required, write
290
+ your `aiobotocore` code as usual.
291
+
292
+ <a id="pylint-compatibility"></a>
293
+
294
+ ### Pylint compatibility
295
+
296
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
297
+ `types-aiobotocore-rtbfabric` dependency in production. However, there is an
298
+ issue in `pylint` that it complains about undefined variables. To fix it, set
299
+ all types to `object` in non-`TYPE_CHECKING` mode.
300
+
301
+ ```python
302
+ from typing import TYPE_CHECKING
303
+
304
+ if TYPE_CHECKING:
305
+ from types_aiobotocore_ec2 import EC2Client, EC2ServiceResource
306
+ from types_aiobotocore_ec2.waiters import BundleTaskCompleteWaiter
307
+ from types_aiobotocore_ec2.paginators import DescribeVolumesPaginator
308
+ else:
309
+ EC2Client = object
310
+ EC2ServiceResource = object
311
+ BundleTaskCompleteWaiter = object
312
+ DescribeVolumesPaginator = object
313
+
314
+ ...
315
+ ```
316
+
317
+ <a id="explicit-type-annotations"></a>
318
+
319
+ ## Explicit type annotations
320
+
321
+ <a id="client-annotations"></a>
322
+
323
+ ### Client annotations
324
+
325
+ `RTBFabricClient` provides annotations for
326
+ `session.create_client("rtbfabric")`.
327
+
328
+ ```python
329
+ from aiobotocore.session import get_session
330
+
331
+ from types_aiobotocore_rtbfabric import RTBFabricClient
332
+
333
+ session = get_session()
334
+ async with session.create_client("rtbfabric") as client:
335
+ client: RTBFabricClient
336
+ # now client usage is checked by mypy and IDE should provide code completion
337
+ ```
338
+
339
+ <a id="paginators-annotations"></a>
340
+
341
+ ### Paginators annotations
342
+
343
+ `types_aiobotocore_rtbfabric.paginator` module contains type annotations for
344
+ all paginators.
345
+
346
+ ```python
347
+ from aiobotocore.session import get_session
348
+
349
+ from types_aiobotocore_rtbfabric import RTBFabricClient
350
+ from types_aiobotocore_rtbfabric.paginator import (
351
+ ListLinksPaginator,
352
+ ListRequesterGatewaysPaginator,
353
+ ListResponderGatewaysPaginator,
354
+ )
355
+
356
+ session = get_session()
357
+ async with session.create_client("rtbfabric") as client:
358
+ client: RTBFabricClient
359
+
360
+ # Explicit type annotations are optional here
361
+ # Types should be correctly discovered by mypy and IDEs
362
+ list_links_paginator: ListLinksPaginator = client.get_paginator("list_links")
363
+ list_requester_gateways_paginator: ListRequesterGatewaysPaginator = client.get_paginator(
364
+ "list_requester_gateways"
365
+ )
366
+ list_responder_gateways_paginator: ListResponderGatewaysPaginator = client.get_paginator(
367
+ "list_responder_gateways"
368
+ )
369
+ ```
370
+
371
+ <a id="waiters-annotations"></a>
372
+
373
+ ### Waiters annotations
374
+
375
+ `types_aiobotocore_rtbfabric.waiter` module contains type annotations for all
376
+ waiters.
377
+
378
+ ```python
379
+ from aiobotocore.session import get_session
380
+
381
+ from types_aiobotocore_rtbfabric.client import RTBFabricClient
382
+ from types_aiobotocore_rtbfabric.waiter import (
383
+ InboundExternalLinkActiveWaiter,
384
+ LinkAcceptedWaiter,
385
+ LinkActiveWaiter,
386
+ OutboundExternalLinkActiveWaiter,
387
+ RequesterGatewayActiveWaiter,
388
+ RequesterGatewayDeletedWaiter,
389
+ ResponderGatewayActiveWaiter,
390
+ ResponderGatewayDeletedWaiter,
391
+ )
392
+
393
+ session = get_session()
394
+ async with session.create_client("rtbfabric") as client:
395
+ client: RTBFabricClient
396
+
397
+ # Explicit type annotations are optional here
398
+ # Types should be correctly discovered by mypy and IDEs
399
+ inbound_external_link_active_waiter: InboundExternalLinkActiveWaiter = client.get_waiter(
400
+ "inbound_external_link_active"
401
+ )
402
+ link_accepted_waiter: LinkAcceptedWaiter = client.get_waiter("link_accepted")
403
+ link_active_waiter: LinkActiveWaiter = client.get_waiter("link_active")
404
+ outbound_external_link_active_waiter: OutboundExternalLinkActiveWaiter = client.get_waiter(
405
+ "outbound_external_link_active"
406
+ )
407
+ requester_gateway_active_waiter: RequesterGatewayActiveWaiter = client.get_waiter(
408
+ "requester_gateway_active"
409
+ )
410
+ requester_gateway_deleted_waiter: RequesterGatewayDeletedWaiter = client.get_waiter(
411
+ "requester_gateway_deleted"
412
+ )
413
+ responder_gateway_active_waiter: ResponderGatewayActiveWaiter = client.get_waiter(
414
+ "responder_gateway_active"
415
+ )
416
+ responder_gateway_deleted_waiter: ResponderGatewayDeletedWaiter = client.get_waiter(
417
+ "responder_gateway_deleted"
418
+ )
419
+ ```
420
+
421
+ <a id="literals"></a>
422
+
423
+ ### Literals
424
+
425
+ `types_aiobotocore_rtbfabric.literals` module contains literals extracted from
426
+ shapes that can be used in user code for type checking.
427
+
428
+ Full list of `RTBFabric` Literals can be found in
429
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_rtbfabric/literals/).
430
+
431
+ ```python
432
+ from types_aiobotocore_rtbfabric.literals import FilterTypeType
433
+
434
+
435
+ def check_value(value: FilterTypeType) -> bool: ...
436
+ ```
437
+
438
+ <a id="type-definitions"></a>
439
+
440
+ ### Type definitions
441
+
442
+ `types_aiobotocore_rtbfabric.type_defs` module contains structures and shapes
443
+ assembled to typed dictionaries and unions for additional type checking.
444
+
445
+ Full list of `RTBFabric` TypeDefs can be found in
446
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_rtbfabric/type_defs/).
447
+
448
+ ```python
449
+ # TypedDict usage example
450
+ from types_aiobotocore_rtbfabric.type_defs import ResponseMetadataTypeDef
451
+
452
+
453
+ def get_value() -> ResponseMetadataTypeDef:
454
+ return {
455
+ "RequestId": ...,
456
+ }
457
+ ```
458
+
459
+ <a id="how-it-works"></a>
460
+
461
+ ## How it works
462
+
463
+ Fully automated
464
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
465
+ generates type annotations for each service, patiently waiting for
466
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
467
+ sure that:
468
+
469
+ - All available `aiobotocore` services are covered.
470
+ - Each public class and method of every `aiobotocore` service gets valid type
471
+ annotations extracted from `botocore` schemas.
472
+ - Type annotations include up-to-date documentation.
473
+ - Link to documentation is provided for every method.
474
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
475
+
476
+ <a id="what's-new"></a>
477
+
478
+ ## What's new
479
+
480
+ <a id="implemented-features"></a>
481
+
482
+ ### Implemented features
483
+
484
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
485
+ libraries
486
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
487
+ compatibility
488
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
489
+ annotations for each service
490
+ - Generated `TypeDefs` for each service
491
+ - Generated `Literals` for each service
492
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
493
+ - Auto discovery of types for `session.client` and `session.resource` calls
494
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
495
+ calls
496
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
497
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
498
+
499
+ <a id="latest-changes"></a>
500
+
501
+ ### Latest changes
502
+
503
+ Builder changelog can be found in
504
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
505
+
506
+ <a id="versioning"></a>
507
+
508
+ ## Versioning
509
+
510
+ `types-aiobotocore-rtbfabric` version is the same as related `aiobotocore`
511
+ version and follows
512
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
513
+
514
+ <a id="thank-you"></a>
515
+
516
+ ## Thank you
517
+
518
+ - [Allie Fitter](https://github.com/alliefitter) for
519
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
520
+ this package is based on top of his work
521
+ - [black](https://github.com/psf/black) developers for an awesome formatting
522
+ tool
523
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
524
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
525
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
526
+ for us
527
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
528
+ Python
529
+
530
+ <a id="documentation"></a>
531
+
532
+ ## Documentation
533
+
534
+ All services type annotations can be found in
535
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_rtbfabric/)
536
+
537
+ <a id="support-and-contributing"></a>
538
+
539
+ ## Support and contributing
540
+
541
+ This package is auto-generated. Please reports any bugs or request new features
542
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
543
+ repository.