ibm-eventnotifications
Python server SDK for IBM Cloud Event Notifications service
What it is and what it does
This is the official Python SDK for IBM Cloud Event Notifications, a managed service for routing and delivering event-driven notifications across multiple channels. It wraps the Event Notifications REST API, allowing developers to create and manage notification sources (event origins), topics (logical groupings), destinations (delivery channels), subscriptions (topic-to-destination mappings), and templates. The SDK handles authentication via IBM Cloud IAM and supports both public and private endpoint configurations.
Typical usage involves instantiating an EventNotificationsV1 client with IAM credentials, then calling methods to configure notification infrastructure. The library abstracts HTTP details and response parsing, returning structured Python objects. It depends only on ibm_cloud_sdk_core for authentication and HTTP transport, keeping the dependency footprint minimal.
Use it for:
- Create notification sources, topics, and subscriptions to route infrastructure events to email, SMS, or webhook destinations.
- Configure and manage SMTP settings for email notifications, including user creation and IP whitelisting.
- Build notification templates and apply them across subscriptions to standardize message formatting.
- Monitor notification delivery by retrieving metrics for specific destination types or SMTP configurations.
- Integrate third-party event sources with IBM Cloud by creating notification sources.
- Test destination connectivity before deploying production notification workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for IBM Cloud Event Notifications service, enabling programmatic management of notification sources, topics, destinations, subscriptions, and message delivery.
Yes. This is the official, actively maintained SDK for IBM Cloud Event Notifications. Install it if you are building on IBM Cloud Event Notifications and need programmatic control over notification infrastructure. Low dependency count and permissive licensing remove friction. No known vulnerabilities. Not applicable outside IBM Cloud Event Notifications deployments.
Install
ibm-eventnotifications on PyPI
pip
pip install ibm-eventnotificationsuv
uv add ibm-eventnotificationspoetry
poetry add ibm-eventnotificationsInstalling ibm-eventnotifications
Before you install
Low install friction with a single dependency on ibm_cloud_sdk_core. Actively maintained with recent commits and regular releases since 2021.
License in practice
Apache 2.0 permissive license allows free use, modification, and distribution with minimal restrictions, suitable for commercial and open-source projects.
Quickstart
pip install --upgrade ibm_eventnotifications>=0.24.1
from ibm_eventnotifications.event_notifications_v1 import EventNotificationsV1
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
authenticator = IAMAuthenticator('<iam-api-key>')
event_notifications_service = EventNotificationsV1(authenticator=authenticator)
event_notifications_service.set_service_url('https://region.event-notifications.cloud.ibm.com/event-notifications')
Requires an IBM Cloud account and an Event Notifications Instance
Verify before relying
- Whether Python 3.6 support mentioned in docs is current given classifiers list Python 3.10, 3.11, 3.12 only
- Specific API coverage completeness relative to IBM Cloud Event Notifications service endpoints
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — ibm_cloud_sdk_core |
| Maintenance | actively maintained — 49 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 295,914/month — #7,910 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ibm_eventnotifications-0.24.1-py3-none-any.whl
Keywords: ibm_eventnotifications
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
ibm-vpcPython client library for programmatically…
permissive · top 15,000 on PyPI
ibm-platform-servicesPython client library for IBM Cloud Platform…
permissive · top 5,000 on PyPI
ibm-secrets-manager-sdkA Python client library for programmatically…
permissive · top 15,000 on PyPI
cloudfoundry-clientA Python client library for interacting with…
unclear · top 15,000 on PyPI
trycourierA typed Python client for the Courier REST API…
permissive · top 15,000 on PyPI
ibm-cloud-sdk-coreProvides core authentication, HTTP request…
permissive · top 5,000 on PyPI
novuPython SDK for Novu's notification API,…
permissive · top 15,000 on PyPI
ibmcloudantPython client library for IBM Cloudant and…
permissive · top 5,000 on PyPI
firebase-messagingReceives push notifications sent via Firebase…
permissive · top 15,000 on PyPI
novu-pyA Python SDK for interacting with Novu's…
unclear · top 15,000 on PyPI