skillfed

mypy-boto3-wellarchitected

Type annotations for boto3 WellArchitected 1.43.70 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-wellarchitected v1.43.70 247.9K downloads/30d#8,679 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-wellarchitected on PyPI

pip

pip install mypy-boto3-wellarchitected

uv

uv add mypy-boto3-wellarchitected

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 2 days since the last release
Last repo commit
First released
Downloads 247,948/month — #8,679 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_wellarchitected-1.43.70-py3-none-any.whl

Keywords: boto3, wellarchitected, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsaws wellarchitected typingmypy boto3 annotationside autocomplete aws sdkpython type hints boto3static type checking awsboto3 code completion
type-stubsaws-sdkboto3

More Software Development packages