mypy-boto3-kms

Type annotations for boto3 KMS service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 KMS 1.42.50 service generated with mypy-boto3-builder 8.12.0

Examples

Import type stubs in Python for KMS client type checking$ python -c "from mypy_boto3_kms import KMSClient; client: KMSClient"
Use with mypy for static type checking of boto3 KMS code$ mypy your_script.py
Enable IDE autocomplete for KMS service operations$ from mypy_boto3_kms.client import KMSClient