types-boto3-lite 1.37.6__py3-none-any.whl → 1.37.8__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.37.6.dist-info → types_boto3_lite-1.37.8.dist-info}/METADATA +13 -7
- {types_boto3_lite-1.37.6.dist-info → types_boto3_lite-1.37.8.dist-info}/RECORD +5 -5
- {types_boto3_lite-1.37.6.dist-info → types_boto3_lite-1.37.8.dist-info}/LICENSE +0 -0
- {types_boto3_lite-1.37.6.dist-info → types_boto3_lite-1.37.8.dist-info}/WHEEL +0 -0
- {types_boto3_lite-1.37.6.dist-info → types_boto3_lite-1.37.8.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: types-boto3-lite
|
3
|
-
Version: 1.37.
|
4
|
-
Summary: Lite type annotations for boto3 1.37.
|
3
|
+
Version: 1.37.8
|
4
|
+
Summary: Lite type annotations for boto3 1.37.8 generated with mypy-boto3-builder 8.10.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.38.0,>=1.37.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.37.
|
39
|
+
Requires-Dist: boto3==1.37.8; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.38.0,>=1.37.0; extra == "all"
|
@@ -193,6 +193,7 @@ Requires-Dist: types-boto3-frauddetector<1.38.0,>=1.37.0; extra == "all"
|
|
193
193
|
Requires-Dist: types-boto3-freetier<1.38.0,>=1.37.0; extra == "all"
|
194
194
|
Requires-Dist: types-boto3-fsx<1.38.0,>=1.37.0; extra == "all"
|
195
195
|
Requires-Dist: types-boto3-gamelift<1.38.0,>=1.37.0; extra == "all"
|
196
|
+
Requires-Dist: types-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "all"
|
196
197
|
Requires-Dist: types-boto3-geo-maps<1.38.0,>=1.37.0; extra == "all"
|
197
198
|
Requires-Dist: types-boto3-geo-places<1.38.0,>=1.37.0; extra == "all"
|
198
199
|
Requires-Dist: types-boto3-geo-routes<1.38.0,>=1.37.0; extra == "all"
|
@@ -759,6 +760,8 @@ Provides-Extra: fsx
|
|
759
760
|
Requires-Dist: types-boto3-fsx<1.38.0,>=1.37.0; extra == "fsx"
|
760
761
|
Provides-Extra: gamelift
|
761
762
|
Requires-Dist: types-boto3-gamelift<1.38.0,>=1.37.0; extra == "gamelift"
|
763
|
+
Provides-Extra: gameliftstreams
|
764
|
+
Requires-Dist: types-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "gameliftstreams"
|
762
765
|
Provides-Extra: geo-maps
|
763
766
|
Requires-Dist: types-boto3-geo-maps<1.38.0,>=1.37.0; extra == "geo-maps"
|
764
767
|
Provides-Extra: geo-places
|
@@ -1280,7 +1283,7 @@ Dynamic: summary
|
|
1280
1283
|
|
1281
1284
|

|
1282
1285
|
|
1283
|
-
Type annotations for [boto3 1.37.
|
1286
|
+
Type annotations for [boto3 1.37.8](https://pypi.org/project/boto3/) compatible
|
1284
1287
|
with [VSCode](https://code.visualstudio.com/),
|
1285
1288
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1286
1289
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1339,7 +1342,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1339
1342
|
isolation.
|
1340
1343
|
|
1341
1344
|
1. Run mypy-boto3-builder in your package root directory:
|
1342
|
-
`uvx --with 'boto3==1.37.
|
1345
|
+
`uvx --with 'boto3==1.37.8' mypy-boto3-builder`
|
1343
1346
|
2. Select `boto3` AWS SDK.
|
1344
1347
|
3. Select services you use in the current project.
|
1345
1348
|
4. Use provided commands to install generated packages.
|
@@ -1647,9 +1650,9 @@ repository.
|
|
1647
1650
|
|
1648
1651
|
## Submodules
|
1649
1652
|
|
1650
|
-
- `types-boto3-lite[full]` - Type annotations for all
|
1653
|
+
- `types-boto3-lite[full]` - Type annotations for all 404 services in one
|
1651
1654
|
package (recommended).
|
1652
|
-
- `types-boto3-lite[all]` - Type annotations for all
|
1655
|
+
- `types-boto3-lite[all]` - Type annotations for all 404 services in separate
|
1653
1656
|
packages.
|
1654
1657
|
- `types-boto3-lite[essential]` - Type annotations for
|
1655
1658
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2110,6 +2113,9 @@ repository.
|
|
2110
2113
|
- `types-boto3-lite[gamelift]` - Type annotations for
|
2111
2114
|
[GameLift](https://youtype.github.io/types_boto3_docs/types_boto3_gamelift/)
|
2112
2115
|
service.
|
2116
|
+
- `types-boto3-lite[gameliftstreams]` - Type annotations for
|
2117
|
+
[GameLiftStreams](https://youtype.github.io/types_boto3_docs/types_boto3_gameliftstreams/)
|
2118
|
+
service.
|
2113
2119
|
- `types-boto3-lite[geo-maps]` - Type annotations for
|
2114
2120
|
[LocationServiceMapsV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
|
2115
2121
|
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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
types_boto3_lite-1.37.
|
42
|
-
types_boto3_lite-1.37.
|
43
|
-
types_boto3_lite-1.37.
|
44
|
-
types_boto3_lite-1.37.
|
45
|
-
types_boto3_lite-1.37.
|
41
|
+
types_boto3_lite-1.37.8.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3_lite-1.37.8.dist-info/METADATA,sha256=H53zFy0Pq5Wz4cimgSrb_0wgMCRtR5kSeKJhlOa6l7o,151351
|
43
|
+
types_boto3_lite-1.37.8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
44
|
+
types_boto3_lite-1.37.8.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3_lite-1.37.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|