mypy-boto3-iam

Type annotations for boto3 IAM service in Python

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 IAM 1.42.64 service generated with mypy-boto3-builder 8.12.0

Examples

Import IAM type stubs in Python code for IDE autocompletion$ python -c "from mypy_boto3_iam import IAMClient; client: IAMClient"
Use with mypy for static type checking of IAM boto3 code$ mypy --strict your_iam_script.py
Enable type hints in IDE by importing service type definitions$ python -c "from mypy_boto3_iam.client import IAMClient; from mypy_boto3_iam.service_resource import IAMServiceResource"