skillfed

types-aiobotocore-kms

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

types-aiobotocore-kms v3.9.0 798.1K downloads/30d#5,029 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-aiobotocore-kms is a type stub package that adds comprehensive type annotations to the aiobotocore KMS service. It is generated using mypy-boto3-builder 8.12.0 and provides type hints for KMS client methods, paginators, and service resources, enabling static type checkers and IDEs to validate code and offer autocomplete suggestions.

The package is designed as a development-time dependency—it does not affect runtime behavior but improves the development experience by catching type errors early and providing IDE support across VSCode, PyCharm, Emacs, Sublime Text, and other tools that support mypy or pyright. It supports Python 3.9 through 3.14 and carries no known vulnerabilities.

Use it for:

  • Enable IDE autocompletion and inline documentation for KMS client methods during development.
  • Catch type errors in KMS API calls before runtime using mypy or pyright in CI/CD pipelines.
  • Provide explicit type annotations for KMS client, paginators, and service resources in async applications.
  • Support type-safe code in large projects by reducing manual type annotation overhead.
  • Integrate with VSCode, PyCharm, Emacs, or Sublime Text for real-time type checking feedback.

Worth the install?

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

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

Yes. This is a low-friction, actively maintained type stub package with MIT licensing and no known vulnerabilities. Install it if you use aiobotocore KMS and want IDE support or static type checking. It has no runtime cost and is purely a development aid. PyCharm users should be aware of potential performance issues with Literal overloads mentioned in the documentation.

Install

types-aiobotocore-kms on PyPI

pip

pip install types-aiobotocore-kms

uv

uv add types-aiobotocore-kms

poetry

poetry add types-aiobotocore-kms

Installing types-aiobotocore-kms

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release 12 days ago and consistent repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal legal constraints—suitable for both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-kms

from aiobotocore.session import get_session
from types_aiobotocore_kms import KMSClient

session = get_session()
async with session.create_client("kms") as client:
    client: KMSClient

Requires Python 3.9 or later; aiobotocore must be installed separately; type checking requires mypy, pyright, or an IDE with language server support.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved in recent versions.
  • Specific performance impact in large codebases or resource-constrained environments.
  • Whether the lite variant is recommended for all PyCharm users or only those experiencing slowness.

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

Evidence: types_aiobotocore_kms-3.9.0-py3-none-any.whl

Keywords: aiobotocore, kms, aiobotocore-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

type stubs for kmskms type annotationsasync aws sdk typingmypy type hintside autocomplete kmsstatic type checking awskms client types
type-stubsaws-sdkasync-aws

More Software Development packages