types-boto3-quicksight 1.35.71__py3-none-any.whl → 1.35.93__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_quicksight/__init__.py +1 -1
- types_boto3_quicksight/__init__.pyi +1 -1
- types_boto3_quicksight/__main__.py +9 -8
- types_boto3_quicksight/client.py +218 -89
- types_boto3_quicksight/client.pyi +218 -88
- types_boto3_quicksight/literals.py +21 -3
- types_boto3_quicksight/literals.pyi +21 -3
- types_boto3_quicksight/paginator.py +392 -196
- types_boto3_quicksight/paginator.pyi +358 -195
- types_boto3_quicksight/type_defs.py +319 -134
- types_boto3_quicksight/type_defs.pyi +294 -132
- types_boto3_quicksight/version.py +2 -2
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/LICENSE +1 -1
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/METADATA +50 -10
- types_boto3_quicksight-1.35.93.dist-info/RECORD +18 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/WHEEL +1 -1
- types_boto3_quicksight-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/top_level.txt +0 -0
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/METADATA
RENAMED
@@ -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
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
12
|
-
Keywords: boto3 quicksight type-annotations
|
12
|
+
Keywords: boto3 quicksight boto3-stubs type-annotations mypy typeshed autocomplete
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
14
14
|
Classifier: Intended Audience :: Developers
|
15
15
|
Classifier: Environment :: Console
|
@@ -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
|
@@ -61,10 +61,11 @@ More information can be found on
|
|
61
61
|
|
62
62
|
See how it helps you find and fix potential bugs:
|
63
63
|
|
64
|
-

|
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)
|
@@ -76,6 +77,7 @@ See how it helps you find and fix potential bugs:
|
|
76
77
|
- [Other IDEs](#other-ides)
|
77
78
|
- [mypy](#mypy)
|
78
79
|
- [pyright](#pyright)
|
80
|
+
- [Pylint compatibility](#pylint-compatibility)
|
79
81
|
- [Explicit type annotations](#explicit-type-annotations)
|
80
82
|
- [Client annotations](#client-annotations)
|
81
83
|
- [Paginators annotations](#paginators-annotations)
|
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
94
96
|
|
95
97
|
## How to install
|
96
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
|
+
|
97
114
|
<a id="vscode-extension"></a>
|
98
115
|
|
99
116
|
### VSCode extension
|
@@ -114,12 +131,10 @@ Install `types-boto3` for `QuickSight` service.
|
|
114
131
|
# install with boto3 type annotations
|
115
132
|
python -m pip install 'types-boto3[quicksight]'
|
116
133
|
|
117
|
-
|
118
134
|
# Lite version does not provide session.client/resource overloads
|
119
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
120
136
|
python -m pip install 'types-boto3-lite[quicksight]'
|
121
137
|
|
122
|
-
|
123
138
|
# standalone installation
|
124
139
|
python -m pip install types-boto3-quicksight
|
125
140
|
```
|
@@ -268,6 +283,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
268
283
|
Type checking should now work. No explicit type annotations required, write
|
269
284
|
your `boto3` code as usual.
|
270
285
|
|
286
|
+
<a id="pylint-compatibility"></a>
|
287
|
+
|
288
|
+
### Pylint compatibility
|
289
|
+
|
290
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
291
|
+
`types-boto3-quicksight` dependency in production. However, there is an issue
|
292
|
+
in `pylint` that it complains about undefined variables. To fix it, set all
|
293
|
+
types to `object` in non-`TYPE_CHECKING` mode.
|
294
|
+
|
295
|
+
```python
|
296
|
+
from typing import TYPE_CHECKING
|
297
|
+
|
298
|
+
if TYPE_CHECKING:
|
299
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
300
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
301
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
302
|
+
else:
|
303
|
+
EC2Client = object
|
304
|
+
EC2ServiceResource = object
|
305
|
+
BundleTaskCompleteWaiter = object
|
306
|
+
DescribeVolumesPaginator = object
|
307
|
+
|
308
|
+
...
|
309
|
+
```
|
310
|
+
|
271
311
|
<a id="explicit-type-annotations"></a>
|
272
312
|
|
273
313
|
## Explicit type annotations
|
@@ -0,0 +1,18 @@
|
|
1
|
+
types_boto3_quicksight/__init__.py,sha256=wsq3pt6_5OevhsCAJaVdHkSTm3G3bwbOhwA9O0lL03s,7809
|
2
|
+
types_boto3_quicksight/__init__.pyi,sha256=-iaP6vWuhpmEL14jqyBq1zjv39VaeE-Gb9JIhkpN_dw,7808
|
3
|
+
types_boto3_quicksight/__main__.py,sha256=YMtSvbFmvy-r71igyKCjWJxWIe-ucpKytI1vIt-CGbU,996
|
4
|
+
types_boto3_quicksight/client.py,sha256=4GH2OEF85_YousLLFqh00ZGpX139Aw-SZmwQJccc4zo,156931
|
5
|
+
types_boto3_quicksight/client.pyi,sha256=nsVdcO8HMUUGgpQydLbRUKCK7RxSYsUNHMl5I_-MUig,156928
|
6
|
+
types_boto3_quicksight/literals.py,sha256=luJLMXLWUCLb7cGEKykAkKcAda1u3bEY7vj7-WISdjY,46047
|
7
|
+
types_boto3_quicksight/literals.pyi,sha256=VKl8QYubJG3AXIu8w1kObZWSCGc2Wz5U0NyY1uYTWsk,46045
|
8
|
+
types_boto3_quicksight/paginator.py,sha256=VKdSyXbRBo-_mMFgySjsqwm4mbcfcRGUFcifx2InVqE,50164
|
9
|
+
types_boto3_quicksight/paginator.pyi,sha256=g7S56lzHUp9n_yAG2UHdiHiJj_uRHExy4lD2mrKdfUo,50058
|
10
|
+
types_boto3_quicksight/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
+
types_boto3_quicksight/type_defs.py,sha256=wgp1W4zY6otgCaOxQDY-qpWrYs3Wc1kBGHG0dHJfihU,538424
|
12
|
+
types_boto3_quicksight/type_defs.pyi,sha256=c3f6RIxA0hMY3tx7OzwJVW5pVdxV_Ehcr-5Jz2oTdqo,536526
|
13
|
+
types_boto3_quicksight/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
|
14
|
+
types_boto3_quicksight-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
15
|
+
types_boto3_quicksight-1.35.93.dist-info/METADATA,sha256=mEc5TWx2yaYFfAJEDdJeyLl7eMvg_LOEIaw7AnEn7Z0,19439
|
16
|
+
types_boto3_quicksight-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
17
|
+
types_boto3_quicksight-1.35.93.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
|
18
|
+
types_boto3_quicksight-1.35.93.dist-info/RECORD,,
|
@@ -1,18 +0,0 @@
|
|
1
|
-
types_boto3_quicksight/__init__.py,sha256=53cuDZStDP0JwXuP0VowWxbOXphebzmw0YpfEoHsf38,7809
|
2
|
-
types_boto3_quicksight/__init__.pyi,sha256=lhes1ro8TG4uHW9EMvVX61SM9bYsEiti65AVZnnIw40,7808
|
3
|
-
types_boto3_quicksight/__main__.py,sha256=irONAf54B3w9fc2FfwPJrcwp6DMW4XmuFJ8En0CgbkE,962
|
4
|
-
types_boto3_quicksight/client.py,sha256=17lbSqlKey1FzQTfA0vh7ooD_K16RFsBIKHi1qtDZmc,149013
|
5
|
-
types_boto3_quicksight/client.pyi,sha256=jYr3pWB_bNXN7lWWg81rMfONhGrfRxPIanPtpqXGp-g,149009
|
6
|
-
types_boto3_quicksight/literals.py,sha256=rIQ993KVOmAk4sKQ5yS5ZEAsWFBPnvj-umWXcvXIjtE,45362
|
7
|
-
types_boto3_quicksight/literals.pyi,sha256=kFJG8xeu0nN0t5mn8RFDHBGJNckmC9BgYfA-PNh1JMg,45360
|
8
|
-
types_boto3_quicksight/paginator.py,sha256=f85xWuBsQDN1nW0TEZgFKWlLPbrFed5Wptk7_wJt5Oo,43548
|
9
|
-
types_boto3_quicksight/paginator.pyi,sha256=_pBE4GI__gGcRIwoJnInftSbgGblaqcska-CvQIEk4c,43475
|
10
|
-
types_boto3_quicksight/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
types_boto3_quicksight/type_defs.py,sha256=ESiFvGmaLnIFpUrYbyEFcbYOSrfWIP8bhkwAGbiXUcI,533697
|
12
|
-
types_boto3_quicksight/type_defs.pyi,sha256=wdGgpAr2HpJVdYMts0pERyRatEjkH7MfQGoBIsUHsbk,531822
|
13
|
-
types_boto3_quicksight/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
|
14
|
-
types_boto3_quicksight-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
15
|
-
types_boto3_quicksight-1.35.71.dist-info/METADATA,sha256=1cGDfmyBV60e5ky7zA453sJ_7pNk_-wuH5dKjBRXIEs,18104
|
16
|
-
types_boto3_quicksight-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
17
|
-
types_boto3_quicksight-1.35.71.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
|
18
|
-
types_boto3_quicksight-1.35.71.dist-info/RECORD,,
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.93.dist-info}/top_level.txt
RENAMED
File without changes
|