types-boto3-batch 1.40.54__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_batch/__main__.py +4 -4
- types_boto3_batch/client.py +16 -21
- types_boto3_batch/client.pyi +16 -21
- types_boto3_batch/literals.py +4 -7
- types_boto3_batch/literals.pyi +4 -7
- types_boto3_batch/type_defs.py +118 -123
- types_boto3_batch/type_defs.pyi +118 -123
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.40.54.dist-info → types_boto3_batch-1.41.0.dist-info}/METADATA +11 -25
- types_boto3_batch-1.41.0.dist-info/RECORD +18 -0
- types_boto3_batch-1.40.54.dist-info/RECORD +0 -18
- {types_boto3_batch-1.40.54.dist-info → types_boto3_batch-1.41.0.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.40.54.dist-info → types_boto3_batch-1.41.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_batch-1.40.54.dist-info → types_boto3_batch-1.41.0.dist-info}/top_level.txt +0 -0
types_boto3_batch/version.py
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 Batch 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_batch/
|
|
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,batch,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-batch"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 Batch 1.
|
|
45
|
+
Type annotations for [boto3 Batch 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
|
|
@@ -118,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
104
|
isolation.
|
|
119
105
|
|
|
120
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
122
108
|
2. Select `boto3` AWS SDK.
|
|
123
109
|
3. Add `Batch` service.
|
|
124
110
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
|
|
2
|
+
types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=xunLJ-_gKjUGKWfbkeYwBDAq207BPFdc2aaOhE3nIxw,974
|
|
4
|
+
types_boto3_batch/client.py,sha256=CLXEcOxpClBg1Apad1bsTdqyqqAmFhvomVIBOptxk7g,29821
|
|
5
|
+
types_boto3_batch/client.pyi,sha256=J_rnnZLTB0YPDicwVGEb7SXMrNwavixn4GKzDUYAnzE,29818
|
|
6
|
+
types_boto3_batch/literals.py,sha256=4kwmrKFMwD728Vxw8oiSVOZQD2LoeRY5Md62nAhRBaY,14089
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=drTGo_voey0-6uJcNfzKtF90r8Mezut1sSkxhIRvC4w,14087
|
|
8
|
+
types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
|
|
9
|
+
types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
|
|
10
|
+
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_batch/type_defs.py,sha256=JjliKOLhHIEH4dUgbe1uWwN1xOJpb0AZz3KTnhO-B7o,63461
|
|
12
|
+
types_boto3_batch/type_defs.pyi,sha256=P0AgGj8-dPdwWUN7LMuLVx4HO8GhER3czlsPdm_4zEc,63243
|
|
13
|
+
types_boto3_batch/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
14
|
+
types_boto3_batch-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_batch-1.41.0.dist-info/METADATA,sha256=3Pf9oHI1DPb11iRx8T1lEIdYIkdpOat0QS_iV6yYqAA,15789
|
|
16
|
+
types_boto3_batch-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_batch-1.41.0.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.41.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
|
|
2
|
-
types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=s7yHbgUhK6P1vsjmLLRL_s8kJv4XDTG2Uc8H4sPerUc,977
|
|
4
|
-
types_boto3_batch/client.py,sha256=jACnUVoBHkF9MpgSQhGqFwVrPTJKZN0VPwBnVI3qgtU,29981
|
|
5
|
-
types_boto3_batch/client.pyi,sha256=yKHHmiJ930VziSb2E6AefDmIMNLdKtbh_qB16aXSceg,29978
|
|
6
|
-
types_boto3_batch/literals.py,sha256=jx0NTVycSGqJguxCKcUTFebZBMUytRWOTPwEIvILWUU,14131
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=Co_DGcQCfsKqLRCsKUOoAQCa5P3Jp3xSHZNqW6LaUsE,14129
|
|
8
|
-
types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
|
|
9
|
-
types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
|
|
10
|
-
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_batch/type_defs.py,sha256=-M-zfLjBJjKGnb9BdoXUdArrFcteM9YdUKuXcoHYaR8,63631
|
|
12
|
-
types_boto3_batch/type_defs.pyi,sha256=qmDIpuTD8AwqXuY18NrPOii5o-TK463X3mXsav2Ndwk,63413
|
|
13
|
-
types_boto3_batch/version.py,sha256=GE5sQ7rzQfq5K00iHgZv67oDv1I2tyLbIUfw98ORj2g,93
|
|
14
|
-
types_boto3_batch-1.40.54.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_batch-1.40.54.dist-info/METADATA,sha256=-YI7d8dS_8wi9relSCUvaIwalqr_0kLUXPVQk21oKS8,16124
|
|
16
|
-
types_boto3_batch-1.40.54.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_batch-1.40.54.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
-
types_boto3_batch-1.40.54.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|