--- id: mypy-boto3-cloudhsmv2 version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-cloudhsmv2 — Type annotations for boto3 CloudHSMV2 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.2K/mo ## What it is and what it does This package provides pre-generated type stubs for the boto3 CloudHSMV2 service, allowing Python developers to use static type checking and IDE autocompletion when working with AWS CloudHSM operations. It is a stub-only package (no runtime code) that bridges the gap between boto3's dynamic API and tools like mypy, pyright, VSCode, PyCharm, and other IDEs that rely on type information for code completion and error detection. The package is generated automatically from boto3 1.43.0 using mypy-boto3-builder and includes type annotations for CloudHSMV2 clients, paginators, waiters, and service resources. It depends only on typing-extensions and is designed to be installed alongside boto3 in development environments. The documentation notes that PyCharm users may experience performance issues due to Literal overload handling and recommends using boto3-stubs-lite as an alternative in such cases. Use it for: - Enable mypy or pyright type checking in a project that uses boto3 CloudHSMV2 operations. - Get IDE autocompletion and inline documentation for CloudHSMV2 client methods in VSCode or PyCharm. - Catch type errors in CloudHSMV2 API calls during development rather than at runtime. - Use TYPE_CHECKING guards to avoid runtime dependencies on type stubs in production code. - Verify correct parameter types and return values for CloudHSMV2 paginators and waiters. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and IDE autocompletion for boto3's CloudHSMV2 service, enabling static type checking with mypy, pyright, and IDE support in VSCode, PyCharm, Emacs, and Sublime Text. Yes, if you use boto3 CloudHSMV2 and want type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat is that PyCharm users may experience performance issues and should consider boto3-stubs-lite instead; otherwise, this is a straightforward quality-of-life improvement for CloudHSM development. ## Install pip install mypy-boto3-cloudhsmv2 uv add mypy-boto3-cloudhsmv2 poetry add mypy-boto3-cloudhsmv2 ## Installing mypy-boto3-cloudhsmv2 Before you install: Low install friction with a single runtime dependency (typing-extensions). The package is actively maintained with recent commits and a stable release cadence, though it is generated from boto3 1.43.0 and will require updates when boto3 versions advance. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-cloudhsmv2 from boto3.session import Session from mypy_boto3_cloudhsmv2 import CloudHSMV2Client client: CloudHSMV2Client = Session().client("cloudhsmv2") Requires Python 3.9 or later; type checking benefits depend on having mypy, pyright, or a compatible IDE installed. Verify before relying: - Whether the package's type coverage is complete for all CloudHSMV2 operations and edge cases. - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads). - Compatibility with boto3 versions other than 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 cloudhsmv2 type stubs, aws cloudhsmv2 type annotations, boto3 type hints ide support, mypy boto3 cloudhsmv2, pyright aws sdk stubs, boto3 autocompletion vscode, cloudhsmv2 client type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-cloudhsmv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-cloudhsmv2/)