skillfed

mypy-boto3-keyspaces

Type annotations for boto3 Keyspaces 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-keyspaces v1.43.0 267.5K downloads/30d#8,290 on PyPI670
Permissive license MIT Active released

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-keyspaces

uv

uv add mypy-boto3-keyspaces

poetry

poetry add mypy-boto3-keyspaces

Installing 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

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 keyspaces type hintsaws keyspaces type stubsboto3 type annotationskeyspaces mypy supportboto3 ide autocompleteaws sdk type checkingkeyspaces pyright stubs
type-stubsaws-sdkboto3

More Software Development packages