--- id: mypy-boto3-personalize-runtime version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-personalize-runtime — Type annotations for boto3 PersonalizeRuntime 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 253.7K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's PersonalizeRuntime service. It enables IDEs, type checkers, and linters to understand the structure and behavior of PersonalizeRuntime API calls, providing code completion, inline documentation, and catching type errors before runtime. The package is generated from boto3 1.43.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. It has a single runtime dependency (typing-extensions) and supports Python 3.9 and later. Installation is straightforward via pip, and the stubs work transparently with existing boto3 code without requiring explicit type annotations. Use it for: - Enable IDE autocompletion and type checking for PersonalizeRuntime API calls in VSCode or PyCharm projects. - Run mypy or pyright type checking on code that uses boto3 PersonalizeRuntime to catch API misuse before deployment. - Provide inline documentation and parameter hints when writing boto3 PersonalizeRuntime client code. - Reduce runtime errors by catching incorrect service method calls or argument types during development. - Support gradual typing adoption in existing boto3 projects by adding type information incrementally. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's PersonalizeRuntime service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's PersonalizeRuntime service and want type checking and IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, carries a permissive MIT license, and integrates seamlessly with standard Python tooling. The only gotcha is PyCharm performance with Literal overloads—if you experience slowness, the documentation recommends boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-personalize-runtime uv add mypy-boto3-personalize-runtime poetry add mypy-boto3-personalize-runtime ## Installing mypy-boto3-personalize-runtime Before you install: Low friction install with a single lightweight 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—suitable for both open-source and commercial projects. Quickstart: # Install python -m pip install mypy-boto3-personalize-runtime # Use in code from boto3.session import Session from mypy_boto3_personalize_runtime import PersonalizeRuntimeClient client: PersonalizeRuntimeClient = Session().client("personalize-runtime") Requires boto3 1.43.0 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-checking support. Verify before relying: - Whether performance impact on PyCharm is significant enough to warrant boto3-stubs-lite as an alternative in typical projects. - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice, or if there are known edge cases. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 253.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs personalize, aws personalize runtime typing, boto3 personalize-runtime annotations, mypy boto3 personalize, type hints aws personalize, boto3 personalize ide completion, pyright boto3 personalize, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-personalize-runtime) · [View on PyPI](https://pypi.org/project/mypy-boto3-personalize-runtime/)