mypy-boto3-athena 1.28.36__tar.gz → 1.29.3__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 (24) hide show
  1. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/PKG-INFO +6 -6
  2. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/README.md +3 -4
  3. mypy-boto3-athena-1.28.36/mypy_boto3_athena/__init__.pyi → mypy-boto3-athena-1.29.3/mypy_boto3_athena/__init__.py +2 -0
  4. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena/__main__.py +4 -3
  5. mypy-boto3-athena-1.28.36/mypy_boto3_athena/client.pyi → mypy-boto3-athena-1.29.3/mypy_boto3_athena/client.py +115 -17
  6. mypy-boto3-athena-1.28.36/mypy_boto3_athena/client.py → mypy-boto3-athena-1.29.3/mypy_boto3_athena/client.pyi +33 -21
  7. mypy-boto3-athena-1.28.36/mypy_boto3_athena/literals.pyi → mypy-boto3-athena-1.29.3/mypy_boto3_athena/literals.py +10 -2
  8. mypy-boto3-athena-1.28.36/mypy_boto3_athena/literals.py → mypy-boto3-athena-1.29.3/mypy_boto3_athena/literals.pyi +8 -4
  9. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena/paginator.py +1 -0
  10. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena/paginator.pyi +1 -0
  11. mypy-boto3-athena-1.28.36/mypy_boto3_athena/type_defs.pyi → mypy-boto3-athena-1.29.3/mypy_boto3_athena/type_defs.py +4 -181
  12. mypy-boto3-athena-1.28.36/mypy_boto3_athena/type_defs.py → mypy-boto3-athena-1.29.3/mypy_boto3_athena/type_defs.pyi +3 -182
  13. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena/version.py +2 -1
  14. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/PKG-INFO +6 -6
  15. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/setup.py +4 -2
  16. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/LICENSE +0 -0
  17. mypy-boto3-athena-1.28.36/mypy_boto3_athena/__init__.py → mypy-boto3-athena-1.29.3/mypy_boto3_athena/__init__.pyi +1 -1
  18. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena/py.typed +0 -0
  19. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
  20. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
  21. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/not-zip-safe +0 -0
  22. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/requires.txt +0 -0
  23. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
  24. {mypy-boto3-athena-1.28.36 → mypy-boto3-athena-1.29.3}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-athena
3
- Version: 1.28.36
4
- Summary: Type annotations for boto3.Athena 1.28.36 service generated with mypy-boto3-builder 7.18.0
3
+ Version: 1.29.3
4
+ Summary: Type annotations for boto3.Athena 1.29.3 service generated with mypy-boto3-builder 7.20.3
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.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Typed
@@ -42,7 +43,7 @@ License-File: LICENSE
42
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
44
 
44
45
  Type annotations for
45
- [boto3.Athena 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena)
46
+ [boto3.Athena 1.29.3](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena)
46
47
  service compatible with [VSCode](https://code.visualstudio.com/),
47
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
51
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
52
53
 
53
54
  Generated by
54
- [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
55
56
 
56
57
  More information can be found on
57
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -325,8 +326,7 @@ Full list of `Athena` Literals can be found in
325
326
  from mypy_boto3_athena.literals import CalculationExecutionStateType
326
327
 
327
328
 
328
- def check_value(value: CalculationExecutionStateType) -> bool:
329
- ...
329
+ def check_value(value: CalculationExecutionStateType) -> bool: ...
330
330
  ```
331
331
 
332
332
  <a id="type-definitions"></a>
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Athena 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena)
13
+ [boto3.Athena 1.29.3](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 7.18.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.20.3](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
@@ -293,8 +293,7 @@ Full list of `Athena` Literals can be found in
293
293
  from mypy_boto3_athena.literals import CalculationExecutionStateType
294
294
 
295
295
 
296
- def check_value(value: CalculationExecutionStateType) -> bool:
297
- ...
296
+ def check_value(value: CalculationExecutionStateType) -> bool: ...
298
297
  ```
299
298
 
300
299
  <a id="type-definitions"></a>
@@ -29,6 +29,7 @@ Usage::
29
29
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
30
30
  ```
31
31
  """
32
+
32
33
  from .client import AthenaClient
33
34
  from .paginator import (
34
35
  GetQueryResultsPaginator,
@@ -42,6 +43,7 @@ from .paginator import (
42
43
 
43
44
  Client = AthenaClient
44
45
 
46
+
45
47
  __all__ = (
46
48
  "AthenaClient",
47
49
  "Client",
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
  """
4
+
4
5
  import sys
5
6
 
6
7
 
@@ -9,8 +10,8 @@ def print_info() -> None:
9
10
  Print package info to stdout.
10
11
  """
11
12
  print(
12
- "Type annotations for boto3.Athena 1.28.36\nVersion: 1.28.36\nBuilder version:"
13
- " 7.18.0\nDocs: "
13
+ "Type annotations for boto3.Athena 1.29.3\nVersion: 1.29.3\nBuilder version:"
14
+ " 7.20.3\nDocs: "
14
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena//\nBoto3 docs: "
15
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena\nOther"
16
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -22,7 +23,7 @@ def print_version() -> None:
22
23
  """
23
24
  Print package version to stdout.
24
25
  """
25
- print("1.28.36")
26
+ print("1.29.3")
26
27
 
27
28
 
28
29
  def main() -> None: