types-aiobotocore-events
Type annotations for aiobotocore EventBridge 3.9.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 complete type annotations for aiobotocore's EventBridge service. It is generated automatically from AWS service definitions using mypy-boto3-builder and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and linters to provide autocomplete, inline documentation, and static type checking for async EventBridge API calls.
The package is a development-time dependency—it does not affect runtime behavior but dramatically improves the developer experience when writing aiobotocore code. It includes annotations for clients, paginators, waiters, and type literals, allowing you to catch type errors before execution and write more maintainable code with full IDE support.
Use it for:
- Enable IDE autocomplete and inline type hints when writing async EventBridge client code with aiobotocore.
- Run mypy or pyright type checking on EventBridge operations to catch type mismatches before deployment.
- Provide explicit type annotations for EventBridge client, paginators, and service resources in a larger async application.
- Use in a CI/CD pipeline to enforce type safety on EventBridge integration code without runtime overhead.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs and annotations for aiobotocore's EventBridge service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis for async AWS EventBridge operations.
Yes, if you use aiobotocore with EventBridge. It is a lightweight, actively maintained, MIT-licensed type stub with no security issues and low install friction. It is a development dependency that adds significant value through IDE support and static type checking. Install it in your development environment; consider using TYPE_CHECKING guards to avoid a production dependency.
Install
types-aiobotocore-events on PyPI
pip
pip install types-aiobotocore-eventsuv
uv add types-aiobotocore-eventspoetry
poetry add types-aiobotocore-eventsInstalling types-aiobotocore-events
Before you install
Low friction install with a single lightweight dependency (typing-extensions). Actively maintained with a recent release (12 days old) and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects.
Quickstart
pip install types-aiobotocore-events
from aiobotocore.session import get_session
from types_aiobotocore_events import EventBridgeClient
session = get_session()
async with session.create_client("events") as client:
client: EventBridgeClient
# Type checking and IDE completion now work
Requires Python 3.9 or later; aiobotocore must be installed separately to use the types at runtime.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed.
- Whether a lite variant (types-aiobotocore-lite) is recommended for your specific IDE to avoid performance degradation.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 287,666/month — #8,030 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_events-3.9.0-py3-none-any.whl
Keywords: aiobotocore, events, aiobotocore-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
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-connectProvides type stubs and annotations for the…
permissive · top 15,000 on PyPI
mypy-boto3-eventsProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI