boto3-stubs-lite 1.40.11__py3-none-any.whl → 1.40.12__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.
Potentially problematic release.
This version of boto3-stubs-lite might be problematic. Click here for more details.
- {boto3_stubs_lite-1.40.11.dist-info → boto3_stubs_lite-1.40.12.dist-info}/METADATA +13 -7
- {boto3_stubs_lite-1.40.11.dist-info → boto3_stubs_lite-1.40.12.dist-info}/RECORD +5 -5
- {boto3_stubs_lite-1.40.11.dist-info → boto3_stubs_lite-1.40.12.dist-info}/WHEEL +0 -0
- {boto3_stubs_lite-1.40.11.dist-info → boto3_stubs_lite-1.40.12.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs_lite-1.40.11.dist-info → boto3_stubs_lite-1.40.12.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boto3-stubs-lite
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Lite type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.12
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.12 generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
Provides-Extra: full
|
|
37
37
|
Requires-Dist: boto3-stubs-full<1.41.0,>=1.40.0; extra == "full"
|
|
38
38
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.40.
|
|
39
|
+
Requires-Dist: boto3==1.40.12; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -76,6 +76,7 @@ Requires-Dist: mypy-boto3-backup<1.41.0,>=1.40.0; extra == "all"
|
|
|
76
76
|
Requires-Dist: mypy-boto3-backup-gateway<1.41.0,>=1.40.0; extra == "all"
|
|
77
77
|
Requires-Dist: mypy-boto3-backupsearch<1.41.0,>=1.40.0; extra == "all"
|
|
78
78
|
Requires-Dist: mypy-boto3-batch<1.41.0,>=1.40.0; extra == "all"
|
|
79
|
+
Requires-Dist: mypy-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "all"
|
|
79
80
|
Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "all"
|
|
80
81
|
Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.41.0,>=1.40.0; extra == "all"
|
|
81
82
|
Requires-Dist: mypy-boto3-bcm-recommended-actions<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -536,6 +537,8 @@ Provides-Extra: backupsearch
|
|
|
536
537
|
Requires-Dist: mypy-boto3-backupsearch<1.41.0,>=1.40.0; extra == "backupsearch"
|
|
537
538
|
Provides-Extra: batch
|
|
538
539
|
Requires-Dist: mypy-boto3-batch<1.41.0,>=1.40.0; extra == "batch"
|
|
540
|
+
Provides-Extra: bcm-dashboards
|
|
541
|
+
Requires-Dist: mypy-boto3-bcm-dashboards<1.41.0,>=1.40.0; extra == "bcm-dashboards"
|
|
539
542
|
Provides-Extra: bcm-data-exports
|
|
540
543
|
Requires-Dist: mypy-boto3-bcm-data-exports<1.41.0,>=1.40.0; extra == "bcm-data-exports"
|
|
541
544
|
Provides-Extra: bcm-pricing-calculator
|
|
@@ -1314,7 +1317,7 @@ Dynamic: summary
|
|
|
1314
1317
|
|
|
1315
1318
|

|
|
1316
1319
|
|
|
1317
|
-
Type annotations for [boto3 1.40.
|
|
1320
|
+
Type annotations for [boto3 1.40.12](https://pypi.org/project/boto3/)
|
|
1318
1321
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1319
1322
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1320
1323
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1374,7 +1377,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1374
1377
|
isolation.
|
|
1375
1378
|
|
|
1376
1379
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1377
|
-
`uvx --with 'boto3==1.40.
|
|
1380
|
+
`uvx --with 'boto3==1.40.12' mypy-boto3-builder`
|
|
1378
1381
|
2. Select `boto3-stubs` AWS SDK.
|
|
1379
1382
|
3. Select services you use in the current project.
|
|
1380
1383
|
4. Use provided commands to install generated packages.
|
|
@@ -1707,9 +1710,9 @@ repository.
|
|
|
1707
1710
|
|
|
1708
1711
|
## Submodules
|
|
1709
1712
|
|
|
1710
|
-
- `boto3-stubs-lite[full]` - Type annotations for all
|
|
1713
|
+
- `boto3-stubs-lite[full]` - Type annotations for all 415 services in one
|
|
1711
1714
|
package (recommended).
|
|
1712
|
-
- `boto3-stubs-lite[all]` - Type annotations for all
|
|
1715
|
+
- `boto3-stubs-lite[all]` - Type annotations for all 415 services in separate
|
|
1713
1716
|
packages.
|
|
1714
1717
|
- `boto3-stubs-lite[essential]` - Type annotations for
|
|
1715
1718
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
|
@@ -1832,6 +1835,9 @@ repository.
|
|
|
1832
1835
|
- `boto3-stubs-lite[batch]` - Type annotations for
|
|
1833
1836
|
[Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
|
|
1834
1837
|
service.
|
|
1838
|
+
- `boto3-stubs-lite[bcm-dashboards]` - Type annotations for
|
|
1839
|
+
[BillingandCostManagementDashboards](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_dashboards/)
|
|
1840
|
+
service.
|
|
1835
1841
|
- `boto3-stubs-lite[bcm-data-exports]` - Type annotations for
|
|
1836
1842
|
[BillingandCostManagementDataExports](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_data_exports/)
|
|
1837
1843
|
service.
|
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
|
41
|
-
boto3_stubs_lite-1.40.
|
|
42
|
-
boto3_stubs_lite-1.40.
|
|
43
|
-
boto3_stubs_lite-1.40.
|
|
44
|
-
boto3_stubs_lite-1.40.
|
|
45
|
-
boto3_stubs_lite-1.40.
|
|
41
|
+
boto3_stubs_lite-1.40.12.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
boto3_stubs_lite-1.40.12.dist-info/METADATA,sha256=Vqjuedf2uTOTRdkc85LOTH1SYJ9dyp8pTVwqyvAcuyA,154572
|
|
43
|
+
boto3_stubs_lite-1.40.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
boto3_stubs_lite-1.40.12.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
boto3_stubs_lite-1.40.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|