types-boto3-lite 1.40.18__py3-none-any.whl → 1.40.20__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 types-boto3-lite might be problematic. Click here for more details.
- {types_boto3_lite-1.40.18.dist-info → types_boto3_lite-1.40.20.dist-info}/METADATA +7 -19
- {types_boto3_lite-1.40.18.dist-info → types_boto3_lite-1.40.20.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.40.18.dist-info → types_boto3_lite-1.40.20.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.40.18.dist-info → types_boto3_lite-1.40.20.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.40.18.dist-info → types_boto3_lite-1.40.20.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-lite
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Lite type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.20
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.20 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: types-boto3-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.20; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -321,8 +321,6 @@ Requires-Dist: types-boto3-odb<1.41.0,>=1.40.0; extra == "all"
|
|
|
321
321
|
Requires-Dist: types-boto3-omics<1.41.0,>=1.40.0; extra == "all"
|
|
322
322
|
Requires-Dist: types-boto3-opensearch<1.41.0,>=1.40.0; extra == "all"
|
|
323
323
|
Requires-Dist: types-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "all"
|
|
324
|
-
Requires-Dist: types-boto3-opsworks<1.41.0,>=1.40.0; extra == "all"
|
|
325
|
-
Requires-Dist: types-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "all"
|
|
326
324
|
Requires-Dist: types-boto3-organizations<1.41.0,>=1.40.0; extra == "all"
|
|
327
325
|
Requires-Dist: types-boto3-osis<1.41.0,>=1.40.0; extra == "all"
|
|
328
326
|
Requires-Dist: types-boto3-outposts<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -1027,10 +1025,6 @@ Provides-Extra: opensearch
|
|
|
1027
1025
|
Requires-Dist: types-boto3-opensearch<1.41.0,>=1.40.0; extra == "opensearch"
|
|
1028
1026
|
Provides-Extra: opensearchserverless
|
|
1029
1027
|
Requires-Dist: types-boto3-opensearchserverless<1.41.0,>=1.40.0; extra == "opensearchserverless"
|
|
1030
|
-
Provides-Extra: opsworks
|
|
1031
|
-
Requires-Dist: types-boto3-opsworks<1.41.0,>=1.40.0; extra == "opsworks"
|
|
1032
|
-
Provides-Extra: opsworkscm
|
|
1033
|
-
Requires-Dist: types-boto3-opsworkscm<1.41.0,>=1.40.0; extra == "opsworkscm"
|
|
1034
1028
|
Provides-Extra: organizations
|
|
1035
1029
|
Requires-Dist: types-boto3-organizations<1.41.0,>=1.40.0; extra == "organizations"
|
|
1036
1030
|
Provides-Extra: osis
|
|
@@ -1317,7 +1311,7 @@ Dynamic: summary
|
|
|
1317
1311
|
|
|
1318
1312
|

|
|
1319
1313
|
|
|
1320
|
-
Type annotations for [boto3 1.40.
|
|
1314
|
+
Type annotations for [boto3 1.40.20](https://pypi.org/project/boto3/)
|
|
1321
1315
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1322
1316
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1323
1317
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1376,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1376
1370
|
isolation.
|
|
1377
1371
|
|
|
1378
1372
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1379
|
-
`uvx --with 'boto3==1.40.
|
|
1373
|
+
`uvx --with 'boto3==1.40.20' mypy-boto3-builder`
|
|
1380
1374
|
2. Select `boto3` AWS SDK.
|
|
1381
1375
|
3. Select services you use in the current project.
|
|
1382
1376
|
4. Use provided commands to install generated packages.
|
|
@@ -1684,9 +1678,9 @@ repository.
|
|
|
1684
1678
|
|
|
1685
1679
|
## Submodules
|
|
1686
1680
|
|
|
1687
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1681
|
+
- `types-boto3-lite[full]` - Type annotations for all 413 services in one
|
|
1688
1682
|
package (recommended).
|
|
1689
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1683
|
+
- `types-boto3-lite[all]` - Type annotations for all 413 services in separate
|
|
1690
1684
|
packages.
|
|
1691
1685
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1692
1686
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -2522,12 +2516,6 @@ repository.
|
|
|
2522
2516
|
- `types-boto3-lite[opensearchserverless]` - Type annotations for
|
|
2523
2517
|
[OpenSearchServiceServerless](https://youtype.github.io/types_boto3_docs/types_boto3_opensearchserverless/)
|
|
2524
2518
|
service.
|
|
2525
|
-
- `types-boto3-lite[opsworks]` - Type annotations for
|
|
2526
|
-
[OpsWorks](https://youtype.github.io/types_boto3_docs/types_boto3_opsworks/)
|
|
2527
|
-
service.
|
|
2528
|
-
- `types-boto3-lite[opsworkscm]` - Type annotations for
|
|
2529
|
-
[OpsWorksCM](https://youtype.github.io/types_boto3_docs/types_boto3_opsworkscm/)
|
|
2530
|
-
service.
|
|
2531
2519
|
- `types-boto3-lite[organizations]` - Type annotations for
|
|
2532
2520
|
[Organizations](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/)
|
|
2533
2521
|
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
|
-
types_boto3_lite-1.40.
|
|
42
|
-
types_boto3_lite-1.40.
|
|
43
|
-
types_boto3_lite-1.40.
|
|
44
|
-
types_boto3_lite-1.40.
|
|
45
|
-
types_boto3_lite-1.40.
|
|
41
|
+
types_boto3_lite-1.40.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.40.20.dist-info/METADATA,sha256=llQGeGRfmjYh4GYcMBgfnFL1qwdgrnKYH4XkAkJ4c2s,154643
|
|
43
|
+
types_boto3_lite-1.40.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.40.20.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.40.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|