mypy-boto3-personalize-events
Type annotations for boto3 PersonalizeEvents 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-personalize-events on PyPI
pip
pip install mypy-boto3-personalize-eventsuv
uv add mypy-boto3-personalize-eventspoetry
poetry add mypy-boto3-personalize-eventsInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 253,470/month — #8,518 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_personalize_events-1.43.0-py3-none-any.whl
Keywords: boto3, personalize-events, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-personalizeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-personalize-runtimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ioteventsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-eventsProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotevents-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI