mypy-boto3-dynamodb 1.36.0__tar.gz → 1.37.12__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.
Files changed (28) hide show
  1. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/PKG-INFO +12 -8
  2. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/README.md +10 -6
  3. mypy_boto3_dynamodb-1.36.0/mypy_boto3_dynamodb/__init__.pyi → mypy_boto3_dynamodb-1.37.12/mypy_boto3_dynamodb/__init__.py +7 -2
  4. mypy_boto3_dynamodb-1.36.0/mypy_boto3_dynamodb/__init__.py → mypy_boto3_dynamodb-1.37.12/mypy_boto3_dynamodb/__init__.pyi +4 -5
  5. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/__main__.py +4 -4
  6. mypy_boto3_dynamodb-1.36.0/mypy_boto3_dynamodb/client.pyi → mypy_boto3_dynamodb-1.37.12/mypy_boto3_dynamodb/client.py +113 -129
  7. mypy_boto3_dynamodb-1.36.0/mypy_boto3_dynamodb/client.py → mypy_boto3_dynamodb-1.37.12/mypy_boto3_dynamodb/client.pyi +110 -132
  8. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/literals.py +4 -3
  9. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/literals.pyi +4 -3
  10. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/type_defs.py +219 -194
  11. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/type_defs.pyi +211 -188
  12. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/version.py +1 -1
  13. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/waiter.py +4 -4
  14. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/waiter.pyi +4 -4
  15. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/PKG-INFO +12 -8
  16. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/setup.py +2 -2
  17. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/LICENSE +0 -0
  18. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/paginator.py +2 -2
  19. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/paginator.pyi +2 -2
  20. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/py.typed +0 -0
  21. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/service_resource.py +2 -2
  22. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb/service_resource.pyi +2 -2
  23. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  24. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  25. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
  26. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
  27. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
  28. {mypy_boto3_dynamodb-1.36.0 → mypy_boto3_dynamodb-1.37.12}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 DynamoDB 1.36.0 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.37.12
4
+ Summary: Type annotations for boto3 DynamoDB 1.37.12 service generated with mypy-boto3-builder 8.10.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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 DynamoDB 1.36.0](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 DynamoDB 1.37.12](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
64
64
  [pyright](https://github.com/microsoft/pyright) and other tools.
65
65
 
66
66
  Generated with
67
- [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
67
+ [mypy-boto3-builder 8.10.0](https://github.com/youtype/mypy_boto3_builder).
68
68
 
69
69
  More information can be found on
70
70
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -117,12 +117,12 @@ See how it helps you find and fix potential bugs:
117
117
  ### Generate locally (recommended)
118
118
 
119
119
  You can generate type annotations for `boto3` package locally with
120
- `mypy_boto3_builder`. Use
120
+ `mypy-boto3-builder`. Use
121
121
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
122
122
  isolation.
123
123
 
124
124
  1. Run mypy-boto3-builder in your package root directory:
125
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
125
+ `uvx --with 'boto3==1.37.12' mypy-boto3-builder`
126
126
  2. Select `boto3-stubs` AWS SDK.
127
127
  3. Add `DynamoDB` service.
128
128
  4. Use provided commands to install generated packages.
@@ -506,11 +506,14 @@ Full list of `DynamoDB` TypeDefs can be found in
506
506
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
507
507
 
508
508
  ```python
509
+ # TypedDict usage example
509
510
  from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
510
511
 
511
512
 
512
513
  def get_value() -> ArchivalSummaryTypeDef:
513
- return {...}
514
+ return {
515
+ "ArchivalDateTime": ...,
516
+ }
514
517
  ```
515
518
 
516
519
  <a id="how-it-works"></a>
@@ -564,7 +567,8 @@ Builder changelog can be found in
564
567
  ## Versioning
565
568
 
566
569
  `mypy-boto3-dynamodb` version is the same as related `boto3` version and
567
- follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
570
+ follows
571
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
568
572
 
569
573
  <a id="thank-you"></a>
570
574
 
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 DynamoDB 1.36.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 DynamoDB 1.37.12](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.8.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.10.0](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
- `mypy_boto3_builder`. Use
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.36.0' mypy_boto3_builder`
79
+ `uvx --with 'boto3==1.37.12' 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 [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
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.36.0\n"
16
- "Version: 1.36.0\n"
17
- "Builder version: 8.8.0\n"
15
+ "Type annotations for boto3 DynamoDB 1.37.12\n"
16
+ "Version: 1.37.12\n"
17
+ "Builder version: 8.10.0\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.36.0\n")
29
+ sys.stdout.write("1.37.12\n")
30
30
 
31
31
 
32
32
  def main() -> None: