Mypy-friendly boto3 type annotations for ssm service.
Project description
mypy-boto3-ssm submodule
Provides type annotations for boto3.ssm
service
Installation
pip install mypy-boto3[ssm]
Usage
import boto3
from mypy_boto3.ssm import Client, ServiceResource
client: Client = boto3.client("ssm")
resource: ServiceResource = boto3.resource("ssm")
# 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-ssm-0.1.7.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for mypy_boto3_ssm-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4217ed30d61ef7c902a0b102eff5a86d681aeeebf41aa25da6fdc8da8099e7e |
|
MD5 | ca6b6f5e98b4aed40e3ad2ff14a8b555 |
|
BLAKE2b-256 | cc326c3b250bb25692366dfb67b888cb18cd56fab3d635f2b33d1d7db8fe9067 |