boto3-stubs 1.35.63__py3-none-any.whl → 1.35.65__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.63
4
- Summary: Type annotations for boto3 1.35.63 generated with mypy-boto3-builder 8.2.1
3
+ Version: 1.35.65
4
+ Summary: Type annotations for boto3 1.35.65 generated with mypy-boto3-builder 8.3.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
@@ -512,8 +512,8 @@ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
512
512
  Provides-Extra: billingconductor
513
513
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
514
514
  Provides-Extra: boto3
515
- Requires-Dist: boto3==1.35.63; extra == "boto3"
516
- Requires-Dist: botocore==1.35.63; extra == "boto3"
515
+ Requires-Dist: boto3==1.35.65; extra == "boto3"
516
+ Requires-Dist: botocore==1.35.65; extra == "boto3"
517
517
  Provides-Extra: braket
518
518
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
519
519
  Provides-Extra: budgets
@@ -1231,15 +1231,14 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1231
1231
 
1232
1232
  # boto3-stubs
1233
1233
 
1234
- [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1235
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1234
+ [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1235
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1236
1236
  [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
1237
- [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pepy.tech/project/boto3-stubs)
1237
+ [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pypistats.org/packages/boto3-stubs)
1238
1238
 
1239
1239
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1240
1240
 
1241
- Type annotations for
1242
- [boto3 1.35.63](https://boto3.amazonaws.com/v1/documentation/api/1.35.63/index.html)
1241
+ Type annotations for [boto3 1.35.65](https://pypi.org/project/boto3/)
1243
1242
  compatible with [VSCode](https://code.visualstudio.com/),
1244
1243
  [PyCharm](https://www.jetbrains.com/pycharm/),
1245
1244
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1248,12 +1247,12 @@ compatible with [VSCode](https://code.visualstudio.com/),
1248
1247
  [pyright](https://github.com/microsoft/pyright) and other tools.
1249
1248
 
1250
1249
  Generated by
1251
- [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
1250
+ [mypy-boto3-builder 8.3.0](https://github.com/youtype/mypy_boto3_builder).
1252
1251
 
1253
1252
  More information can be found in
1254
1253
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
1255
1254
 
1256
- See how it helps to find and fix potential bugs:
1255
+ See how it helps you find and fix potential bugs:
1257
1256
 
1258
1257
  ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1259
1258
 
@@ -1390,16 +1389,31 @@ annotations required, write your `boto3` code as usual.
1390
1389
 
1391
1390
  ### PyCharm
1392
1391
 
1393
- Install `boto3-stubs-lite[essential]` in your environment:
1392
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
1393
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
1394
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
1395
+ > the issue is resolved.
1396
+
1397
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
1398
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
1399
+ > [pyright](https://github.com/microsoft/pyright) instead.
1400
+
1401
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
1402
+ > `boto3-stubs` with
1403
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
1394
1404
 
1395
1405
  ```bash
1396
- python -m pip install 'boto3-stubs-lite[essential]'
1406
+ pip uninstall boto3-stubs
1407
+ pip install boto3-stubs-lite
1397
1408
  ```
1398
1409
 
1399
- Both type checking and code completion should now work. Explicit type
1400
- annotations **are required**.
1410
+ Install `boto3-stubs[essential]` in your environment:
1411
+
1412
+ ```bash
1413
+ python -m pip install 'boto3-stubs[essential]'
1414
+ ```
1401
1415
 
1402
- Use `boto3-stubs` package instead for implicit type discovery.
1416
+ Both type checking and code completion should now work.
1403
1417
 
1404
1418
  <a id="emacs"></a>
1405
1419
 
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
39
39
  boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
40
40
  boto3-stubs/s3/transfer.pyi,sha256=L1Nix_RmkmgT-XCxkk6L2FAIwnJqXppLXc0UnHHnMjs,2516
41
- boto3_stubs-1.35.63.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.63.dist-info/METADATA,sha256=QVhC9HdFbUMMAONEN6bZuR1Sx5mm7LQjdwx6KcpaV5U,143892
43
- boto3_stubs-1.35.63.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
- boto3_stubs-1.35.63.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.63.dist-info/RECORD,,
41
+ boto3_stubs-1.35.65.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.65.dist-info/METADATA,sha256=N8rOea3_U2qjgDaunEhI_A6kjCL5C5wpYBsz2Tkva4c,144445
43
+ boto3_stubs-1.35.65.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
+ boto3_stubs-1.35.65.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.65.dist-info/RECORD,,