Type annotations for boto3.QuickSight 1.14.37 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-quicksight
Type annotations for boto3.QuickSight 1.14.37 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for QuickSight
service.
python -m pip install boto3-stubs[quicksight]
How to use
Client annotations
QuickSightClient
provides annotations for boto3.client("quicksight")
.
import boto3
from mypy_boto3_quicksight import QuickSightClient
from mypy_boto3_quicksight.type_defs import AccountCustomizationTypeDef, ...
client: QuickSightClient = boto3.client("quicksight")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: QuickSightClient = session.client("quicksight")
Typed dictionations
mypy_boto3_quicksight.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AccountCustomizationTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_quicksight
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("quicksight")
session_client = boto3.Session().client("quicksight")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-quicksight-1.14.37.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff444eb26b0f87cbbc5595996b701cd6be36cf7c0ad4c048eb01552b9addb3e6 |
|
MD5 | f43c8b79874a3ed4b3dd03284dccfc10 |
|
BLAKE2b-256 | 3cc794bc34b17563e11f41cbf875e007f545b5fe3ae802a5d04b81f4c168380b |
Hashes for mypy_boto3_quicksight-1.14.37.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | babf3aa858de573693f90378f695a1282ad86520e6eddc6e13fec2bac954f69b |
|
MD5 | 0bbe69b405486714695910139ed12f08 |
|
BLAKE2b-256 | e0c7b35ef84d5eed2be1ca4560020ba3cd80bdd6b3508515de77a0966a862b21 |