Type annotations for boto3.QuickSight 1.14.23 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-quicksight
Type annotations for boto3.QuickSight 1.14.23 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 ActiveIAMPolicyAssignmentTypeDef, ...
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() -> ActiveIAMPolicyAssignmentTypeDef:
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.23.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f777d22024ad957a2c2e70e832b0b3478d73548a41a9764b1057395b2e76302 |
|
MD5 | c103236d42cb79678376da20302705f9 |
|
BLAKE2b-256 | fccca3eeaf5f0e10df1731675d6fbc795c99d87fed24ac5970a68b07d9e61a91 |
Hashes for mypy_boto3_quicksight-1.14.23.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f4fbec4e81ec4dd56c12694df785cb7e198e1f3344cb243d242bf73fddc127 |
|
MD5 | 4f2a8acf9b72b5aa201fac05c478d1f6 |
|
BLAKE2b-256 | c8bf022d8a8162ea8979ec7d0faa0c00335ab8f221a280dd94f7f333724fde12 |