--- id: mypy-boto3-payment-cryptography version: "1.43.24" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-payment-cryptography — Type annotations for boto3 PaymentCryptographyControlPlane 1.43.24 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.1K/mo ## What it is and what it does This package provides type stubs and annotations for the boto3 PaymentCryptographyControlPlane service, generated from boto3 1.43.24. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 payment cryptography API calls, offering code completion and catching type errors at development time rather than runtime. The package is a stub-only distribution—it contains no runtime code, only type information. It works alongside boto3 itself and requires only typing-extensions as a dependency. Installation is straightforward via pip, either standalone or as part of the boto3-stubs bundle. The generated annotations cover client methods, paginators, and type literals specific to the payment cryptography service. Use it for: - Enable IDE autocomplete and type checking when writing boto3 payment cryptography client code in VSCode or PyCharm - Catch type mismatches in payment cryptography API calls during static analysis with mypy or pyright before deployment - Provide explicit type annotations for payment cryptography resources and paginators in production codebases - Support development workflows that rely on type hints for documentation and refactoring safety ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's PaymentCryptographyControlPlane service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use boto3's PaymentCryptographyControlPlane service and want IDE support or static type checking. Installation is low-friction, maintenance is active, and the MIT license poses no restrictions. The only gotcha is a known PyCharm performance issue with Literal overloads (noted in the description), which can be worked around by using boto3-stubs-lite instead. ## Install pip install mypy-boto3-payment-cryptography uv add mypy-boto3-payment-cryptography poetry add mypy-boto3-payment-cryptography ## Installing mypy-boto3-payment-cryptography Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support. License in practice: MIT license permits unrestricted use, modification, and distribution, including in proprietary projects. No licensing constraints on adoption. Quickstart: # Install alongside boto3 python -m pip install 'boto3-stubs[payment-cryptography]' # Use in code from boto3.session import Session from mypy_boto3_payment_cryptography import PaymentCryptographyControlPlaneClient client: PaymentCryptographyControlPlaneClient = Session().client("payment-cryptography") Requires Python 3.9 or later. Type checking benefits depend on having mypy, pyright, or a compatible IDE installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved or still apply to current versions - Specific performance impact when used with boto3-stubs versus boto3-stubs-lite in large codebases ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs payment cryptography, mypy annotations aws payment, boto3 type hints payment-cryptography, pyright boto3 payment cryptography, ide autocomplete boto3 payment, static type checking aws payment, boto3-stubs payment cryptography, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-payment-cryptography) · [View on PyPI](https://pypi.org/project/mypy-boto3-payment-cryptography/)