skillfed

types-aiobotocore-events

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

types-aiobotocore-events v3.9.0 287.7K downloads/30d#8,030 on PyPI670
Permissive license MIT Active released

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

uv

uv add types-aiobotocore-events

poetry

poetry add types-aiobotocore-events

Installing 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

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

aiobotocore type stubseventbridge type annotationsmypy boto3 stubsaws eventbridge typingaiobotocore autocompletetype hints for aiobotocoreboto3 type checking
type-stubsaws-sdkasync

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

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-connect

Provides type stubs and annotations for the…

permissive · top 15,000 on PyPI

mypy-boto3-events

Provides type annotations for boto3's…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI