boto3-stubs 1.26.163__tar.gz → 1.27.0__tar.gz
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 boto3-stubs might be problematic. Click here for more details.
- {boto3-stubs-1.26.163/boto3_stubs.egg-info → boto3-stubs-1.27.0}/PKG-INFO +3 -3
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/README.md +1 -1
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0/boto3_stubs.egg-info}/PKG-INFO +3 -3
- boto3-stubs-1.27.0/boto3_stubs.egg-info/requires.txt +1420 -0
- boto3-stubs-1.27.0/setup.py +784 -0
- boto3-stubs-1.26.163/boto3_stubs.egg-info/requires.txt +0 -1420
- boto3-stubs-1.26.163/setup.py +0 -784
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/LICENSE +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/compat.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/docs/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/docs/utils.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/dynamodb/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/dynamodb/conditions.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/dynamodb/table.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/dynamodb/transform.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/dynamodb/types.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/ec2/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/ec2/createtags.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/ec2/deletetags.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/exceptions.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/py.typed +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/action.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/base.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/collection.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/factory.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/model.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/params.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/resources/response.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/s3/__init__.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/s3/inject.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/s3/transfer.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/session.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3-stubs/utils.pyi +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3_stubs.egg-info/SOURCES.txt +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3_stubs.egg-info/dependency_links.txt +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3_stubs.egg-info/not-zip-safe +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/boto3_stubs.egg-info/top_level.txt +0 -0
- {boto3-stubs-1.26.163 → boto3-stubs-1.27.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3-stubs
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 1.
|
|
3
|
+
Version: 1.27.0
|
|
4
|
+
Summary: Type annotations for boto3 1.27.0 generated with mypy-boto3-builder 7.14.5
|
|
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
|
|
@@ -395,7 +395,7 @@ License-File: LICENSE
|
|
|
395
395
|

|
|
396
396
|
|
|
397
397
|
Type annotations for
|
|
398
|
-
[boto3 1.
|
|
398
|
+
[boto3 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/1.27.0/index.html)
|
|
399
399
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
400
400
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
401
401
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 1.
|
|
13
|
+
[boto3 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/1.27.0/index.html)
|
|
14
14
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3-stubs
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 1.
|
|
3
|
+
Version: 1.27.0
|
|
4
|
+
Summary: Type annotations for boto3 1.27.0 generated with mypy-boto3-builder 7.14.5
|
|
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
|
|
@@ -395,7 +395,7 @@ License-File: LICENSE
|
|
|
395
395
|

|
|
396
396
|
|
|
397
397
|
Type annotations for
|
|
398
|
-
[boto3 1.
|
|
398
|
+
[boto3 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/1.27.0/index.html)
|
|
399
399
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
400
400
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
401
401
|
[Emacs](https://www.gnu.org/software/emacs/),
|