boto3-stubs

Type annotations for boto3 to enable IDE autocompletion

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 1.42.69 generated with mypy-boto3-builder 8.12.0

Commands

boto3-stubs

Examples

Import boto3 with type hints in Python code for S3 operations$ python -c "import boto3; s3 = boto3.client('s3'); print(type(s3))"
Use in a Python script to get IDE autocompletion for EC2 client$ python -c "from mypy_boto3_ec2 import EC2Client; print(EC2Client.__doc__)"
Verify boto3-stubs installation and type stub availability$ pip show boto3-stubs | grep Version