mypy-boto3-dynamodb 1.35.24__py3-none-any.whl → 1.35.54__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.
- mypy_boto3_dynamodb/__main__.py +4 -4
- mypy_boto3_dynamodb/literals.py +10 -7
- mypy_boto3_dynamodb/literals.pyi +10 -7
- mypy_boto3_dynamodb/paginator.py +1 -1
- mypy_boto3_dynamodb/paginator.pyi +1 -1
- mypy_boto3_dynamodb/service_resource.py +1 -1
- mypy_boto3_dynamodb/service_resource.pyi +1 -1
- mypy_boto3_dynamodb/type_defs.py +2079 -2556
- mypy_boto3_dynamodb/type_defs.pyi +1842 -2592
- mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.35.24.dist-info → mypy_boto3_dynamodb-1.35.54.dist-info}/METADATA +6 -5
- mypy_boto3_dynamodb-1.35.54.dist-info/RECORD +22 -0
- {mypy_boto3_dynamodb-1.35.24.dist-info → mypy_boto3_dynamodb-1.35.54.dist-info}/WHEEL +1 -1
- mypy_boto3_dynamodb-1.35.24.dist-info/RECORD +0 -22
- {mypy_boto3_dynamodb-1.35.24.dist-info → mypy_boto3_dynamodb-1.35.54.dist-info}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.35.24.dist-info → mypy_boto3_dynamodb-1.35.54.dist-info}/top_level.txt +0 -0
mypy_boto3_dynamodb/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.35.
|
|
3
|
+
Version: 1.35.54
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.35.54 service generated with mypy-boto3-builder 8.2.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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.DynamoDB 1.35.
|
|
47
|
+
[boto3.DynamoDB 1.35.54](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
56
|
+
[mypy-boto3-builder 8.2.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -191,7 +192,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
191
192
|
Install `boto3-stubs-lite[dynamodb]` in your environment:
|
|
192
193
|
|
|
193
194
|
```bash
|
|
194
|
-
python -m pip install 'boto3-stubs-lite[dynamodb]'
|
|
195
|
+
python -m pip install 'boto3-stubs-lite[dynamodb]'
|
|
195
196
|
```
|
|
196
197
|
|
|
197
198
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
mypy_boto3_dynamodb/__init__.py,sha256=4MPLwUMrXggGSAuIregEB9OPgK5lS38eH4VLQTv3RMk,1859
|
|
2
|
+
mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
3
|
+
mypy_boto3_dynamodb/__main__.py,sha256=15FTY87bOwPQzb97Fi9ZBrLHgs1gZwQ75Bk4GS2k2ks,922
|
|
4
|
+
mypy_boto3_dynamodb/client.py,sha256=7uJCyvnrXdbPYhaO7T09dHM6DNUuKwIDGga9_pQWCH4,43704
|
|
5
|
+
mypy_boto3_dynamodb/client.pyi,sha256=uFf_kU2QfKRMacM08sQbrQlb2nnxSsPLkTvlmdxQKV8,43700
|
|
6
|
+
mypy_boto3_dynamodb/literals.py,sha256=BaiE6IhRoVA3aTuiJoKEGYjqtH1IX9lx0LAeFzPK0pI,14175
|
|
7
|
+
mypy_boto3_dynamodb/literals.pyi,sha256=m0apXKCXchR5sTvOtfzSH3RI667mVbcVzkH8AmffKHE,14173
|
|
8
|
+
mypy_boto3_dynamodb/paginator.py,sha256=uUrrQbFJY75Lint9Z51fNOS1heWMXFcIqZTN7VMxTN0,6000
|
|
9
|
+
mypy_boto3_dynamodb/paginator.pyi,sha256=ZgjpIdY4x9saGD9bHDfEmCbJiJU4zYbRgGxYPcB4IL0,5987
|
|
10
|
+
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_dynamodb/service_resource.py,sha256=kecpSoq1436RErIdhUqUpaN3YLDRY0XghSoJyqdWruU,17161
|
|
12
|
+
mypy_boto3_dynamodb/service_resource.pyi,sha256=1gfpGlCsLk3WYTYsb11fFWnth6CImK1NPR5natIAyZg,17154
|
|
13
|
+
mypy_boto3_dynamodb/type_defs.py,sha256=5B4sBfMGJ-ayt6hpFR9yxdX4YefzfBJXoksEd3RAkNo,83355
|
|
14
|
+
mypy_boto3_dynamodb/type_defs.pyi,sha256=qZ9mn-D_5tsJDrTFekLl7yE9bPRj326bcCL0od9392M,83081
|
|
15
|
+
mypy_boto3_dynamodb/version.py,sha256=cLWvQh3w-Hmy-DvC_YfU4atSbz-CreL07O7Hrig1-3M,62
|
|
16
|
+
mypy_boto3_dynamodb/waiter.py,sha256=_uH-T4GRopvRbawdqtQqjOrJvwzPJwR_VJVaCk7xAeQ,2464
|
|
17
|
+
mypy_boto3_dynamodb/waiter.pyi,sha256=f2ClcbRIbbDzCu4v6kRyEPOaj9-V4woG3DdO9lMxGfk,2459
|
|
18
|
+
mypy_boto3_dynamodb-1.35.54.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
19
|
+
mypy_boto3_dynamodb-1.35.54.dist-info/METADATA,sha256=dnbofwFXhnCEHTD0jtXmXEV6B-PO7EskafFFg7NQih8,16271
|
|
20
|
+
mypy_boto3_dynamodb-1.35.54.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
21
|
+
mypy_boto3_dynamodb-1.35.54.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
+
mypy_boto3_dynamodb-1.35.54.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
mypy_boto3_dynamodb/__init__.py,sha256=4MPLwUMrXggGSAuIregEB9OPgK5lS38eH4VLQTv3RMk,1859
|
|
2
|
-
mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
3
|
-
mypy_boto3_dynamodb/__main__.py,sha256=1b7qmYYOjP6wfF95qDtIuEZbA7qytKaLyvzPOPaqpOI,922
|
|
4
|
-
mypy_boto3_dynamodb/client.py,sha256=7uJCyvnrXdbPYhaO7T09dHM6DNUuKwIDGga9_pQWCH4,43704
|
|
5
|
-
mypy_boto3_dynamodb/client.pyi,sha256=uFf_kU2QfKRMacM08sQbrQlb2nnxSsPLkTvlmdxQKV8,43700
|
|
6
|
-
mypy_boto3_dynamodb/literals.py,sha256=zp7uULpGnkbGov53Yu9d76yYj-tQXX7WCwv0kAzyB_U,14101
|
|
7
|
-
mypy_boto3_dynamodb/literals.pyi,sha256=PZw1azOeeW_24JwY-4wQZXLE966dt36ogA8Mo8vMWtg,14099
|
|
8
|
-
mypy_boto3_dynamodb/paginator.py,sha256=nb7BjjbBxetyDEhSgh-zPEdO0Fth7vTvMW0Y-0iSxac,6000
|
|
9
|
-
mypy_boto3_dynamodb/paginator.pyi,sha256=u6iqBfPyMeuj7PE7gkqsMyCmjmPEwvSXAR_TPd1v_wY,5987
|
|
10
|
-
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_dynamodb/service_resource.py,sha256=Zfr4ia6eSXzUUkw_eUn6Rh-n8Ndc3Eso7_vbHEx2BnI,17161
|
|
12
|
-
mypy_boto3_dynamodb/service_resource.pyi,sha256=P5JB2Aw2aNhU6B40TfqebMWMOjlAmYSlj4xSXQ_epd4,17154
|
|
13
|
-
mypy_boto3_dynamodb/type_defs.py,sha256=YhAyapNKqM2LaAWa1bHnBIZxeQKx50ggZ1GQwC7QMUg,101994
|
|
14
|
-
mypy_boto3_dynamodb/type_defs.pyi,sha256=r0SsCUDtafLpOS8CM4nxu2DkHs-YFpipmIXpJJxw9Yg,101993
|
|
15
|
-
mypy_boto3_dynamodb/version.py,sha256=ntwkEcDoYYxqzHPGgOyn9Tq_MzTgFl_7YNrM6LUp9no,62
|
|
16
|
-
mypy_boto3_dynamodb/waiter.py,sha256=_uH-T4GRopvRbawdqtQqjOrJvwzPJwR_VJVaCk7xAeQ,2464
|
|
17
|
-
mypy_boto3_dynamodb/waiter.pyi,sha256=f2ClcbRIbbDzCu4v6kRyEPOaj9-V4woG3DdO9lMxGfk,2459
|
|
18
|
-
mypy_boto3_dynamodb-1.35.24.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
19
|
-
mypy_boto3_dynamodb-1.35.24.dist-info/METADATA,sha256=C3YkAFidddwbUX08CuMTRm6kjn00o8Y2K4PvY2TowGY,16221
|
|
20
|
-
mypy_boto3_dynamodb-1.35.24.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
21
|
-
mypy_boto3_dynamodb-1.35.24.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
-
mypy_boto3_dynamodb-1.35.24.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_dynamodb-1.35.24.dist-info → mypy_boto3_dynamodb-1.35.54.dist-info}/top_level.txt
RENAMED
|
File without changes
|