--- id: boto3-stubs-full version: "1.43.71" license: MIT license_treatment: permissive maintenance: active --- # boto3-stubs-full — All-in-one type annotations for boto3 1.43.71 generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 867.3K/mo ## What it is and what it does boto3-stubs-full is a pre-generated type stub package that adds complete type annotations for boto3 version 1.43.71. It works by installing alongside boto3 and providing type information that IDEs, type checkers, and linters can read to offer code completion, inline documentation, and static type checking without requiring any changes to your actual boto3 code. The package is generated automatically using mypy-boto3-builder 8.12.0 and covers all available AWS services. It supports VSCode with Pylance, PyCharm, Emacs, Sublime Text, and command-line type checkers like mypy and pyright. The stubs are designed to be a drop-in installation—once installed, type checking and autocomplete work immediately without explicit type annotations in your code. Use it for: - Enable IDE autocomplete and inline documentation for boto3 API calls in VSCode with Pylance. - Run mypy or pyright type checking on boto3 code to catch type errors before runtime. - Get IDE code completion for boto3 clients, resources, waiters, and paginators during development. - Validate boto3 service method calls and return types in Emacs or Sublime Text. - Maintain type safety in large AWS infrastructure projects using boto3. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3 1.43.71 to enable IDE code completion and static type checking with mypy, pyright, and other tools. Yes, if you use boto3 and want IDE type checking and autocomplete. Install friction is minimal and maintenance is active. The package is permissively licensed (MIT) and carries no known vulnerabilities. Documentation notes potential performance considerations for certain IDEs that warrant review before adoption. ## Install pip install boto3-stubs-full uv add boto3-stubs-full poetry add boto3-stubs-full ## Installing boto3-stubs-full Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained with recent releases; the repository shows a commit from 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install 'boto3-stubs-full' import boto3 ec2_client = boto3.client('ec2', region_name='us-west-1') Requires Python 3.9 or later. Performance considerations exist for certain IDEs; documentation notes potential slowness with Literal overloads in some environments. Verify before relying: - Whether the full stubs package noticeably impacts IDE responsiveness compared to alternatives in practice. - Coverage completeness for all boto3 1.43.71 services and whether any edge cases lack type annotations. - Specific performance characteristics when used with PyCharm versus other IDEs. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 867.3K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws sdk type annotations, type hints for aws, mypy type stubs, pyright type checking, ide autocomplete aws, static type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/boto3-stubs-full) · [View on PyPI](https://pypi.org/project/boto3-stubs-full/)