mypy-boto3-keyspaces
Type annotations for boto3 Keyspaces 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type information to boto3's Keyspaces service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables type checkers like mypy and pyright, plus IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to understand boto3 Keyspaces API calls and provide code completion and error detection without requiring explicit type annotations in your code.
The package includes type annotations for the KeyspacesClient, paginators (ListKeyspacesPaginator, ListTablesPaginator, ListTagsForResourcePaginator, ListTypesPaginator), and type definitions for service operations. It has a single runtime dependency on typing-extensions and supports Python 3.9 through 3.14. The package is marked as Production/Stable and actively maintained, with no known security vulnerabilities.
Use it for:
- Enable IDE autocomplete and type checking for boto3 Keyspaces API calls in VSCode or PyCharm without manual type annotations.
- Catch type errors in Keyspaces client usage before runtime using mypy or pyright in CI/CD pipelines.
- Generate accurate type hints for paginator objects when iterating over Keyspaces list operations.
- Support development workflows where explicit type annotations are optional but IDE assistance is desired.
- Use in projects that already depend on boto3-stubs for other AWS services to add Keyspaces coverage.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's Keyspaces service, enabling static type checking and IDE code completion for AWS Keyspaces API calls.
Yes, if you use boto3 to interact with AWS Keyspaces and want IDE code completion or static type checking. Install friction is minimal, maintenance is active, the license is permissive, and there are no security issues. PyCharm users should be aware of potential performance concerns mentioned in the documentation and may prefer the boto3-stubs-lite variant.
Install
mypy-boto3-keyspaces on PyPI
pip
pip install mypy-boto3-keyspacesuv
uv add mypy-boto3-keyspacespoetry
poetry add mypy-boto3-keyspacesInstalling mypy-boto3-keyspaces
Before you install
Low friction installation with a single runtime dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-keyspaces
from boto3.session import Session
from mypy_boto3_keyspaces import KeyspacesClient
client: KeyspacesClient = Session().client("keyspaces")
# Type checking and IDE completion now work for keyspaces API calls
Requires Python 3.9 or later; mypy, pyright, or compatible IDE needed to benefit from type annotations.
Verify before relying
- Performance impact in PyCharm with full boto3-stubs (description mentions PyCharm issue PY-40997 but doesn't quantify impact).
- Whether boto3-stubs-lite variant is recommended as default for PyCharm users over the full package.
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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 267,546/month — #8,290 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_keyspaces-1.43.0-py3-none-any.whl
Keywords: boto3, keyspaces, boto3-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
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-finspaceProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-simspaceweaverProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-workspacesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codeconnectionsProvides type annotations for boto3…
permissive · top 15,000 on PyPI