skillfed

mypy-boto3-personalize-events

Type annotations for boto3 PersonalizeEvents 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-personalize-events v1.43.0 253.5K downloads/30d#8,518 on PyPI670
Permissive license MIT Active released

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-events

uv

uv add mypy-boto3-personalize-events

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs personalize eventsmypy boto3 type annotationsaws personalize events typingboto3 ide autocomplete supporttype checking aws sdk pythonpyright boto3 stubsvscode python boto3 intellisense
type-stubsboto3aws-sdk

More Software Development packages