types-boto3-lite 1.39.4__py3-none-any.whl → 1.39.5__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.39.4.dist-info → types_boto3_lite-1.39.5.dist-info}/METADATA +13 -7
- {types_boto3_lite-1.39.4.dist-info → types_boto3_lite-1.39.5.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.39.4.dist-info → types_boto3_lite-1.39.5.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.39.4.dist-info → types_boto3_lite-1.39.5.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.39.4.dist-info → types_boto3_lite-1.39.5.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.39.
|
|
4
|
-
Summary: Lite type annotations for boto3 1.39.
|
|
3
|
+
Version: 1.39.5
|
|
4
|
+
Summary: Lite type annotations for boto3 1.39.5 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.40.0,>=1.39.0; extra == "full"
|
|
38
38
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.39.
|
|
39
|
+
Requires-Dist: boto3==1.39.5; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
|
|
42
42
|
Requires-Dist: types-boto3-account<1.40.0,>=1.39.0; extra == "all"
|
|
@@ -373,6 +373,7 @@ Requires-Dist: types-boto3-s3<1.40.0,>=1.39.0; extra == "all"
|
|
|
373
373
|
Requires-Dist: types-boto3-s3control<1.40.0,>=1.39.0; extra == "all"
|
|
374
374
|
Requires-Dist: types-boto3-s3outposts<1.40.0,>=1.39.0; extra == "all"
|
|
375
375
|
Requires-Dist: types-boto3-s3tables<1.40.0,>=1.39.0; extra == "all"
|
|
376
|
+
Requires-Dist: types-boto3-s3vectors<1.40.0,>=1.39.0; extra == "all"
|
|
376
377
|
Requires-Dist: types-boto3-sagemaker<1.40.0,>=1.39.0; extra == "all"
|
|
377
378
|
Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.40.0,>=1.39.0; extra == "all"
|
|
378
379
|
Requires-Dist: types-boto3-sagemaker-edge<1.40.0,>=1.39.0; extra == "all"
|
|
@@ -1125,6 +1126,8 @@ Provides-Extra: s3outposts
|
|
|
1125
1126
|
Requires-Dist: types-boto3-s3outposts<1.40.0,>=1.39.0; extra == "s3outposts"
|
|
1126
1127
|
Provides-Extra: s3tables
|
|
1127
1128
|
Requires-Dist: types-boto3-s3tables<1.40.0,>=1.39.0; extra == "s3tables"
|
|
1129
|
+
Provides-Extra: s3vectors
|
|
1130
|
+
Requires-Dist: types-boto3-s3vectors<1.40.0,>=1.39.0; extra == "s3vectors"
|
|
1128
1131
|
Provides-Extra: sagemaker
|
|
1129
1132
|
Requires-Dist: types-boto3-sagemaker<1.40.0,>=1.39.0; extra == "sagemaker"
|
|
1130
1133
|
Provides-Extra: sagemaker-a2i-runtime
|
|
@@ -1299,7 +1302,7 @@ Dynamic: summary
|
|
|
1299
1302
|
|
|
1300
1303
|

|
|
1301
1304
|
|
|
1302
|
-
Type annotations for [boto3 1.39.
|
|
1305
|
+
Type annotations for [boto3 1.39.5](https://pypi.org/project/boto3/) compatible
|
|
1303
1306
|
with [VSCode](https://code.visualstudio.com/),
|
|
1304
1307
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1305
1308
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1358,7 +1361,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1358
1361
|
isolation.
|
|
1359
1362
|
|
|
1360
1363
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1361
|
-
`uvx --with 'boto3==1.39.
|
|
1364
|
+
`uvx --with 'boto3==1.39.5' mypy-boto3-builder`
|
|
1362
1365
|
2. Select `boto3` AWS SDK.
|
|
1363
1366
|
3. Select services you use in the current project.
|
|
1364
1367
|
4. Use provided commands to install generated packages.
|
|
@@ -1666,9 +1669,9 @@ repository.
|
|
|
1666
1669
|
|
|
1667
1670
|
## Submodules
|
|
1668
1671
|
|
|
1669
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
|
1672
|
+
- `types-boto3-lite[full]` - Type annotations for all 410 services in one
|
|
1670
1673
|
package (recommended).
|
|
1671
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
|
1674
|
+
- `types-boto3-lite[all]` - Type annotations for all 410 services in separate
|
|
1672
1675
|
packages.
|
|
1673
1676
|
- `types-boto3-lite[essential]` - Type annotations for
|
|
1674
1677
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -2655,6 +2658,9 @@ repository.
|
|
|
2655
2658
|
- `types-boto3-lite[s3tables]` - Type annotations for
|
|
2656
2659
|
[S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
|
|
2657
2660
|
service.
|
|
2661
|
+
- `types-boto3-lite[s3vectors]` - Type annotations for
|
|
2662
|
+
[S3Vectors](https://youtype.github.io/types_boto3_docs/types_boto3_s3vectors/)
|
|
2663
|
+
service.
|
|
2658
2664
|
- `types-boto3-lite[sagemaker]` - Type annotations for
|
|
2659
2665
|
[SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
|
|
2660
2666
|
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.39.
|
|
42
|
-
types_boto3_lite-1.39.
|
|
43
|
-
types_boto3_lite-1.39.
|
|
44
|
-
types_boto3_lite-1.39.
|
|
45
|
-
types_boto3_lite-1.39.
|
|
41
|
+
types_boto3_lite-1.39.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3_lite-1.39.5.dist-info/METADATA,sha256=R8n7ngyejjWU0UesRHuW-jQh0TrThXj9rSIMceq9wAU,153256
|
|
43
|
+
types_boto3_lite-1.39.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3_lite-1.39.5.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3_lite-1.39.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|