types-aiobotocore-kms
Type annotations for aiobotocore KMS 3.9.0 service generated with mypy-boto3-builder 8.12.0
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-kmsuv
uv add types-aiobotocore-kmspoetry
poetry add types-aiobotocore-kmsInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-eksProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-kinesisProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-identitystoreProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-snsProvides type stubs and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI