skillfed

mypy-boto3-events

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

mypy-boto3-events v1.43.0 1.4M downloads/30d#3,894 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-events is a type-stub package that adds complete type annotations for boto3's EventBridge service. It is generated from boto3 version 1.43.0 using mypy-boto3-builder and works with standard Python type checkers and IDEs. The package provides explicit type hints for EventBridge clients, paginators, waiters, and service resource types, allowing your editor and type checker to catch errors and offer code completion as you write boto3 EventBridge code.

You install it alongside boto3 in your development environment—it is a development-only dependency and does not affect runtime behavior. It integrates transparently with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. The package is MIT-licensed, actively maintained, and carries no known security vulnerabilities.

Use it for:

  • Enable IDE autocompletion and type checking for EventBridge client calls without manual type annotations.
  • Catch EventBridge API usage errors at development time using mypy or pyright before running code.
  • Document EventBridge method signatures and parameter types for team members reading the code.
  • Migrate boto3 EventBridge code to a typed codebase incrementally using TYPE_CHECKING guards.
  • Use in CI/CD pipelines to enforce type safety on EventBridge integration code.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations for boto3's EventBridge service, enabling type checking and IDE autocompletion in mypy, pyright, VSCode, PyCharm, and other tools.

Yes. If you use boto3 EventBridge and want type safety and IDE support, install this package in your development environment. It has minimal dependencies, no security issues, and active maintenance. The only caveat: PyCharm users may experience performance issues with the full stubs; the documentation recommends the lite variant in that case.

Install

mypy-boto3-events on PyPI

pip

pip install mypy-boto3-events

uv

uv add mypy-boto3-events

poetry

poetry add mypy-boto3-events

Installing mypy-boto3-events

Before you install

Low install friction; single runtime dependency on typing-extensions. Actively maintained with recent commits and no known vulnerabilities.

License in practice

MIT license permits use in any project, commercial or open-source, with minimal restrictions.

Quickstart

pip install mypy-boto3-events

from boto3.session import Session
from mypy_boto3_events import EventBridgeClient

client: EventBridgeClient = Session().client("events")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether performance impact in PyCharm is acceptable for your codebase size (docs mention potential slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) would be preferable for your IDE or use case.

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 1,439,209/month — #3,894 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_events-1.43.0-py3-none-any.whl

Keywords: boto3, 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 eventbridgemypy boto3 events annotationseventbridge type hintsboto3 events ide autocompleteaws eventbridge typingboto3-stubs events service
type-stubsboto3aws

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-boto3-events

Provides type annotations for boto3's…

permissive · top 15,000 on PyPI

mypy-boto3-pipes

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-events

Provides type stubs and annotations for…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-personalize-events

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-codeconnections

Provides type annotations for boto3…

permissive · top 15,000 on PyPI

mypy-boto3-scheduler

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI