--- id: farama-notifications version: "0.0.6" license: unclear license_treatment: permissive maintenance: active --- # Farama-Notifications — Notifications for all Farama Foundation maintained libraries. License: permissive · Maintenance: active · Downloads: 8.1M/mo ## What it is and what it does Farama-Notifications is a lightweight notification framework designed to deliver messages to users at import time. It has no runtime dependencies and is distributed as a pure Python wheel, making installation straightforward. The package is actively maintained and permissively licensed under MIT. The package serves as infrastructure for the Farama ecosystem. Rather than a standalone tool most developers would use directly, it is typically integrated into other packages to notify users about updates, deprecations, or other important information when those packages are imported. Use it for: - Displaying deprecation warnings when a package is imported - Notifying users of important updates or breaking changes in libraries - Delivering maintenance announcements to users of packages that depend on this library - Centralizing notification logic across multiple dependent packages ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a notification system that Farama Foundation packages can use to display messages to users when those packages are imported. Yes, if you are developing or maintaining a package that needs a standardized way to notify users at import time. No, if you are looking for a general-purpose notification library for your own projects—this is purpose-built infrastructure. Direct end-users of packages that use this library do not need to install this separately; it will be pulled in as a dependency. ## Install pip install farama-notifications uv add farama-notifications poetry add farama-notifications ## Installing Farama-Notifications Before you install: Low install friction with no runtime dependencies. The package is actively maintained, with a recent commit on 2026-04-23 and a latest release on 2026-04-24. License in practice: Licensed under MIT (permissive), so you can use, modify, and distribute this package freely with minimal restrictions. Quickstart: pip install farama-notifications import farama_notifications Verify before relying: - How notifications are actually configured and displayed (the fact sheet does not detail the API or usage patterns) - Whether this is intended as a direct user dependency or primarily as an internal tool for other packages - What message types or notification channels are supported ## Package facts - License: not declared (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 8.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags notification system for packages, import-time notifications, farama packages notifications, user notifications on import, package messaging framework, library notification delivery, notifications [View on SkillFed](https://skillfed.io/packages/farama-notifications) · [View on PyPI](https://pypi.org/project/farama-notifications/)