mypy-boto3-cloudformation

Type annotations for boto3 CloudFormation service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 CloudFormation 1.42.3 service generated with mypy-boto3-builder 8.12.0

Examples

Import CloudFormation type stubs in Python code for IDE autocompletion$ python -c "from mypy_boto3_cloudformation import CloudFormationClient"
Use type hints in a script to create a CloudFormation stack$ python -c "from mypy_boto3_cloudformation.client import CloudFormationClient; client: CloudFormationClient"
Enable mypy type checking with CloudFormation boto3 stubs$ mypy --strict script.py