--- id: mypy-boto3-cloudfront-keyvaluestore version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-cloudfront-keyvaluestore — Type annotations for boto3 CloudFrontKeyValueStore 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.7K/mo ## What it is and what it does This package is a type stub library for boto3's CloudFrontKeyValueStore service, generated by mypy-boto3-builder 8.12.0. It provides complete type annotations for the CloudFrontKeyValueStore client, paginators, and type definitions, enabling static type checkers and IDEs to validate boto3 code at development time and offer accurate autocompletion. It is designed as a development-time dependency—you install it in your environment to get type checking and IDE support, but it is not needed at runtime. The package supports Python 3.9 through 3.14 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. It has a single runtime dependency on typing-extensions and can be used with TYPE_CHECKING guards to avoid including it in production builds. Use it for: - Enable mypy or pyright type checking on boto3 CloudFrontKeyValueStore code to catch type errors before runtime. - Get IDE autocompletion and inline documentation for CloudFrontKeyValueStore client methods and parameters. - Validate boto3 code in VSCode with Pylance or in PyCharm without writing explicit type annotations. - Use in CI/CD pipelines to enforce type safety on AWS SDK calls as part of pre-commit or linting checks. - Document boto3 CloudFrontKeyValueStore usage with accurate type hints visible in code editors. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's CloudFrontKeyValueStore service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes, if you use boto3 CloudFrontKeyValueStore in a Python project and want static type checking or IDE autocompletion. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads; the documentation recommends boto3-stubs-lite as an alternative if slowness occurs. ## Install pip install mypy-boto3-cloudfront-keyvaluestore uv add mypy-boto3-cloudfront-keyvaluestore poetry add mypy-boto3-cloudfront-keyvaluestore ## Installing mypy-boto3-cloudfront-keyvaluestore Before you install: Low friction install: pure Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and proprietary projects. Quickstart: # Install python -m pip install mypy-boto3-cloudfront-keyvaluestore # Use in code from boto3.session import Session from mypy_boto3_cloudfront_keyvaluestore import CloudFrontKeyValueStoreClient client: CloudFrontKeyValueStoreClient = Session().client("cloudfront-keyvaluestore") Requires Python 3.9 or later; type checking requires a compatible tool (mypy, pyright, or IDE with type support). Verify before relying: - Whether the package works with boto3 versions other than 1.43.0, or if it tracks boto3 releases automatically. - Performance impact in PyCharm; documentation warns of potential slowness with Literal overloads but does not quantify the effect. - Whether generated type stubs remain accurate across boto3 service API changes. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs cloudfront, mypy boto3 annotations, type hints aws sdk, boto3 ide autocompletion, cloudfront keyvaluestore types, python aws type checking, boto3-stubs cloudfront service, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-cloudfront-keyvaluestore) · [View on PyPI](https://pypi.org/project/mypy-boto3-cloudfront-keyvaluestore/)