types-boto3-lite 1.38.41__py3-none-any.whl → 1.38.42__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.41.dist-info → types_boto3_lite-1.38.42.dist-info}/METADATA +13 -7
- {types_boto3_lite-1.38.41.dist-info → types_boto3_lite-1.38.42.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.38.41.dist-info → types_boto3_lite-1.38.42.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.38.41.dist-info → types_boto3_lite-1.38.42.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.38.41.dist-info → types_boto3_lite-1.38.42.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.42
|
4
|
+
Summary: Lite type annotations for boto3 1.38.42 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.42; 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"
|
@@ -441,6 +441,7 @@ Requires-Dist: types-boto3-workdocs<1.39.0,>=1.38.0; extra == "all"
|
|
441
441
|
Requires-Dist: types-boto3-workmail<1.39.0,>=1.38.0; extra == "all"
|
442
442
|
Requires-Dist: types-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "all"
|
443
443
|
Requires-Dist: types-boto3-workspaces<1.39.0,>=1.38.0; extra == "all"
|
444
|
+
Requires-Dist: types-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "all"
|
444
445
|
Requires-Dist: types-boto3-workspaces-thin-client<1.39.0,>=1.38.0; extra == "all"
|
445
446
|
Requires-Dist: types-boto3-workspaces-web<1.39.0,>=1.38.0; extra == "all"
|
446
447
|
Requires-Dist: types-boto3-xray<1.39.0,>=1.38.0; extra == "all"
|
@@ -1258,6 +1259,8 @@ Provides-Extra: workmailmessageflow
|
|
1258
1259
|
Requires-Dist: types-boto3-workmailmessageflow<1.39.0,>=1.38.0; extra == "workmailmessageflow"
|
1259
1260
|
Provides-Extra: workspaces
|
1260
1261
|
Requires-Dist: types-boto3-workspaces<1.39.0,>=1.38.0; extra == "workspaces"
|
1262
|
+
Provides-Extra: workspaces-instances
|
1263
|
+
Requires-Dist: types-boto3-workspaces-instances<1.39.0,>=1.38.0; extra == "workspaces-instances"
|
1261
1264
|
Provides-Extra: workspaces-thin-client
|
1262
1265
|
Requires-Dist: types-boto3-workspaces-thin-client<1.39.0,>=1.38.0; extra == "workspaces-thin-client"
|
1263
1266
|
Provides-Extra: workspaces-web
|
@@ -1290,7 +1293,7 @@ Dynamic: summary
|
|
1290
1293
|
|
1291
1294
|

|
1292
1295
|
|
1293
|
-
Type annotations for [boto3 1.38.
|
1296
|
+
Type annotations for [boto3 1.38.42](https://pypi.org/project/boto3/)
|
1294
1297
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1295
1298
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1296
1299
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1349,7 +1352,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1349
1352
|
isolation.
|
1350
1353
|
|
1351
1354
|
1. Run mypy-boto3-builder in your package root directory:
|
1352
|
-
`uvx --with 'boto3==1.38.
|
1355
|
+
`uvx --with 'boto3==1.38.42' mypy-boto3-builder`
|
1353
1356
|
2. Select `boto3` AWS SDK.
|
1354
1357
|
3. Select services you use in the current project.
|
1355
1358
|
4. Use provided commands to install generated packages.
|
@@ -1657,9 +1660,9 @@ repository.
|
|
1657
1660
|
|
1658
1661
|
## Submodules
|
1659
1662
|
|
1660
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
1663
|
+
- `types-boto3-lite[full]` - Type annotations for all 407 services in one
|
1661
1664
|
package (recommended).
|
1662
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
1665
|
+
- `types-boto3-lite[all]` - Type annotations for all 407 services in separate
|
1663
1666
|
packages.
|
1664
1667
|
- `types-boto3-lite[essential]` - Type annotations for
|
1665
1668
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2842,6 +2845,9 @@ repository.
|
|
2842
2845
|
- `types-boto3-lite[workspaces]` - Type annotations for
|
2843
2846
|
[WorkSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces/)
|
2844
2847
|
service.
|
2848
|
+
- `types-boto3-lite[workspaces-instances]` - Type annotations for
|
2849
|
+
[WorkspacesInstances](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_instances/)
|
2850
|
+
service.
|
2845
2851
|
- `types-boto3-lite[workspaces-thin-client]` - Type annotations for
|
2846
2852
|
[WorkSpacesThinClient](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_thin_client/)
|
2847
2853
|
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.42.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3_lite-1.38.42.dist-info/METADATA,sha256=-Xbj_RGr04GwNBUcWQi5Wjt2zxBnAUu7e9x_aFFpPRY,152305
|
43
|
+
types_boto3_lite-1.38.42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3_lite-1.38.42.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3_lite-1.38.42.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|