--- id: mypy-boto3-controltower version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-controltower — Type annotations for boto3 ControlTower 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 254.8K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's ControlTower service client. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide IDE autocomplete and type checking for ControlTower API calls. The stubs enable developers to catch type errors before runtime and get inline documentation and parameter hints while writing AWS ControlTower code. It is a development-only dependency—the stubs themselves do not execute code, only guide type checkers and editors. Installation is straightforward via pip, and it integrates transparently with existing boto3 code without requiring explicit type annotations. Use it for: - Enable IDE autocomplete and parameter hints when writing boto3 ControlTower client code in VSCode or PyCharm. - Catch type mismatches in ControlTower API calls during static analysis with mypy or pyright before deployment. - Provide explicit type annotations for ControlTowerClient, paginators, and service resources in large AWS automation projects. - Support Pylint and other linters by offering type information for ControlTower operations via TYPE_CHECKING guards. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and IDE autocomplete support for AWS ControlTower service calls via boto3, enabling static type checking in mypy, pyright, and editor environments. Yes. Install if you use boto3 ControlTower in a Python project and want IDE autocomplete and static type checking. Low friction (one lightweight dependency), actively maintained, MIT-licensed, and no known vulnerabilities. Only skip if you have no type-checking tooling or do not use ControlTower. ## Install pip install mypy-boto3-controltower uv add mypy-boto3-controltower poetry add mypy-boto3-controltower ## Installing mypy-boto3-controltower Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-controltower from boto3.session import Session from mypy_boto3_controltower import ControlTowerClient client: ControlTowerClient = Session().client("controltower") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact on PyCharm; documentation mentions potential slowness with Literal overloads. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 254.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws controltower type stubs, mypy boto3 support, ide autocomplete boto3, python aws type checking, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-controltower) · [View on PyPI](https://pypi.org/project/mypy-boto3-controltower/)