types-boto3-lite 1.38.7__py3-none-any.whl → 1.38.9__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.
- {types_boto3_lite-1.38.7.dist-info → types_boto3_lite-1.38.9.dist-info}/METADATA +8 -14
- {types_boto3_lite-1.38.7.dist-info → types_boto3_lite-1.38.9.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.38.7.dist-info → types_boto3_lite-1.38.9.dist-info}/WHEEL +1 -1
- {types_boto3_lite-1.38.7.dist-info → types_boto3_lite-1.38.9.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.38.7.dist-info → types_boto3_lite-1.38.9.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.38.
|
4
|
-
Summary: Lite type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.9
|
4
|
+
Summary: Lite type annotations for boto3 1.38.9 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.39.0,>=1.38.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.38.
|
39
|
+
Requires-Dist: boto3==1.38.9; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -395,7 +395,6 @@ Requires-Dist: types-boto3-shield<1.39.0,>=1.38.0; extra == "all"
|
|
395
395
|
Requires-Dist: types-boto3-signer<1.39.0,>=1.38.0; extra == "all"
|
396
396
|
Requires-Dist: types-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "all"
|
397
397
|
Requires-Dist: types-boto3-sms<1.39.0,>=1.38.0; extra == "all"
|
398
|
-
Requires-Dist: types-boto3-sms-voice<1.39.0,>=1.38.0; extra == "all"
|
399
398
|
Requires-Dist: types-boto3-snow-device-management<1.39.0,>=1.38.0; extra == "all"
|
400
399
|
Requires-Dist: types-boto3-snowball<1.39.0,>=1.38.0; extra == "all"
|
401
400
|
Requires-Dist: types-boto3-sns<1.39.0,>=1.38.0; extra == "all"
|
@@ -1165,8 +1164,6 @@ Provides-Extra: simspaceweaver
|
|
1165
1164
|
Requires-Dist: types-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "simspaceweaver"
|
1166
1165
|
Provides-Extra: sms
|
1167
1166
|
Requires-Dist: types-boto3-sms<1.39.0,>=1.38.0; extra == "sms"
|
1168
|
-
Provides-Extra: sms-voice
|
1169
|
-
Requires-Dist: types-boto3-sms-voice<1.39.0,>=1.38.0; extra == "sms-voice"
|
1170
1167
|
Provides-Extra: snow-device-management
|
1171
1168
|
Requires-Dist: types-boto3-snow-device-management<1.39.0,>=1.38.0; extra == "snow-device-management"
|
1172
1169
|
Provides-Extra: snowball
|
@@ -1287,7 +1284,7 @@ Dynamic: summary
|
|
1287
1284
|
|
1288
1285
|

|
1289
1286
|
|
1290
|
-
Type annotations for [boto3 1.38.
|
1287
|
+
Type annotations for [boto3 1.38.9](https://pypi.org/project/boto3/) compatible
|
1291
1288
|
with [VSCode](https://code.visualstudio.com/),
|
1292
1289
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1293
1290
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1296,7 +1293,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
1296
1293
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1297
1294
|
|
1298
1295
|
Generated with
|
1299
|
-
[mypy-boto3-builder 8.
|
1296
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
1300
1297
|
|
1301
1298
|
More information can be found on
|
1302
1299
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -1346,7 +1343,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1346
1343
|
isolation.
|
1347
1344
|
|
1348
1345
|
1. Run mypy-boto3-builder in your package root directory:
|
1349
|
-
`uvx --with 'boto3==1.38.
|
1346
|
+
`uvx --with 'boto3==1.38.9' mypy-boto3-builder`
|
1350
1347
|
2. Select `boto3` AWS SDK.
|
1351
1348
|
3. Select services you use in the current project.
|
1352
1349
|
4. Use provided commands to install generated packages.
|
@@ -1654,9 +1651,9 @@ repository.
|
|
1654
1651
|
|
1655
1652
|
## Submodules
|
1656
1653
|
|
1657
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
1654
|
+
- `types-boto3-lite[full]` - Type annotations for all 404 services in one
|
1658
1655
|
package (recommended).
|
1659
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
1656
|
+
- `types-boto3-lite[all]` - Type annotations for all 404 services in separate
|
1660
1657
|
packages.
|
1661
1658
|
- `types-boto3-lite[essential]` - Type annotations for
|
1662
1659
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2709,9 +2706,6 @@ repository.
|
|
2709
2706
|
service.
|
2710
2707
|
- `types-boto3-lite[sms]` - Type annotations for
|
2711
2708
|
[SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
|
2712
|
-
- `types-boto3-lite[sms-voice]` - Type annotations for
|
2713
|
-
[SMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
|
2714
|
-
service.
|
2715
2709
|
- `types-boto3-lite[snow-device-management]` - Type annotations for
|
2716
2710
|
[SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
|
2717
2711
|
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.38.
|
42
|
-
types_boto3_lite-1.38.
|
43
|
-
types_boto3_lite-1.38.
|
44
|
-
types_boto3_lite-1.38.
|
45
|
-
types_boto3_lite-1.38.
|
41
|
+
types_boto3_lite-1.38.9.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3_lite-1.38.9.dist-info/METADATA,sha256=dG2DoDWmDGnmFOsETLpceaBwfM5xCeZNGYRNQtAu-YA,151408
|
43
|
+
types_boto3_lite-1.38.9.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
44
|
+
types_boto3_lite-1.38.9.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3_lite-1.38.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|