Mypy-friendly boto3 type annotations for support service.
Project description
mypy-boto3-support submodule
Provides type annotations for boto3.support
service
Installation
pip install mypy-boto3[support]
Usage
import boto3
from mypy_boto3.support import Client, ServiceResource
client: Client = boto3.client("support")
resource: ServiceResource = boto3.resource("support")
# now your IDE can suggest you method and arguments names
# and mypy can check types
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
Close
Hashes for mypy_boto3_support-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7374807f46d23c4870cb4eb59c6c2a34a100ed35ef8ed8cad575541d1b696352 |
|
MD5 | 9176487fe5f8885c50d7744616dec555 |
|
BLAKE2b-256 | 11319bf431886709adaee7eadfceaa4fc554dbe92cc85f01914684b1d334379b |