types-boto3-dynamodb 1.40.44__py3-none-any.whl → 1.41.0__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.
- types_boto3_dynamodb/__main__.py +4 -4
- types_boto3_dynamodb/client.py +36 -40
- types_boto3_dynamodb/client.pyi +36 -40
- types_boto3_dynamodb/literals.py +4 -7
- types_boto3_dynamodb/literals.pyi +4 -7
- types_boto3_dynamodb/service_resource.py +9 -13
- types_boto3_dynamodb/service_resource.pyi +9 -13
- types_boto3_dynamodb/type_defs.py +110 -116
- types_boto3_dynamodb/type_defs.pyi +110 -116
- types_boto3_dynamodb/version.py +1 -1
- {types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/METADATA +11 -25
- types_boto3_dynamodb-1.41.0.dist-info/RECORD +22 -0
- types_boto3_dynamodb-1.40.44.dist-info/RECORD +0 -22
- {types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/WHEEL +0 -0
- {types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,dynamodb,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
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
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-dynamodb"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
45
|
+
Type annotations for [boto3 DynamoDB 1.41.0](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -122,7 +108,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
122
108
|
isolation.
|
|
123
109
|
|
|
124
110
|
1. Run mypy-boto3-builder in your package root directory:
|
|
125
|
-
`uvx --with 'boto3==1.
|
|
111
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
126
112
|
2. Select `boto3` AWS SDK.
|
|
127
113
|
3. Add `DynamoDB` service.
|
|
128
114
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
types_boto3_dynamodb/__init__.py,sha256=ZBO-3ULG66wH_yzzdXl422EifLzuATrq6kR6tDNnxQs,2092
|
|
2
|
+
types_boto3_dynamodb/__init__.pyi,sha256=XGRVsY9lNlWDBYxVOpvdLfoe1luub8AuBOiTwhM6bes,2089
|
|
3
|
+
types_boto3_dynamodb/__main__.py,sha256=1O84zEuwHua--YP3tNYQ8tlAhNwkmjpsVlaGCo6mPaA,986
|
|
4
|
+
types_boto3_dynamodb/client.py,sha256=Dt5IcVIBlJgeOJcLYNgwa71saVPQtMh6wXQQkfY-d1M,42692
|
|
5
|
+
types_boto3_dynamodb/client.pyi,sha256=X9aLePvQ4f3vzNDYJvBQRsV-2IcVa0atyLn6ieODH0c,42689
|
|
6
|
+
types_boto3_dynamodb/literals.py,sha256=yUosxeUao_JWrO7oGpai4Evn61xDjSDaHo7rPMyyTbo,15120
|
|
7
|
+
types_boto3_dynamodb/literals.pyi,sha256=NAK_Dp5xelp-GeDkLuTH3jgcrIItMJwM3TRTrjiDPZI,15118
|
|
8
|
+
types_boto3_dynamodb/paginator.py,sha256=oZ2wmLVV2seBjn_VO65rdSrb0CuTS8s_uZbr2-wH04Y,6942
|
|
9
|
+
types_boto3_dynamodb/paginator.pyi,sha256=aO4anFQGtr3QOlll-9MW7liKjxqfye4JMYOYVaV2T2g,6926
|
|
10
|
+
types_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_dynamodb/service_resource.py,sha256=7ZeBdLepGbWF5B7T1uykzOj44YQZIBAr8xTSPuv8IoE,17250
|
|
12
|
+
types_boto3_dynamodb/service_resource.pyi,sha256=0CtL_S0HLAHOWf2eH_Oc4vt5X38edqJJRqbhJwpNNbo,17243
|
|
13
|
+
types_boto3_dynamodb/type_defs.py,sha256=6N72ld0fG7310MgCv3TBN2lwusNWW5_DCBYVY7McoWo,86425
|
|
14
|
+
types_boto3_dynamodb/type_defs.pyi,sha256=bM28a7oIqrex5lKN3TUlvJDo2fAM_qcWbtFi414R568,86145
|
|
15
|
+
types_boto3_dynamodb/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
16
|
+
types_boto3_dynamodb/waiter.py,sha256=fO1bs9OQZo1fE_rrJJL_APQKNhs09xy6MDjx0VpLA7c,2642
|
|
17
|
+
types_boto3_dynamodb/waiter.pyi,sha256=kiS4o4KdVkaorJjgmwWAruStbd2hTtTl7C9Q1uqfB3c,2637
|
|
18
|
+
types_boto3_dynamodb-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
19
|
+
types_boto3_dynamodb-1.41.0.dist-info/METADATA,sha256=SwDsoudKNECPRqVx6--s2j04NGqgSe9__zTI06fzFFo,17559
|
|
20
|
+
types_boto3_dynamodb-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
types_boto3_dynamodb-1.41.0.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
|
|
22
|
+
types_boto3_dynamodb-1.41.0.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
types_boto3_dynamodb/__init__.py,sha256=ZBO-3ULG66wH_yzzdXl422EifLzuATrq6kR6tDNnxQs,2092
|
|
2
|
-
types_boto3_dynamodb/__init__.pyi,sha256=XGRVsY9lNlWDBYxVOpvdLfoe1luub8AuBOiTwhM6bes,2089
|
|
3
|
-
types_boto3_dynamodb/__main__.py,sha256=EM55U66-NF0mMeMeURqdAT69uq3RBnJh5FEKjqHOIR0,989
|
|
4
|
-
types_boto3_dynamodb/client.py,sha256=-Q6RbVFMOLNYmSahX0jwf9zrXSCFh_MhhDf6mXJe4oU,42808
|
|
5
|
-
types_boto3_dynamodb/client.pyi,sha256=mrax1sFKFqqO_RWZqzyFUgmzLdEwQhy6Gv_C2HHcJq0,42805
|
|
6
|
-
types_boto3_dynamodb/literals.py,sha256=I9elAhduIVqhWc6d8mpL-gBtfnzn26anWqtbRv5fheE,15162
|
|
7
|
-
types_boto3_dynamodb/literals.pyi,sha256=souQZ2Ojp69qKh0-mkFq1G1fG2dnE9cBxVypKHYUBXE,15160
|
|
8
|
-
types_boto3_dynamodb/paginator.py,sha256=oZ2wmLVV2seBjn_VO65rdSrb0CuTS8s_uZbr2-wH04Y,6942
|
|
9
|
-
types_boto3_dynamodb/paginator.pyi,sha256=aO4anFQGtr3QOlll-9MW7liKjxqfye4JMYOYVaV2T2g,6926
|
|
10
|
-
types_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_dynamodb/service_resource.py,sha256=aAzydWqubue5F7akpYNE1KK0I2IAVtTzTt-nCpWK2y0,17377
|
|
12
|
-
types_boto3_dynamodb/service_resource.pyi,sha256=MFU5YbMaJZUPClexw_chGbOzQM2MUSSw_Q6rmtaGGqc,17370
|
|
13
|
-
types_boto3_dynamodb/type_defs.py,sha256=dvOOLo0V5_EwDE-k24V_Kx6xERm6l1N1XrPy_UHcCis,86636
|
|
14
|
-
types_boto3_dynamodb/type_defs.pyi,sha256=QWpaz3Cq40VwvPJKHXTVBWkFc_rzPlaejn7Foqjz_uA,86356
|
|
15
|
-
types_boto3_dynamodb/version.py,sha256=kDJi5wcZffHeBX55FGelufMNO-0sItJghTklsU0sljA,93
|
|
16
|
-
types_boto3_dynamodb/waiter.py,sha256=fO1bs9OQZo1fE_rrJJL_APQKNhs09xy6MDjx0VpLA7c,2642
|
|
17
|
-
types_boto3_dynamodb/waiter.pyi,sha256=kiS4o4KdVkaorJjgmwWAruStbd2hTtTl7C9Q1uqfB3c,2637
|
|
18
|
-
types_boto3_dynamodb-1.40.44.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
19
|
-
types_boto3_dynamodb-1.40.44.dist-info/METADATA,sha256=ne7tDoDi4mNml069nEo9OkKaTPHHEqGzCSdbjRE46dg,17894
|
|
20
|
-
types_boto3_dynamodb-1.40.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
-
types_boto3_dynamodb-1.40.44.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
|
|
22
|
-
types_boto3_dynamodb-1.40.44.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_dynamodb-1.40.44.dist-info → types_boto3_dynamodb-1.41.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|