Skip to content

NTFY LITE

ntfy_lite is a minimalistic python API for sending ntfy notifications.

It comes with a Handler for the logging package.

Basic usage:

import ntfy_lite as ntfy

ntfy.push(
  "my topic", priority=ntfy.Priority.DEFAULT, message="my message"
)