skillfed

mypy-boto3-account

Type annotations for boto3 Account 1.43.57 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-account v1.43.57 287.8K downloads/30d#8,024 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-account is a type-stub package that adds complete type annotations to boto3's Account service. It is generated automatically from boto3's service definitions and enables static type checkers like mypy and pyright, as well as IDE code completion in VSCode, PyCharm, Emacs, and Sublime Text, to understand boto3 Account client calls without requiring explicit type hints in your code.

The package is designed as a companion to boto3 itself—it does not provide runtime functionality, only type information. It includes annotations for the Account client, paginators, and service-specific type literals. Installation is straightforward via pip, and it integrates transparently with standard Python development workflows. The package supports Python 3.9 through 3.14 and has no heavy dependencies beyond typing-extensions.

Use it for:

  • Enable IDE autocompletion and type checking for boto3 Account API calls in VSCode with Pylance or PyCharm.
  • Catch Account service API misuse at development time using mypy or pyright before running code.
  • Document Account client method signatures and return types in your codebase without manual annotations.
  • Improve code maintainability by letting type checkers verify Account API usage across a large project.
  • Use boto3 Account service with full IDE support in Emacs or Sublime Text via LSP and pyright.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for the boto3 Account service, enabling static type checking with mypy, pyright, and compatible editors.

Yes, if you use boto3's Account service and want static type checking or IDE autocompletion. Installation is frictionless, maintenance is active, and the MIT license carries no restrictions. The only consideration is PyCharm users should be aware of potential performance issues with Literal overloads; the documentation recommends boto3-stubs-lite as an alternative in that case.

Install

mypy-boto3-account on PyPI

pip

pip install mypy-boto3-account

uv

uv add mypy-boto3-account

poetry

poetry add mypy-boto3-account

Installing mypy-boto3-account

Before you install

Low friction installation with only typing-extensions as a runtime dependency. Actively maintained with recent releases; last commit on 2026-06-22 and a release 18 days ago.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-account

from boto3.session import Session
from mypy_boto3_account import AccountClient

client: AccountClient = Session().client("account")

Requires boto3 1.43.57 to be installed separately; requires Python 3.9 or later.

Verify before relying

  • Whether the package works with boto3 versions other than 1.43.57, or if it requires exact version matching.
  • Performance impact in PyCharm; documentation mentions potential slowness with Literal overloads (issue PY-40997).

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 — 18 days since the last release
Last repo commit
First released
Downloads 287,817/month — #8,024 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_account-1.43.57-py3-none-any.whl

Keywords: boto3, account, 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 annotationsaws account service stubsmypy boto3 accountboto3 ide autocompletetype hints for boto3pyright boto3 supportboto3 static type checking
type-stubsboto3aws

More Software Development packages