Provides type annotations (stubs) for boto3 to enable IDE autocompletion and static type checking. Version 0.3.1 is the latest release. The project appears maintained with irregular cadence.
pip install boto3-type-annotations-with-docsVerified import paths — ran on the pinned version, not inferred.
Import the package after boto3 to activate type stubs. No further configuration needed.
Add 'import boto3_type_annotations_with_docs' after importing boto3.
Consider using 'mypy-boto3' for official support and more comprehensive stubs.