mypy-boto3-dynamodb 1.28.36__tar.gz → 1.28.66__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.
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/PKG-INFO +5 -6
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/README.md +3 -4
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.py +1 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.pyi +1 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__main__.py +4 -3
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/client.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/client.py +117 -23
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/client.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/client.pyi +50 -27
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/literals.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.py +12 -0
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/literals.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.pyi +10 -2
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.py +1 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.pyi +1 -0
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/service_resource.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/service_resource.py +44 -8
- mypy-boto3-dynamodb-1.28.36/mypy_boto3_dynamodb/service_resource.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/service_resource.pyi +17 -13
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/type_defs.py +62 -44
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/type_defs.pyi +62 -44
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/version.py +2 -1
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.py +1 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.pyi +1 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/PKG-INFO +5 -6
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/setup.py +4 -3
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/LICENSE +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy-boto3-dynamodb-1.28.36 → mypy-boto3-dynamodb-1.28.66}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.28.
|
|
3
|
+
Version: 1.28.66
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.28.66 service generated with mypy-boto3-builder 7.19.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
|
|
@@ -42,7 +42,7 @@ License-File: LICENSE
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.DynamoDB 1.28.
|
|
45
|
+
[boto3.DynamoDB 1.28.66](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
52
|
|
|
53
53
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.19.0](https://github.com/youtype/mypy_boto3_builder).
|
|
55
55
|
|
|
56
56
|
More information can be found on
|
|
57
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -425,8 +425,7 @@ Full list of `DynamoDB` Literals can be found in
|
|
|
425
425
|
from mypy_boto3_dynamodb.literals import AttributeActionType
|
|
426
426
|
|
|
427
427
|
|
|
428
|
-
def check_value(value: AttributeActionType) -> bool:
|
|
429
|
-
...
|
|
428
|
+
def check_value(value: AttributeActionType) -> bool: ...
|
|
430
429
|
```
|
|
431
430
|
|
|
432
431
|
<a id="type-definitions"></a>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.28.
|
|
13
|
+
[boto3.DynamoDB 1.28.66](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.19.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -393,8 +393,7 @@ Full list of `DynamoDB` Literals can be found in
|
|
|
393
393
|
from mypy_boto3_dynamodb.literals import AttributeActionType
|
|
394
394
|
|
|
395
395
|
|
|
396
|
-
def check_value(value: AttributeActionType) -> bool:
|
|
397
|
-
...
|
|
396
|
+
def check_value(value: AttributeActionType) -> bool: ...
|
|
398
397
|
```
|
|
399
398
|
|
|
400
399
|
<a id="type-definitions"></a>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
"""
|
|
4
|
+
|
|
4
5
|
import sys
|
|
5
6
|
|
|
6
7
|
|
|
@@ -9,8 +10,8 @@ def print_info() -> None:
|
|
|
9
10
|
Print package info to stdout.
|
|
10
11
|
"""
|
|
11
12
|
print(
|
|
12
|
-
"Type annotations for boto3.DynamoDB 1.28.
|
|
13
|
-
" 7.
|
|
13
|
+
"Type annotations for boto3.DynamoDB 1.28.66\nVersion: 1.28.66\nBuilder version:"
|
|
14
|
+
" 7.19.0\nDocs: "
|
|
14
15
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\nBoto3 docs: "
|
|
15
16
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\nOther"
|
|
16
17
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +23,7 @@ def print_version() -> None:
|
|
|
22
23
|
"""
|
|
23
24
|
Print package version to stdout.
|
|
24
25
|
"""
|
|
25
|
-
print("1.28.
|
|
26
|
+
print("1.28.66")
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
def main() -> None:
|