--- id: types-boto version: "2.49.18.20241019" license: Apache-2.0 license_treatment: permissive maintenance: active --- # types-boto — Typing stubs for boto License: permissive · Maintenance: active · Downloads: 783.0K/mo ## What it is and what it does This package provides PEP 561 type stubs for the boto AWS SDK, allowing static type checkers like mypy, pyright, and pytype to understand boto's API and catch type errors in your code. It's a stub-only package with no runtime dependencies—you install it alongside boto to enable type checking, but it doesn't affect how your code runs. The stubs are marked as partial, meaning not all boto APIs have type annotations yet. The package is part of the typeshed project and targets boto version 2.49.*. While the package is no longer actively maintained, it remains available for projects still using older boto versions that need type-checking support. Use it for: - Enable mypy or pyright type checking in a project using boto 2.49.* for AWS API calls - Catch type errors in boto code before runtime in a CI/CD pipeline - Get IDE autocomplete and type hints for boto in PyCharm or VS Code with Pylance - Migrate legacy boto code with confidence by adding static type checking ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs for the boto AWS SDK, enabling static type checking of boto code with mypy, pyright, pytype, Pyre, and PyCharm. Yes, if you use boto 2.49.* and want static type checking. Install it as a development dependency alongside boto. Be aware the package is unmaintained and stub coverage is partial—if you're starting a new project, consider using boto3 (the modern AWS SDK) instead, which has better type support. ## Install pip install types-boto uv add types-boto poetry add types-boto ## Installing types-boto Before you install: Low friction installation with no runtime dependencies. Marked as active maintenance with recent updates, though the package itself is noted as unmaintained and won't receive further updates. License in practice: Apache-2.0 is permissive; you can use this package freely in commercial and private projects without restriction. Quickstart: pip install types-boto # Then use with your type checker: # mypy your_boto_code.py # or configure in pyproject.toml/setup.cfg for automatic checking Requires Python 3.8 or later. The stubs target boto==2.49.* only; if you use a different boto version, type coverage may be incomplete. Verify before relying: - Whether the partial stub coverage is sufficient for your specific boto usage patterns - Compatibility with boto versions outside the 2.49.* series ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 783.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto type stubs, boto type hints, AWS SDK type checking, boto mypy support, static type checking boto, boto type annotations, PEP 561 stubs boto, type-stubs, aws-sdk [View on SkillFed](https://skillfed.io/packages/types-boto) · [View on PyPI](https://pypi.org/project/types-boto/)