Mypy-friendly boto3 type annotations for config service.
Project description
mypy-boto3-config submodule
Provides type annotations for boto3.config
service
Installation
pip install mypy-boto3[config]
Usage
import boto3
from mypy_boto3.config import Client, ServiceResource
client: Client = boto3.client("config")
resource: ServiceResource = boto3.resource("config")
# 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_config-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7d1131010ab368478811a90565c367488d596255515c954d2ef635763e25a58 |
|
MD5 | fa7a434ff84b661b0f00ebcd4a4fbcc0 |
|
BLAKE2b-256 | 77077333e9c889b38301d3f826014772a491cfb352f116be0141e957f64d1824 |