--- id: mypy-boto3-personalize version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-personalize — Type annotations for boto3 Personalize 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 254.9K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's Personalize service client. It was generated with mypy-boto3-builder 8.12.0 and provides complete type annotations for client methods, paginators, and service resources, enabling IDEs like VSCode, PyCharm, and Emacs to offer accurate code completion and allowing type checkers like mypy and pyright to catch type errors before runtime. The package is designed as a development-time dependency—you install it in your environment to get IDE support and static analysis, but it does not affect your production code. It works alongside boto3 and requires only typing-extensions as a runtime dependency. The annotations cover explicit type hints for PersonalizeClient, paginator classes, Literal type definitions, and service-specific type definitions, allowing you to write boto3 code with full type safety. Use it for: - Enable IDE autocomplete and type hints when writing boto3 Personalize client code in VSCode or PyCharm. - Run mypy or pyright type checking on code that uses boto3 Personalize to catch type mismatches early. - Provide explicit type annotations for Personalize client, paginators, and response objects in a typed codebase. - Integrate with Emacs or Sublime Text via LSP and pyright for real-time type checking during development. - Avoid runtime errors by catching incorrect Personalize API calls and parameter types during static analysis. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's Personalize service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's Personalize service and want static type checking and IDE autocompletion. It has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. The only gotcha is that it requires Python 3.9+ and is a development-time dependency; it adds no overhead to production code. ## Install pip install mypy-boto3-personalize uv add mypy-boto3-personalize poetry add mypy-boto3-personalize ## Installing mypy-boto3-personalize Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-personalize from boto3.session import Session from mypy_boto3_personalize import PersonalizeClient client: PersonalizeClient = Session().client("personalize") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether type coverage extends to all Personalize API operations and response shapes. - Performance impact on IDE responsiveness compared to boto3-stubs-lite variant. - Compatibility with boto3 versions other than 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 254.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs personalize, aws personalize type annotations, boto3 personalize mypy support, ide autocomplete boto3 personalize, type checking aws personalize, boto3-stubs personalize, mypy boto3 personalize, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-personalize) · [View on PyPI](https://pypi.org/project/mypy-boto3-personalize/)