mypy-boto3-athena 1.35.0__tar.gz → 1.35.25__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_athena-1.35.0 → mypy_boto3_athena-1.35.25}/PKG-INFO +7 -8
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/README.md +5 -6
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/__init__.py +1 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/__main__.py +4 -4
- mypy_boto3_athena-1.35.0/mypy_boto3_athena/client.pyi → mypy_boto3_athena-1.35.25/mypy_boto3_athena/client.py +182 -181
- mypy_boto3_athena-1.35.0/mypy_boto3_athena/client.py → mypy_boto3_athena-1.35.25/mypy_boto3_athena/client.pyi +178 -184
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/literals.py +50 -2
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/literals.pyi +48 -2
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/paginator.py +22 -18
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/paginator.pyi +20 -25
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/type_defs.py +68 -55
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/type_defs.pyi +67 -55
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/version.py +1 -1
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/PKG-INFO +7 -8
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/setup.py +2 -2
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/LICENSE +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/__init__.pyi +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena/py.typed +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/not-zip-safe +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/requires.txt +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
- {mypy_boto3_athena-1.35.0 → mypy_boto3_athena-1.35.25}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-athena
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3.Athena 1.35.
|
|
3
|
+
Version: 1.35.25
|
|
4
|
+
Summary: Type annotations for boto3.Athena 1.35.25 service generated with mypy-boto3-builder 8.1.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Athena 1.35.
|
|
46
|
+
[boto3.Athena 1.35.25](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder
|
|
55
|
+
[mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -230,7 +230,7 @@ should work.
|
|
|
230
230
|
- Install `boto3-stubs[athena]` in your environment:
|
|
231
231
|
|
|
232
232
|
```bash
|
|
233
|
-
python -m pip install 'boto3-stubs[athena]'
|
|
233
|
+
python -m pip install 'boto3-stubs[athena]'
|
|
234
234
|
```
|
|
235
235
|
|
|
236
236
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -247,7 +247,7 @@ your `boto3` code as usual.
|
|
|
247
247
|
python -m pip install 'boto3-stubs[athena]'
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
250
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
251
251
|
|
|
252
252
|
Type checking should now work. No explicit type annotations required, write
|
|
253
253
|
your `boto3` code as usual.
|
|
@@ -361,8 +361,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
361
361
|
annotations extracted from `botocore` schemas.
|
|
362
362
|
- Type annotations include up-to-date documentation.
|
|
363
363
|
- Link to documentation is provided for every method.
|
|
364
|
-
- Code is processed by [
|
|
365
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
364
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
366
365
|
|
|
367
366
|
<a id="what's-new"></a>
|
|
368
367
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Athena 1.35.
|
|
13
|
+
[boto3.Athena 1.35.25](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder
|
|
22
|
+
[mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -197,7 +197,7 @@ should work.
|
|
|
197
197
|
- Install `boto3-stubs[athena]` in your environment:
|
|
198
198
|
|
|
199
199
|
```bash
|
|
200
|
-
python -m pip install 'boto3-stubs[athena]'
|
|
200
|
+
python -m pip install 'boto3-stubs[athena]'
|
|
201
201
|
```
|
|
202
202
|
|
|
203
203
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -214,7 +214,7 @@ your `boto3` code as usual.
|
|
|
214
214
|
python -m pip install 'boto3-stubs[athena]'
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
217
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
218
218
|
|
|
219
219
|
Type checking should now work. No explicit type annotations required, write
|
|
220
220
|
your `boto3` code as usual.
|
|
@@ -328,8 +328,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
328
328
|
annotations extracted from `botocore` schemas.
|
|
329
329
|
- Type annotations include up-to-date documentation.
|
|
330
330
|
- Link to documentation is provided for every method.
|
|
331
|
-
- Code is processed by [
|
|
332
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
331
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
333
332
|
|
|
334
333
|
<a id="what's-new"></a>
|
|
335
334
|
|
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.Athena 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version:
|
|
13
|
+
"Type annotations for boto3.Athena 1.35.25\n"
|
|
14
|
+
"Version: 1.35.25\n"
|
|
15
|
+
"Builder version: 8.1.2\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.25")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|