botocore-stubs

Type annotations and code completion for botocore AWS SDK

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations and code completion for botocore

Commands

botocore-stubs

Examples

Install botocore-stubs to enable IDE autocompletion for AWS SDK$ brew install botocore-stubs
Use in Python development for type hints with botocore clients$ python -c "import boto3; client = boto3.client('s3') # Now has full type hints"
Verify stubs are installed and accessible by Python$ python -c "import botocore; print(botocore.__file__)"