mypy-boto3-ecr

Type annotations for boto3 ECR service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 ECR 1.42.67 service generated with mypy-boto3-builder 8.12.0

Examples

Import type hints in Python code for ECR client$ python -c "from mypy_boto3_ecr import ECRClient"
Use with mypy for static type checking of ECR code$ mypy --plugin mypy_boto3_ecr your_script.py
Enable IDE autocomplete for ECR boto3 operations$ python -c "import boto3; from mypy_boto3_ecr import ECRClient; client: ECRClient = boto3.client('ecr')"