--- id: boto3-stubs-lite version: "1.43.72" license: MIT license_treatment: permissive maintenance: active --- # boto3-stubs-lite — Lite type annotations for boto3 1.43.72 generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 696.2K/mo ## What it is and what it does boto3-stubs-lite is a type-stub package that adds static type information to boto3 1.43.72, the AWS SDK for Python. It works by providing pre-generated type annotations that IDEs and type checkers can read to offer autocomplete, inline documentation, and type validation without modifying your actual boto3 code. The package is compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. The package depends on three lightweight stub libraries: botocore-stubs, types-s3transfer, and typing-extensions. You install it alongside boto3 in your development environment, and type checkers automatically discover and use the annotations. The lite variant is designed as a lighter alternative to the full distribution, with optional extras like [essential] to add annotations for commonly used services. Use it for: - Enable IDE autocomplete and inline type hints when writing boto3 code without manual type annotations. - Run mypy or pyright on a boto3 project to catch type errors before runtime. - Use boto3 in a TYPE_CHECKING block to avoid production dependencies while maintaining type support during development. - Speed up type checking in large codebases by providing explicit type information for boto3 clients and resources. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3 1.43.72, enabling static type checking with mypy, pyright, and IDE autocomplete across VSCode, PyCharm, Emacs, and Sublime Text. Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities, permissive MIT licensing, and broad IDE support. Install it if you use boto3 and want IDE autocomplete or static type checking. The only gotcha is that you must separately configure a type checker or IDE language server to actually use the annotations. ## Install pip install boto3-stubs-lite uv add boto3-stubs-lite poetry add boto3-stubs-lite ## Installing boto3-stubs-lite Before you install: Low friction: a pure-stubs package with only three lightweight type-stub dependencies (botocore-stubs, types-s3transfer, typing-extensions). Actively maintained with release on 2026-08-14. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install 'boto3-stubs-lite[essential]' import boto3 ec2_client = boto3.client('ec2', region_name='us-west-1') Requires Python 3.9 or later; type checking tools (mypy, pyright) or an IDE with type-aware language server must be configured separately to use the annotations. Verify before relying: - Whether all AWS services are covered or only a subset in the lite distribution - Performance impact of type checking on large boto3 codebases with these stubs - Specific type annotation coverage for boto3 service clients and resources ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 696.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws sdk type annotations, boto3 autocomplete, mypy boto3 types, pyright aws types, boto3 ide support, type checking aws, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/boto3-stubs-lite) · [View on PyPI](https://pypi.org/project/boto3-stubs-lite/)