--- id: mypy-boto3-keyspaces version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-keyspaces — Type annotations for boto3 Keyspaces 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 267.5K/mo ## 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 above — 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 pip install mypy-boto3-keyspaces uv add mypy-boto3-keyspaces 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_current - Install friction: low - Maintenance: active - Downloads: 267.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 keyspaces type hints, aws keyspaces type stubs, boto3 type annotations, keyspaces mypy support, boto3 ide autocomplete, aws sdk type checking, keyspaces pyright stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-keyspaces) · [View on PyPI](https://pypi.org/project/mypy-boto3-keyspaces/)