types-boto3-lite 1.40.30__py3-none-any.whl → 1.40.32__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.30.dist-info → types_boto3_lite-1.40.32.dist-info}/METADATA +7 -12
- {types_boto3_lite-1.40.30.dist-info → types_boto3_lite-1.40.32.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.40.30.dist-info → types_boto3_lite-1.40.32.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.40.30.dist-info → types_boto3_lite-1.40.32.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.40.30.dist-info → types_boto3_lite-1.40.32.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.32
|
|
4
|
+
Summary: Lite type annotations for boto3 1.40.32 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.32; 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"
|
|
@@ -402,7 +402,6 @@ Requires-Dist: types-boto3-sesv2<1.41.0,>=1.40.0; extra == "all"
|
|
|
402
402
|
Requires-Dist: types-boto3-shield<1.41.0,>=1.40.0; extra == "all"
|
|
403
403
|
Requires-Dist: types-boto3-signer<1.41.0,>=1.40.0; extra == "all"
|
|
404
404
|
Requires-Dist: types-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "all"
|
|
405
|
-
Requires-Dist: types-boto3-sms<1.41.0,>=1.40.0; extra == "all"
|
|
406
405
|
Requires-Dist: types-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "all"
|
|
407
406
|
Requires-Dist: types-boto3-snowball<1.41.0,>=1.40.0; extra == "all"
|
|
408
407
|
Requires-Dist: types-boto3-sns<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -1187,8 +1186,6 @@ Provides-Extra: signer
|
|
|
1187
1186
|
Requires-Dist: types-boto3-signer<1.41.0,>=1.40.0; extra == "signer"
|
|
1188
1187
|
Provides-Extra: simspaceweaver
|
|
1189
1188
|
Requires-Dist: types-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "simspaceweaver"
|
|
1190
|
-
Provides-Extra: sms
|
|
1191
|
-
Requires-Dist: types-boto3-sms<1.41.0,>=1.40.0; extra == "sms"
|
|
1192
1189
|
Provides-Extra: snow-device-management
|
|
1193
1190
|
Requires-Dist: types-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "snow-device-management"
|
|
1194
1191
|
Provides-Extra: snowball
|
|
@@ -1311,7 +1308,7 @@ Dynamic: summary
|
|
|
1311
1308
|
|
|
1312
1309
|

|
|
1313
1310
|
|
|
1314
|
-
Type annotations for [boto3 1.40.
|
|
1311
|
+
Type annotations for [boto3 1.40.32](https://pypi.org/project/boto3/)
|
|
1315
1312
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1316
1313
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1317
1314
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1370,7 +1367,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1370
1367
|
isolation.
|
|
1371
1368
|
|
|
1372
1369
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1373
|
-
`uvx --with 'boto3==1.40.
|
|
1370
|
+
`uvx --with 'boto3==1.40.32' mypy-boto3-builder`
|
|
1374
1371
|
2. Select `boto3` AWS SDK.
|
|
1375
1372
|
3. Select services you use in the current project.
|
|
1376
1373
|
4. Use provided commands to install generated packages.
|
|
@@ -1678,9 +1675,9 @@ repository.
|
|
|
1678
1675
|
|
|
1679
1676
|
## Submodules
|
|
1680
1677
|
|
|
1681
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1678
|
+
- `types-boto3-lite[full]` - Type annotations for all 412 services in one
|
|
1682
1679
|
package (recommended).
|
|
1683
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1680
|
+
- `types-boto3-lite[all]` - Type annotations for all 412 services in separate
|
|
1684
1681
|
packages.
|
|
1685
1682
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1686
1683
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -2753,8 +2750,6 @@ repository.
|
|
|
2753
2750
|
- `types-boto3-lite[simspaceweaver]` - Type annotations for
|
|
2754
2751
|
[SimSpaceWeaver](https://youtype.github.io/types_boto3_docs/types_boto3_simspaceweaver/)
|
|
2755
2752
|
service.
|
|
2756
|
-
- `types-boto3-lite[sms]` - Type annotations for
|
|
2757
|
-
[SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
|
|
2758
2753
|
- `types-boto3-lite[snow-device-management]` - Type annotations for
|
|
2759
2754
|
[SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
|
|
2760
2755
|
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.32.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.40.32.dist-info/METADATA,sha256=Tejw0ibNjpEOAQDIs5dewpLzk1xFGTQHbcgLfKjtVqk,154370
|
|
43
|
+
types_boto3_lite-1.40.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.40.32.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.40.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|