types-boto3-lite 1.38.19__py3-none-any.whl → 1.38.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.
- {types_boto3_lite-1.38.19.dist-info → types_boto3_lite-1.38.20.dist-info}/METADATA +7 -13
- {types_boto3_lite-1.38.19.dist-info → types_boto3_lite-1.38.20.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.38.19.dist-info → types_boto3_lite-1.38.20.dist-info}/WHEEL +1 -1
- {types_boto3_lite-1.38.19.dist-info → types_boto3_lite-1.38.20.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_lite-1.38.19.dist-info → types_boto3_lite-1.38.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.38.
|
4
|
-
Summary: Lite type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.20
|
4
|
+
Summary: Lite type annotations for boto3 1.38.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.39.0,>=1.38.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.38.
|
39
|
+
Requires-Dist: boto3==1.38.20; 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"
|
@@ -334,7 +334,6 @@ Requires-Dist: types-boto3-pinpoint-sms-voice-v2<1.39.0,>=1.38.0; extra == "all"
|
|
334
334
|
Requires-Dist: types-boto3-pipes<1.39.0,>=1.38.0; extra == "all"
|
335
335
|
Requires-Dist: types-boto3-polly<1.39.0,>=1.38.0; extra == "all"
|
336
336
|
Requires-Dist: types-boto3-pricing<1.39.0,>=1.38.0; extra == "all"
|
337
|
-
Requires-Dist: types-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "all"
|
338
337
|
Requires-Dist: types-boto3-proton<1.39.0,>=1.38.0; extra == "all"
|
339
338
|
Requires-Dist: types-boto3-qapps<1.39.0,>=1.38.0; extra == "all"
|
340
339
|
Requires-Dist: types-boto3-qbusiness<1.39.0,>=1.38.0; extra == "all"
|
@@ -1042,8 +1041,6 @@ Provides-Extra: polly
|
|
1042
1041
|
Requires-Dist: types-boto3-polly<1.39.0,>=1.38.0; extra == "polly"
|
1043
1042
|
Provides-Extra: pricing
|
1044
1043
|
Requires-Dist: types-boto3-pricing<1.39.0,>=1.38.0; extra == "pricing"
|
1045
|
-
Provides-Extra: privatenetworks
|
1046
|
-
Requires-Dist: types-boto3-privatenetworks<1.39.0,>=1.38.0; extra == "privatenetworks"
|
1047
1044
|
Provides-Extra: proton
|
1048
1045
|
Requires-Dist: types-boto3-proton<1.39.0,>=1.38.0; extra == "proton"
|
1049
1046
|
Provides-Extra: qapps
|
@@ -1284,7 +1281,7 @@ Dynamic: summary
|
|
1284
1281
|
|
1285
1282
|

|
1286
1283
|
|
1287
|
-
Type annotations for [boto3 1.38.
|
1284
|
+
Type annotations for [boto3 1.38.20](https://pypi.org/project/boto3/)
|
1288
1285
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1289
1286
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1290
1287
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1343,7 +1340,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1343
1340
|
isolation.
|
1344
1341
|
|
1345
1342
|
1. Run mypy-boto3-builder in your package root directory:
|
1346
|
-
`uvx --with 'boto3==1.38.
|
1343
|
+
`uvx --with 'boto3==1.38.20' mypy-boto3-builder`
|
1347
1344
|
2. Select `boto3` AWS SDK.
|
1348
1345
|
3. Select services you use in the current project.
|
1349
1346
|
4. Use provided commands to install generated packages.
|
@@ -1651,9 +1648,9 @@ repository.
|
|
1651
1648
|
|
1652
1649
|
## Submodules
|
1653
1650
|
|
1654
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
1651
|
+
- `types-boto3-lite[full]` - Type annotations for all 403 services in one
|
1655
1652
|
package (recommended).
|
1656
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
1653
|
+
- `types-boto3-lite[all]` - Type annotations for all 403 services in separate
|
1657
1654
|
packages.
|
1658
1655
|
- `types-boto3-lite[essential]` - Type annotations for
|
1659
1656
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2529,9 +2526,6 @@ repository.
|
|
2529
2526
|
- `types-boto3-lite[pricing]` - Type annotations for
|
2530
2527
|
[Pricing](https://youtype.github.io/types_boto3_docs/types_boto3_pricing/)
|
2531
2528
|
service.
|
2532
|
-
- `types-boto3-lite[privatenetworks]` - Type annotations for
|
2533
|
-
[Private5G](https://youtype.github.io/types_boto3_docs/types_boto3_privatenetworks/)
|
2534
|
-
service.
|
2535
2529
|
- `types-boto3-lite[proton]` - Type annotations for
|
2536
2530
|
[Proton](https://youtype.github.io/types_boto3_docs/types_boto3_proton/)
|
2537
2531
|
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.20.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3_lite-1.38.20.dist-info/METADATA,sha256=aZJ8j9A5Ng698Og6qt_eX8W0LnVXlndu00g-r6jvOK4,151060
|
43
|
+
types_boto3_lite-1.38.20.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
44
|
+
types_boto3_lite-1.38.20.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3_lite-1.38.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|