Boto3-stubs
Type annotations for boto3 1.34.1 generated with mypy-boto3-builder 7.21.0
From PyPI with pip
Install boto3-stubs to add type annotations for boto3 package.
# install type annotations only for boto3
python -m pip install boto3-stubs
# install boto3 type annotations
# for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
python -m pip install 'boto3-stubs[essential]'
# or install annotations for services you use
python -m pip install 'boto3-stubs[acm,apigateway]'
# or install annotations in sync with boto3 version
python -m pip install 'boto3-stubs[boto3]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[essential]'