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