mypy-boto3-ec2

Type annotations for boto3 EC2 service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 EC2 1.42.62 service generated with mypy-boto3-builder 8.12.0

Examples

Import EC2 type hints in Python code for IDE autocompletion$ python -c "from mypy_boto3_ec2 import EC2Client; print('Type hints available')"
Use in mypy type checking to validate boto3 EC2 client usage$ mypy --strict script.py
Enable IDE autocomplete for EC2 operations in Python files$ python -c "import mypy_boto3_ec2.client; help(mypy_boto3_ec2.client.EC2Client.describe_instances)"