Type annotations for boto3.Support 1.14.0 service, generated by mypy-boto3-buider 2.1.0
Project description
mypy-boto3-support
Type annotations for boto3.Support 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.1.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 Support
service.
python -m pip install boto3-stubs[support]
How to use
Client annotations
SupportClient
provides annotations for boto3.client("support")
.
import boto3
from mypy_boto3_support import SupportClient
client: SupportClient = boto3.client("support")
# 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: SupportClient = session.client("support")
Paginators annotations
mypy_boto3_support.paginator
module contains type annotations for all paginators.
from mypy_boto3_support import SupportClient
from mypy_boto3_support.paginator import (
DescribeCasesPaginator,
DescribeCommunicationsPaginator,
)
client: SupportClient = boto3.client("support")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
describe_cases_paginator: DescribeCasesPaginator = client.get_paginator("describe_cases")
describe_communications_paginator: DescribeCommunicationsPaginator = client.get_paginator("describe_communications")
Typed dictionations
mypy_boto3_support.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
from mypy_boto3_support.type_defs import AttachmentDetailsTypeDef, ...
def get_structure() -> AttachmentDetailsTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_support
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("support")
session_client = boto3.Session().client("support")
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-support-1.14.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1ba14cc63b49662d8b6d41c2411a8635977bc2e6c8ff00be0f9a16576c50f06 |
|
MD5 | 894f6cb4f7fc5832008dc1d1b28a5180 |
|
BLAKE2b-256 | 8693e1cc1b828980eae57fa4b19ef1dbaee725e2876478ab05100d745f61479d |
Hashes for mypy_boto3_support-1.14.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26fecb15be7aa7a7e73a4bedd2361d855d679e9939b061448da803d0dd31e28b |
|
MD5 | 70002d2cfa937c49d444005e21c369bb |
|
BLAKE2b-256 | 11ff9014ddf1b3c482323ca5111d2b75a86d9f51029558681bb96cae58389da8 |