Mypy-friendly boto3 type annotations for dax service.
Project description
Mypy-boto3 dax submodule
Provides type annotations for boto3 dax service
Installation
pip install mypy-boto3[dax]
Usage
import boto3
from mypy_boto3.dax import Client, ServiceResource
client: Client = boto3.client("dax")
resource: ServiceResource = boto3.resource("dax")
# 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
mypy-boto3-dax-0.1.6.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for mypy_boto3_dax-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e9fd65f65ab9b247add382eb9cde37c736ff2ac3f02607ea4664096ce3fd104 |
|
MD5 | 79c03b40e11ea54824cadade79fd9ba6 |
|
BLAKE2b-256 | 71f7b2c1dfe66b7fc76e1984255bdaefbe9ae066e595ecdd93ef0e13036cba9c |