--- id: ibm-eventnotifications version: "0.24.1" license: Apache 2.0 license_treatment: permissive maintenance: active --- # ibm-eventnotifications — Python server SDK for IBM Cloud Event Notifications service License: permissive · Maintenance: active · Downloads: 295.9K/mo ## 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 above — 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 pip install ibm-eventnotifications uv add ibm-eventnotifications 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('') 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: unspecified - Install friction: low - Maintenance: active - Downloads: 295.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags IBM Cloud Event Notifications SDK, event notification management Python, IBM Cloud notification API client, event-driven notification service, cloud notification destinations, subscription and topic management, SMTP notification configuration, ibm-cloud, event-notifications, sdk [View on SkillFed](https://skillfed.io/packages/ibm-eventnotifications) · [View on PyPI](https://pypi.org/project/ibm-eventnotifications/)