--- id: mypy-boto3-wellarchitected version: "1.43.70" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-wellarchitected — Type annotations for boto3 WellArchitected 1.43.70 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 247.9K/mo ## What it is and what it does This package is a type-stub library for the AWS WellArchitected service within boto3. It contains no runtime code—only type annotations—and is designed to be installed alongside boto3 to enable static type checking and IDE autocomplete. When installed, tools like mypy, pyright, VSCode Pylance, PyCharm, and Emacs can now understand the shape and methods of WellArchitected client objects, catching type errors at development time and offering intelligent code completion as you write. The package is generated automatically from boto3 service definitions using mypy-boto3-builder 8.12.0, and it covers the full WellArchitected API surface including clients, paginators, and type literals. It supports Python 3.9 through 3.14 and carries an MIT license. Installation is straightforward via pip, and the package has minimal dependencies—only typing-extensions at runtime—making it a low-friction addition to any boto3 project. Use it for: - Enable IDE autocomplete and type hints when writing boto3 WellArchitected client code in VSCode, PyCharm, or Emacs. - Catch type errors in boto3 WellArchitected calls during development using mypy or pyright static analysis. - Provide explicit type annotations for WellArchitectedClient and paginator objects in code. - Improve code maintainability by documenting expected parameter and return types for AWS API calls. - Use in a TYPE_CHECKING block to gain type safety without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the AWS WellArchitected service via boto3, enabling static type checking in mypy, pyright, and other tools. Yes. Install this if you use boto3 to interact with AWS WellArchitected and want type checking and IDE support. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds negligible install friction. It is a pure type-stub library with no runtime overhead beyond a single lightweight dependency. ## Install pip install mypy-boto3-wellarchitected uv add mypy-boto3-wellarchitected poetry add mypy-boto3-wellarchitected ## Installing mypy-boto3-wellarchitected Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with a recent release and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-wellarchitected from boto3.session import Session from mypy_boto3_wellarchitected import WellArchitectedClient client: WellArchitectedClient = Session().client('wellarchitected') # Type checking and IDE autocomplete now work Requires Python 3.9 or later; boto3 must be installed separately (not a direct dependency of this package). Verify before relying: - Performance impact on PyCharm noted in documentation but current status unclear. - Whether lite variants are recommended as alternatives for specific IDE environments. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 247.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws wellarchitected typing, mypy boto3 annotations, ide autocomplete aws sdk, python type hints boto3, static type checking aws, boto3 code completion, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-wellarchitected) · [View on PyPI](https://pypi.org/project/mypy-boto3-wellarchitected/)