--- id: mypy-boto3-personalize-events version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-personalize-events — Type annotations for boto3 PersonalizeEvents 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 253.5K/mo ## What it is and what it does This package is a type-stub library that adds static type information for AWS boto3's PersonalizeEvents service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDE and type-checking tools. When installed, it enables IDE autocomplete, inline type hints, and compile-time type checking for PersonalizeEvents client calls without requiring explicit type annotations in your code. The package is a stub-only library (no runtime code), so it has minimal overhead and can be safely used with TYPE_CHECKING guards to avoid production dependencies. It supports Python 3.9 through 3.14 and is actively maintained; the generated stubs are regenerated whenever boto3 or the builder tool updates, ensuring compatibility with current AWS API versions. Use it for: - Enable IDE autocomplete and type hints when writing boto3 PersonalizeEvents client code in VSCode or PyCharm. - Run mypy or pyright type checking on code that calls PersonalizeEvents without manual type annotations. - Catch PersonalizeEvents API usage errors at development time rather than runtime. - Use Literal types from the stubs module for type-safe parameter validation in PersonalizeEvents calls. - Integrate boto3 type checking into CI/CD pipelines with mypy or pyright. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's PersonalizeEvents service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use boto3's PersonalizeEvents service and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only gotcha is that PyCharm may experience performance issues with Literal overloads (documented in the description), in which case the lite variant is recommended. For mypy, pyright, or VSCode users, this is a straightforward win. ## Install pip install mypy-boto3-personalize-events uv add mypy-boto3-personalize-events poetry add mypy-boto3-personalize-events ## Installing mypy-boto3-personalize-events Before you install: Low friction installation with a single runtime dependency (typing-extensions). Active maintenance 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 in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-personalize-events from boto3.session import Session from mypy_boto3_personalize_events import PersonalizeEventsClient client: PersonalizeEventsClient = Session().client("personalize-events") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) affect this specific version. - Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 253.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs personalize events, mypy boto3 type annotations, aws personalize events typing, boto3 ide autocomplete support, type checking aws sdk python, pyright boto3 stubs, vscode python boto3 intellisense, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-personalize-events) · [View on PyPI](https://pypi.org/project/mypy-boto3-personalize-events/)