types-boto3-quicksight 1.35.74__tar.gz → 1.35.93__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.
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/LICENSE +1 -1
- {types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info → types_boto3_quicksight-1.35.93}/PKG-INFO +22 -8
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/README.md +19 -5
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/setup.py +4 -6
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__init__.py +1 -1
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__init__.pyi +1 -1
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__main__.py +9 -8
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/client.py +118 -89
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/client.pyi +118 -88
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/literals.py +5 -2
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/literals.pyi +5 -2
- types_boto3_quicksight-1.35.74/types_boto3_quicksight/paginator.pyi → types_boto3_quicksight-1.35.93/types_boto3_quicksight/paginator.py +463 -194
- types_boto3_quicksight-1.35.74/types_boto3_quicksight/paginator.py → types_boto3_quicksight-1.35.93/types_boto3_quicksight/paginator.pyi +324 -234
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/type_defs.py +164 -131
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/type_defs.pyi +158 -129
- types_boto3_quicksight-1.35.93/types_boto3_quicksight/version.py +7 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93/types_boto3_quicksight.egg-info}/PKG-INFO +22 -8
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/requires.txt +1 -1
- types_boto3_quicksight-1.35.74/types_boto3_quicksight/version.py +0 -7
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/setup.cfg +0 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/py.typed +0 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/SOURCES.txt +0 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/dependency_links.txt +0 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/not-zip-safe +0 -0
- {types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: types-boto3-quicksight
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 QuickSight 1.35.
|
3
|
+
Version: 1.35.93
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.35.93 service generated with mypy-boto3-builder 8.8.0
|
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
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
30
30
|
Requires-Python: >=3.8
|
31
31
|
Description-Content-Type: text/markdown
|
32
32
|
License-File: LICENSE
|
33
|
-
Requires-Dist: typing-extensions
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
34
34
|
|
35
35
|
<a id="types-boto3-quicksight"></a>
|
36
36
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
44
44
|

|
45
45
|
|
46
46
|
Type annotations for
|
47
|
-
[boto3 QuickSight 1.35.
|
47
|
+
[boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -52,8 +52,8 @@ Type annotations for
|
|
52
52
|
[mypy](https://github.com/python/mypy),
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
54
54
|
|
55
|
-
Generated
|
56
|
-
[mypy-boto3-builder 8.
|
55
|
+
Generated with
|
56
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
57
57
|
|
58
58
|
More information can be found on
|
59
59
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -65,6 +65,7 @@ See how it helps you find and fix potential bugs:
|
|
65
65
|
|
66
66
|
- [types-boto3-quicksight](#types-boto3-quicksight)
|
67
67
|
- [How to install](#how-to-install)
|
68
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
68
69
|
- [VSCode extension](#vscode-extension)
|
69
70
|
- [From PyPI with pip](#from-pypi-with-pip)
|
70
71
|
- [How to uninstall](#how-to-uninstall)
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
95
96
|
|
96
97
|
## How to install
|
97
98
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
100
|
+
|
101
|
+
### Generate locally (recommended)
|
102
|
+
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
104
|
+
`mypy_boto3_builder`. Use
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
106
|
+
isolation.
|
107
|
+
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
109
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
110
|
+
2. Select `boto3` AWS SDK.
|
111
|
+
3. Add `QuickSight` service.
|
112
|
+
4. Use provided commands to install generated packages.
|
113
|
+
|
98
114
|
<a id="vscode-extension"></a>
|
99
115
|
|
100
116
|
### VSCode extension
|
@@ -115,12 +131,10 @@ Install `types-boto3` for `QuickSight` service.
|
|
115
131
|
# install with boto3 type annotations
|
116
132
|
python -m pip install 'types-boto3[quicksight]'
|
117
133
|
|
118
|
-
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
121
136
|
python -m pip install 'types-boto3-lite[quicksight]'
|
122
137
|
|
123
|
-
|
124
138
|
# standalone installation
|
125
139
|
python -m pip install types-boto3-quicksight
|
126
140
|
```
|
@@ -10,7 +10,7 @@
|
|
10
10
|

|
11
11
|
|
12
12
|
Type annotations for
|
13
|
-
[boto3 QuickSight 1.35.
|
13
|
+
[boto3 QuickSight 1.35.93](https://pypi.org/project/boto3/) compatible with
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -18,8 +18,8 @@ Type annotations for
|
|
18
18
|
[mypy](https://github.com/python/mypy),
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
20
20
|
|
21
|
-
Generated
|
22
|
-
[mypy-boto3-builder 8.
|
21
|
+
Generated with
|
22
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
23
23
|
|
24
24
|
More information can be found on
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -31,6 +31,7 @@ See how it helps you find and fix potential bugs:
|
|
31
31
|
|
32
32
|
- [types-boto3-quicksight](#types-boto3-quicksight)
|
33
33
|
- [How to install](#how-to-install)
|
34
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
34
35
|
- [VSCode extension](#vscode-extension)
|
35
36
|
- [From PyPI with pip](#from-pypi-with-pip)
|
36
37
|
- [How to uninstall](#how-to-uninstall)
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
61
62
|
|
62
63
|
## How to install
|
63
64
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
66
|
+
|
67
|
+
### Generate locally (recommended)
|
68
|
+
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
70
|
+
`mypy_boto3_builder`. Use
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
72
|
+
isolation.
|
73
|
+
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
75
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
76
|
+
2. Select `boto3` AWS SDK.
|
77
|
+
3. Add `QuickSight` service.
|
78
|
+
4. Use provided commands to install generated packages.
|
79
|
+
|
64
80
|
<a id="vscode-extension"></a>
|
65
81
|
|
66
82
|
### VSCode extension
|
@@ -81,12 +97,10 @@ Install `types-boto3` for `QuickSight` service.
|
|
81
97
|
# install with boto3 type annotations
|
82
98
|
python -m pip install 'types-boto3[quicksight]'
|
83
99
|
|
84
|
-
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
87
102
|
python -m pip install 'types-boto3-lite[quicksight]'
|
88
103
|
|
89
|
-
|
90
104
|
# standalone installation
|
91
105
|
python -m pip install types-boto3-quicksight
|
92
106
|
```
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"""
|
2
2
|
Setup script for types-boto3-quicksight.
|
3
3
|
|
4
|
-
Copyright
|
4
|
+
Copyright 2025 Vlad Emelianov
|
5
5
|
"""
|
6
6
|
|
7
7
|
from pathlib import Path
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
13
13
|
|
14
14
|
setup(
|
15
15
|
name="types-boto3-quicksight",
|
16
|
-
version="1.35.
|
16
|
+
version="1.35.93",
|
17
17
|
packages=["types_boto3_quicksight"],
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
19
19
|
license="MIT License",
|
20
20
|
author="Vlad Emelianov",
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
22
|
-
description="Type annotations for boto3 QuickSight 1.35.
|
22
|
+
description="Type annotations for boto3 QuickSight 1.35.93 service generated with mypy-boto3-builder 8.8.0",
|
23
23
|
classifiers=[
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
25
25
|
"Intended Audience :: Developers",
|
@@ -49,8 +49,6 @@ setup(
|
|
49
49
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
50
50
|
"Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
|
51
51
|
},
|
52
|
-
install_requires=[
|
53
|
-
'typing-extensions>=4.1.0; python_version<"3.12"',
|
54
|
-
],
|
52
|
+
install_requires=['typing-extensions; python_version<"3.12"'],
|
55
53
|
zip_safe=False,
|
56
54
|
)
|
{types_boto3_quicksight-1.35.74 → types_boto3_quicksight-1.35.93}/types_boto3_quicksight/__main__.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
"""
|
2
2
|
Main CLI entrypoint.
|
3
3
|
|
4
|
-
Copyright
|
4
|
+
Copyright 2025 Vlad Emelianov
|
5
5
|
"""
|
6
6
|
|
7
7
|
import sys
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
11
11
|
"""
|
12
12
|
Print package info to stdout.
|
13
13
|
"""
|
14
|
-
|
15
|
-
"Type annotations for boto3 QuickSight 1.35.
|
16
|
-
"Version: 1.35.
|
17
|
-
"Builder version: 8.
|
14
|
+
sys.stdout.write(
|
15
|
+
"Type annotations for boto3 QuickSight 1.35.93\n"
|
16
|
+
"Version: 1.35.93\n"
|
17
|
+
"Builder version: 8.8.0\n"
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_quicksight//\n"
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html#quicksight\n"
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
22
22
|
)
|
23
23
|
|
24
24
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
26
26
|
"""
|
27
27
|
Print package version to stdout.
|
28
28
|
"""
|
29
|
-
|
29
|
+
sys.stdout.write("1.35.93\n")
|
30
30
|
|
31
31
|
|
32
32
|
def main() -> None:
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
34
34
|
Main CLI entrypoint.
|
35
35
|
"""
|
36
36
|
if "--version" in sys.argv:
|
37
|
-
|
37
|
+
print_version()
|
38
|
+
return
|
38
39
|
print_info()
|
39
40
|
|
40
41
|
|