skillfed

ibm-eventnotifications

Python server SDK for IBM Cloud Event Notifications service

ibm-eventnotifications v0.24.1 295.9K downloads/30d#7,910 on PyPI1
Permissive license Apache 2.0 Active released

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

uv

uv add ibm-eventnotifications

poetry

poetry add ibm-eventnotifications

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Libraries :: Python Modules

Tags

IBM Cloud Event Notifications SDKevent notification management PythonIBM Cloud notification API clientevent-driven notification servicecloud notification destinationssubscription and topic managementSMTP notification configuration
ibm-cloudevent-notificationssdk

More Python Modules packages