# 使用 Homebrew 安装 notifiers

查看 notifiers 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:notifiers
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install notifiers
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:notifiers
- **软件包管理器:** Homebrew
- **版本:** 1.3.6
- **来源摘要:** Easy way to send notifications
- **主页:** <https://pypi.org/project/notifiers/>
- **最后更新:** 2026-05-14T09:54:08Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- notifiers (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.3.6
## 项目历史与用法

notifiers is a Python library and CLI that provides a unified interface for sending notifications through many third-party providers. It is aimed at developers who want notifications in scripts, applications, or logging without writing separate integrations for every provider.

### 项目历史

The PyPI release history starts with 0.1 uploaded on 2017-08-03. Repository tag history shows the same early 0.x period, a v1.0.0 tag on 2018-08-07, a 1.2.0 tag on 2019-07-25, and later 1.3.x work. PyPI metadata for the checked package showed 1.3.6 uploaded on 2025-05-17.

The project appears in source metadata as liiight/notifiers and in the package input as github.com/notifiers/notifiers; the PyPI project URLs point at github.com/liiight/notifiers. The Homebrew formula packages the Python distribution as a command named notifiers.

### 采用历史

Adoption is primarily Python-library adoption rather than Homebrew adoption. The README advertises PyPI, Docker, Read the Docs, and a Pepy downloads badge, while Homebrew's formula JSON reported 299 installs over the 365-day window. That suggests Homebrew is a convenience install path, not the main distribution channel.

### 使用方式

The core Python usage is get_notifier('pushover') or notify('pushover', ...), returning a provider-specific NotificationResponse through a common API. The CLI exposes provider commands such as notifiers pushover notify, and the logging integration lets users attach a NotificationHandler to Python's standard logging module so errors can trigger notifications.

Supported providers listed by the README include Pushover, SimplePush, Slack, Gmail, SMTP email, Telegram, Gitter, Pushbullet, Join, Zulip, Twilio, PagerDuty, Mailgun, StatusPage.io, iCloud, VictorOps/Splunk On-Call, and Notify.

### 为什么软件包爱好者会关心

notifiers matters as glue: it trades deep provider-specific features for a stable, script-friendly facade over many notification APIs. For package people, it is also a reminder that the same project can be packaged as a Python library, a CLI, a Docker image, and a Homebrew formula.

### 时间线

- 2017-08-03: notifiers 0.1 uploaded to PyPI.
- 2018-08-07: repository tag v1.0.0.
- 2019-07-25: repository tag 1.2.0.
- 2025-05-17: PyPI release 1.3.6, matching the Homebrew stable version checked here.

### Related projects

- requests, jsonschema, click, Python logging, Pushover, Slack, Telegram, Twilio, PagerDuty.

### 来源

- <https://formulae.brew.sh/api/formula/notifiers.json>
- <https://github.com/liiight/notifiers>
- <https://notifiers.readthedocs.io/en/latest/>
- <https://pypi.org/project/notifiers/>
- <https://pypi.org/pypi/notifiers/json>


## 安全说明

没有找到 notifiers 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Combined YAML source

View the package source record on GitHub. [combined/notifiers.yml](https://github.com/mxcl/pkgdb/blob/main/combined/notifiers.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
