skillfed

types-boto3-kms

Type annotations for boto3 KMS 1.43.12 service generated with mypy-boto3-builder 8.12.0

types-boto3-kms v1.43.12 592.0K downloads/30d#5,854 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-boto3-kms is a type-stub package that adds static type information to boto3's KMS service client. It is generated from boto3 1.43.12 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE autocompletion and type checking on KMS client methods without requiring explicit type annotations in your code.

The package is designed as a development dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. It supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. The generated stubs cover KMS client operations, paginators, waiters, and type definitions, allowing your IDE and type checker to catch potential bugs before runtime.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 KMS client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on KMS operations to catch incorrect argument types or missing required parameters.
  • Use in a development environment to catch AWS API misuse early without runtime errors.
  • Provide type information for KMS paginator and waiter operations in type-aware editors.
  • Guard type imports with TYPE_CHECKING to keep type stubs out of production dependencies.

Worth the install?

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

Provides type annotations and IDE autocompletion support for boto3 KMS 1.43.12, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 KMS and want IDE autocompletion or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is a pure type-stub with no runtime overhead when guarded by TYPE_CHECKING. Skip it only if you do not use type checking or IDE type hints in your workflow.

Install

types-boto3-kms on PyPI

pip

pip install types-boto3-kms

uv

uv add types-boto3-kms

poetry

poetry add types-boto3-kms

Installing types-boto3-kms

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.

Quickstart

pip install types-boto3-kms

from boto3.session import Session
from types_boto3_kms import KMSClient

client: KMSClient = Session().client("kms")
# Type checking and IDE completion now work on client methods

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Performance impact on PyCharm type checking with Literal overloads (documentation mentions issue PY-40997 but does not confirm current status).
  • Whether types-boto3-lite variant is recommended over this package for specific IDE or performance scenarios.

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

Evidence: types_boto3_kms-1.43.12-py3-none-any.whl

Keywords: boto3, kms, 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 kms type annotationstype stubs for aws kmsboto3 type hints mypykms client type checkingaws sdk type completionboto3 ide autocompletepython type stubs boto3
type-stubsaws-sdktype-checking

More Software Development packages