mypy-boto3-events
Type annotations for boto3 EventBridge 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-eventsuv
uv add mypy-boto3-eventspoetry
poetry add mypy-boto3-eventsInstalling 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
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
types-boto3-eventsProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-pipesProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-eventsProvides type stubs and annotations for…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-personalize-eventsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codeconnectionsProvides type annotations for boto3…
permissive · top 15,000 on PyPI
mypy-boto3-schedulerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI