mypy-boto3-athena 1.42.3__tar.gz → 1.42.43__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.42.3 → mypy_boto3_athena-1.42.43}/LICENSE +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/PKG-INFO +4 -4
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/README.md +2 -2
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__init__.py +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__init__.pyi +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__main__.py +4 -4
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/client.py +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/client.pyi +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/literals.py +3 -2
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/literals.pyi +3 -2
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/paginator.py +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/paginator.pyi +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/type_defs.py +1 -1
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/type_defs.pyi +1 -1
- mypy_boto3_athena-1.42.43/mypy_boto3_athena/version.py +7 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/PKG-INFO +4 -4
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/pyproject.toml +3 -3
- mypy_boto3_athena-1.42.3/mypy_boto3_athena/version.py +0 -7
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/py.typed +0 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/requires.txt +0 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
- {mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-athena
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Athena 1.42.
|
|
3
|
+
Version: 1.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Athena 1.42.
|
|
45
|
+
Type annotations for [boto3 Athena 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.42.
|
|
107
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `Athena` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Athena 1.42.
|
|
12
|
+
Type annotations for [boto3 Athena 1.42.43](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.42.
|
|
74
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `Athena` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Athena 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 Athena 1.42.43\n"
|
|
16
|
+
"Version: 1.42.43\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#athena\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.42.
|
|
29
|
+
sys.stdout.write("1.42.43\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for athena service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -262,7 +262,6 @@ ServiceName = Literal[
|
|
|
262
262
|
"eks-auth",
|
|
263
263
|
"elasticache",
|
|
264
264
|
"elasticbeanstalk",
|
|
265
|
-
"elastictranscoder",
|
|
266
265
|
"elb",
|
|
267
266
|
"elbv2",
|
|
268
267
|
"emr",
|
|
@@ -527,6 +526,7 @@ ServiceName = Literal[
|
|
|
527
526
|
"waf-regional",
|
|
528
527
|
"wafv2",
|
|
529
528
|
"wellarchitected",
|
|
529
|
+
"wickr",
|
|
530
530
|
"wisdom",
|
|
531
531
|
"workdocs",
|
|
532
532
|
"workmail",
|
|
@@ -563,6 +563,7 @@ RegionName = Literal[
|
|
|
563
563
|
"ap-southeast-3",
|
|
564
564
|
"ap-southeast-4",
|
|
565
565
|
"ap-southeast-5",
|
|
566
|
+
"ap-southeast-6",
|
|
566
567
|
"ap-southeast-7",
|
|
567
568
|
"ca-central-1",
|
|
568
569
|
"ca-west-1",
|
|
@@ -3,7 +3,7 @@ Type annotations for athena service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -260,7 +260,6 @@ ServiceName = Literal[
|
|
|
260
260
|
"eks-auth",
|
|
261
261
|
"elasticache",
|
|
262
262
|
"elasticbeanstalk",
|
|
263
|
-
"elastictranscoder",
|
|
264
263
|
"elb",
|
|
265
264
|
"elbv2",
|
|
266
265
|
"emr",
|
|
@@ -525,6 +524,7 @@ ServiceName = Literal[
|
|
|
525
524
|
"waf-regional",
|
|
526
525
|
"wafv2",
|
|
527
526
|
"wellarchitected",
|
|
527
|
+
"wickr",
|
|
528
528
|
"wisdom",
|
|
529
529
|
"workdocs",
|
|
530
530
|
"workmail",
|
|
@@ -561,6 +561,7 @@ RegionName = Literal[
|
|
|
561
561
|
"ap-southeast-3",
|
|
562
562
|
"ap-southeast-4",
|
|
563
563
|
"ap-southeast-5",
|
|
564
|
+
"ap-southeast-6",
|
|
564
565
|
"ap-southeast-7",
|
|
565
566
|
"ca-central-1",
|
|
566
567
|
"ca-west-1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-athena
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Athena 1.42.
|
|
3
|
+
Version: 1.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Athena 1.42.
|
|
45
|
+
Type annotations for [boto3 Athena 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.42.
|
|
107
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `Athena` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for mypy-boto3-athena.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mypy-boto3-athena"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.43"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Athena 1.42.
|
|
10
|
+
description = "Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
File without changes
|
{mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy_boto3_athena-1.42.3 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|