boto3-stubs 1.35.76__py3-none-any.whl → 1.35.77__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.
- {boto3_stubs-1.35.76.dist-info → boto3_stubs-1.35.77.dist-info}/METADATA +28 -18
- {boto3_stubs-1.35.76.dist-info → boto3_stubs-1.35.77.dist-info}/RECORD +5 -5
- {boto3_stubs-1.35.76.dist-info → boto3_stubs-1.35.77.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.35.76.dist-info → boto3_stubs-1.35.77.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.35.76.dist-info → boto3_stubs-1.35.77.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 1.35.
|
3
|
+
Version: 1.35.77
|
4
|
+
Summary: Type annotations for boto3 1.35.77 generated with mypy-boto3-builder 8.6.2
|
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
|
@@ -34,7 +34,9 @@ Requires-Dist: botocore-stubs
|
|
34
34
|
Requires-Dist: types-s3transfer
|
35
35
|
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
36
36
|
Provides-Extra: full
|
37
|
-
Requires-Dist: boto3-stubs-full; extra == "full"
|
37
|
+
Requires-Dist: boto3-stubs-full<1.36.0,>=1.35.0; extra == "full"
|
38
|
+
Provides-Extra: boto3
|
39
|
+
Requires-Dist: boto3==1.35.77; extra == "boto3"
|
38
40
|
Provides-Extra: all
|
39
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
|
40
42
|
Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "all"
|
@@ -448,9 +450,6 @@ Requires-Dist: mypy-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
|
|
448
450
|
Requires-Dist: mypy-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
|
449
451
|
Requires-Dist: mypy-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
|
450
452
|
Requires-Dist: mypy-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
|
451
|
-
Provides-Extra: boto3
|
452
|
-
Requires-Dist: boto3==1.35.76; extra == "boto3"
|
453
|
-
Requires-Dist: botocore==1.35.76; extra == "boto3"
|
454
453
|
Provides-Extra: accessanalyzer
|
455
454
|
Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
|
456
455
|
Provides-Extra: account
|
@@ -1271,7 +1270,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
|
|
1271
1270
|
|
1272
1271
|

|
1273
1272
|
|
1274
|
-
Type annotations for [boto3 1.35.
|
1273
|
+
Type annotations for [boto3 1.35.77](https://pypi.org/project/boto3/)
|
1275
1274
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1276
1275
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1277
1276
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1279,8 +1278,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1279
1278
|
[mypy](https://github.com/python/mypy),
|
1280
1279
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1281
1280
|
|
1282
|
-
Generated
|
1283
|
-
[mypy-boto3-builder 8.
|
1281
|
+
Generated with
|
1282
|
+
[mypy-boto3-builder 8.6.2](https://github.com/youtype/mypy_boto3_builder).
|
1284
1283
|
|
1285
1284
|
More information can be found in
|
1286
1285
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1291,6 +1290,7 @@ See how it helps you find and fix potential bugs:
|
|
1291
1290
|
|
1292
1291
|
- [boto3-stubs](#boto3-stubs)
|
1293
1292
|
- [How to install](#how-to-install)
|
1293
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
1294
1294
|
- [VSCode extension](#vscode-extension)
|
1295
1295
|
- [From PyPI with pip](#from-pypi-with-pip)
|
1296
1296
|
- [From conda-forge](#from-conda-forge)
|
@@ -1319,6 +1319,21 @@ See how it helps you find and fix potential bugs:
|
|
1319
1319
|
|
1320
1320
|
## How to install
|
1321
1321
|
|
1322
|
+
<a id="generate-locally-(recommended)"></a>
|
1323
|
+
|
1324
|
+
### Generate locally (recommended)
|
1325
|
+
|
1326
|
+
You can generate type annotations for `boto3` package locally with
|
1327
|
+
`mypy_boto3_builder`. Use
|
1328
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
1329
|
+
isolation.
|
1330
|
+
|
1331
|
+
1. Run mypy-boto3-builder in your package root directory:
|
1332
|
+
`uvx --with 'boto3==1.35.77' mypy_boto3_builder`
|
1333
|
+
2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
|
1334
|
+
3. Select services you use in the current project.
|
1335
|
+
4. Use provided commands to install generated packages.
|
1336
|
+
|
1322
1337
|
<a id="vscode-extension"></a>
|
1323
1338
|
|
1324
1339
|
### VSCode extension
|
@@ -1334,14 +1349,14 @@ project.
|
|
1334
1349
|
|
1335
1350
|
### From PyPI with pip
|
1336
1351
|
|
1337
|
-
Install `boto3-stubs` to add type
|
1352
|
+
Install `boto3-stubs` to add type checking for `boto3` package.
|
1338
1353
|
|
1339
1354
|
```bash
|
1340
1355
|
# install type annotations only for boto3
|
1341
1356
|
python -m pip install boto3-stubs
|
1342
1357
|
|
1343
1358
|
# install boto3 type annotations
|
1344
|
-
# for
|
1359
|
+
# for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
|
1345
1360
|
python -m pip install 'boto3-stubs[essential]'
|
1346
1361
|
|
1347
1362
|
# or install annotations for services you use
|
@@ -1350,16 +1365,12 @@ python -m pip install 'boto3-stubs[acm,apigateway]'
|
|
1350
1365
|
# or install annotations in sync with boto3 version
|
1351
1366
|
python -m pip install 'boto3-stubs[boto3]'
|
1352
1367
|
|
1353
|
-
|
1354
|
-
# or install all-in-one annotations for all services at once
|
1368
|
+
# or install all-in-one annotations for all services
|
1355
1369
|
python -m pip install 'boto3-stubs[full]'
|
1356
1370
|
|
1357
|
-
|
1358
|
-
|
1359
1371
|
# Lite version does not provide session.client/resource overloads
|
1360
1372
|
# it is more RAM-friendly, but requires explicit type annotations
|
1361
1373
|
python -m pip install 'boto3-stubs-lite[essential]'
|
1362
|
-
|
1363
1374
|
```
|
1364
1375
|
|
1365
1376
|
<a id="from-conda-forge"></a>
|
@@ -1380,8 +1391,7 @@ Once the `conda-forge` channel has been enabled, `boto3-stubs` and
|
|
1380
1391
|
conda install boto3-stubs boto3-stubs-essential
|
1381
1392
|
```
|
1382
1393
|
|
1383
|
-
|
1384
|
-
platform with:
|
1394
|
+
List all available versions of `boto3-stubs` available on your platform with:
|
1385
1395
|
|
1386
1396
|
```bash
|
1387
1397
|
conda search boto3-stubs --channel conda-forge
|
@@ -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
|
-
boto3_stubs-1.35.
|
42
|
-
boto3_stubs-1.35.
|
43
|
-
boto3_stubs-1.35.
|
44
|
-
boto3_stubs-1.35.
|
45
|
-
boto3_stubs-1.35.
|
41
|
+
boto3_stubs-1.35.77.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
42
|
+
boto3_stubs-1.35.77.dist-info/METADATA,sha256=3PFBy0DcOV-rDpNlU55TYlT4E6izHnDzj-DwHpJV9EE,148977
|
43
|
+
boto3_stubs-1.35.77.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
44
|
+
boto3_stubs-1.35.77.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.35.77.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|