--- id: types-aiobotocore-events version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-events — Type annotations for aiobotocore EventBridge 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 287.7K/mo ## 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 above — 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 pip install types-aiobotocore-events uv add types-aiobotocore-events 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_current - Install friction: low - Maintenance: active - Downloads: 287.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, eventbridge type annotations, mypy boto3 stubs, aws eventbridge typing, aiobotocore autocomplete, type hints for aiobotocore, boto3 type checking, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-events) · [View on PyPI](https://pypi.org/project/types-aiobotocore-events/)