mypy-boto3-dynamodb 1.35.94__tar.gz → 1.37.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.
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/PKG-INFO +25 -9
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/README.md +10 -6
- mypy_boto3_dynamodb-1.35.94/mypy_boto3_dynamodb/__init__.pyi → mypy_boto3_dynamodb-1.37.0/mypy_boto3_dynamodb/__init__.py +7 -2
- mypy_boto3_dynamodb-1.35.94/mypy_boto3_dynamodb/__init__.py → mypy_boto3_dynamodb-1.37.0/mypy_boto3_dynamodb/__init__.pyi +4 -5
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/__main__.py +4 -4
- mypy_boto3_dynamodb-1.35.94/mypy_boto3_dynamodb/client.pyi → mypy_boto3_dynamodb-1.37.0/mypy_boto3_dynamodb/client.py +113 -129
- mypy_boto3_dynamodb-1.35.94/mypy_boto3_dynamodb/client.py → mypy_boto3_dynamodb-1.37.0/mypy_boto3_dynamodb/client.pyi +110 -132
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/literals.py +4 -3
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/literals.pyi +4 -3
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/type_defs.py +219 -194
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/type_defs.pyi +211 -188
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/waiter.py +4 -4
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/waiter.pyi +4 -4
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/PKG-INFO +25 -9
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/setup.py +2 -2
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/paginator.py +2 -2
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/paginator.pyi +2 -2
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/service_resource.py +2 -2
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb/service_resource.pyi +2 -2
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy_boto3_dynamodb-1.35.94 → mypy_boto3_dynamodb-1.37.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
3
|
+
Version: 1.37.0
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.37.0 service generated with mypy-boto3-builder 8.9.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
|
|
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
|
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
34
46
|
|
|
35
47
|
<a id="mypy-boto3-dynamodb"></a>
|
|
36
48
|
|
|
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
|
|
|
43
55
|
|
|
44
56
|

|
|
45
57
|
|
|
46
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
58
|
+
Type annotations for [boto3 DynamoDB 1.37.0](https://pypi.org/project/boto3/)
|
|
47
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
65
|
|
|
54
66
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
68
|
|
|
57
69
|
More information can be found on
|
|
58
70
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -105,12 +117,12 @@ See how it helps you find and fix potential bugs:
|
|
|
105
117
|
### Generate locally (recommended)
|
|
106
118
|
|
|
107
119
|
You can generate type annotations for `boto3` package locally with
|
|
108
|
-
`
|
|
120
|
+
`mypy-boto3-builder`. Use
|
|
109
121
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
110
122
|
isolation.
|
|
111
123
|
|
|
112
124
|
1. Run mypy-boto3-builder in your package root directory:
|
|
113
|
-
`uvx --with 'boto3==1.
|
|
125
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
114
126
|
2. Select `boto3-stubs` AWS SDK.
|
|
115
127
|
3. Add `DynamoDB` service.
|
|
116
128
|
4. Use provided commands to install generated packages.
|
|
@@ -494,11 +506,14 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
494
506
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
495
507
|
|
|
496
508
|
```python
|
|
509
|
+
# TypedDict usage example
|
|
497
510
|
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
498
511
|
|
|
499
512
|
|
|
500
513
|
def get_value() -> ArchivalSummaryTypeDef:
|
|
501
|
-
return {
|
|
514
|
+
return {
|
|
515
|
+
"ArchivalDateTime": ...,
|
|
516
|
+
}
|
|
502
517
|
```
|
|
503
518
|
|
|
504
519
|
<a id="how-it-works"></a>
|
|
@@ -552,7 +567,8 @@ Builder changelog can be found in
|
|
|
552
567
|
## Versioning
|
|
553
568
|
|
|
554
569
|
`mypy-boto3-dynamodb` version is the same as related `boto3` version and
|
|
555
|
-
follows
|
|
570
|
+
follows
|
|
571
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
556
572
|
|
|
557
573
|
<a id="thank-you"></a>
|
|
558
574
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
12
|
+
Type annotations for [boto3 DynamoDB 1.37.0](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -71,12 +71,12 @@ See how it helps you find and fix potential bugs:
|
|
|
71
71
|
### Generate locally (recommended)
|
|
72
72
|
|
|
73
73
|
You can generate type annotations for `boto3` package locally with
|
|
74
|
-
`
|
|
74
|
+
`mypy-boto3-builder`. Use
|
|
75
75
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
76
76
|
isolation.
|
|
77
77
|
|
|
78
78
|
1. Run mypy-boto3-builder in your package root directory:
|
|
79
|
-
`uvx --with 'boto3==1.
|
|
79
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
80
80
|
2. Select `boto3-stubs` AWS SDK.
|
|
81
81
|
3. Add `DynamoDB` service.
|
|
82
82
|
4. Use provided commands to install generated packages.
|
|
@@ -460,11 +460,14 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
460
460
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
461
461
|
|
|
462
462
|
```python
|
|
463
|
+
# TypedDict usage example
|
|
463
464
|
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
464
465
|
|
|
465
466
|
|
|
466
467
|
def get_value() -> ArchivalSummaryTypeDef:
|
|
467
|
-
return {
|
|
468
|
+
return {
|
|
469
|
+
"ArchivalDateTime": ...,
|
|
470
|
+
}
|
|
468
471
|
```
|
|
469
472
|
|
|
470
473
|
<a id="how-it-works"></a>
|
|
@@ -518,7 +521,8 @@ Builder changelog can be found in
|
|
|
518
521
|
## Versioning
|
|
519
522
|
|
|
520
523
|
`mypy-boto3-dynamodb` version is the same as related `boto3` version and
|
|
521
|
-
follows
|
|
524
|
+
follows
|
|
525
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
522
526
|
|
|
523
527
|
<a id="thank-you"></a>
|
|
524
528
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for dynamodb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -33,8 +37,6 @@ Usage::
|
|
|
33
37
|
query_paginator: QueryPaginator = client.get_paginator("query")
|
|
34
38
|
scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
35
39
|
```
|
|
36
|
-
|
|
37
|
-
Copyright 2025 Vlad Emelianov
|
|
38
40
|
"""
|
|
39
41
|
|
|
40
42
|
from .client import DynamoDBClient
|
|
@@ -52,10 +54,13 @@ try:
|
|
|
52
54
|
except ImportError:
|
|
53
55
|
from builtins import object as DynamoDBServiceResource # type: ignore[assignment]
|
|
54
56
|
|
|
57
|
+
|
|
55
58
|
Client = DynamoDBClient
|
|
56
59
|
|
|
60
|
+
|
|
57
61
|
ServiceResource = DynamoDBServiceResource
|
|
58
62
|
|
|
63
|
+
|
|
59
64
|
__all__ = (
|
|
60
65
|
"Client",
|
|
61
66
|
"DynamoDBClient",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for dynamodb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -33,8 +37,6 @@ Usage::
|
|
|
33
37
|
query_paginator: QueryPaginator = client.get_paginator("query")
|
|
34
38
|
scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
35
39
|
```
|
|
36
|
-
|
|
37
|
-
Copyright 2025 Vlad Emelianov
|
|
38
40
|
"""
|
|
39
41
|
|
|
40
42
|
from .client import DynamoDBClient
|
|
@@ -52,13 +54,10 @@ try:
|
|
|
52
54
|
except ImportError:
|
|
53
55
|
from builtins import object as DynamoDBServiceResource # type: ignore[assignment]
|
|
54
56
|
|
|
55
|
-
|
|
56
57
|
Client = DynamoDBClient
|
|
57
58
|
|
|
58
|
-
|
|
59
59
|
ServiceResource = DynamoDBServiceResource
|
|
60
60
|
|
|
61
|
-
|
|
62
61
|
__all__ = (
|
|
63
62
|
"Client",
|
|
64
63
|
"DynamoDBClient",
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 DynamoDB 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 DynamoDB 1.37.0\n"
|
|
16
|
+
"Version: 1.37.0\n"
|
|
17
|
+
"Builder version: 8.9.2\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.37.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|