Skip to main content

Project Logo

The Lupaxa Notifications Toolbox
Part of The Lupaxa Project


lupaxa-pushit

Send Pushover notifications.

Features

  • Send a message with an optional title and supplementary URL
  • Set priority, sound, and one or more target devices
  • Upload one attachment
  • Configure emergency retry and expiry values
  • Deliver to a Pushover group
  • List available Pushover sounds
  • Keep named profiles in $HOME/.pushit.yml
  • Use the Pushit library class or the pushit command

Installation

From PyPI

pip install lupaxa-pushit

From source (development mode)

pip install -e ".[dev]"

Requires Python 3.13+. Runtime dependencies: requests and PyYAML.

Library quick start

from lupaxa.pushit import Pushit, load_profile

profile = load_profile("alerts")
client = Pushit(
    profile.api_token,
    user_key=profile.user_key,
    timeout=profile.timeout or 10.0,
)
body = client.send_message(
    "disk full",
    title="pushit",
    priority=2,
    retry=30,
    expire=3600,
    group_key="GROUP_KEY",
)
client.list_sounds()

CLI quick start

pushit --user "$PUSHOVER_USER_KEY" --token "$PUSHOVER_API_TOKEN" --text "Hello"
pushit --profile alerts --text "Hello"
pushit -p alerts --config "$HOME/work/pushit.yml" --text "Disk full"
pushit --profile alerts --text "down" --emergency --group "$PUSHOVER_GROUP_KEY"
pushit --profile alerts --text "see" --title pushit --url https://example.com --url-title Open
pushit --profile alerts --text "see" --attachment report.png --sound pushover --device phone
pushit --token "$PUSHOVER_API_TOKEN" --sounds
python -m lupaxa.pushit --version

--text is the message. --emergency and --group may be combined with it. --sounds cannot be combined with a send. The $PUSHOVER_* names are shell variables expanded before pushit runs; pushit does not read environment variables.

The Lupaxa Project Footer

Release files for lupaxa-pushit 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for lupaxa-pushit 0.1.1
File Size Uploaded
lupaxa_pushit-0.1.1.tar.gz 12.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for lupaxa-pushit 0.1.1
File Interpreter ABI Platform
lupaxa_pushit-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size: 25.6 kB

Release files / lupaxa_pushit-0.1.1.tar.gz

Download URL lupaxa_pushit-0.1.1.tar.gz
Size 12.1 kB
Tags Source
SHA-256 checksum
How to use checksums
0db02d471919c678cb7cbf72a934eefb1a448aed3bb32edc53a0d2417c0b3489
BLAKE2b-256 checksum
How to use checksums
13c89f38dc6c6eb6bb4777c00125dc99b80968d8896da6952b1ecef58bccb600
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / lupaxa_pushit-0.1.1-py3-none-any.whl

Download URL lupaxa_pushit-0.1.1-py3-none-any.whl
Size 13.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
63a21ba4fcfb06f6f617c0b0e541cec61ec6c131115fe048ccbb418020121075
BLAKE2b-256 checksum
How to use checksums
653a3e9936b169be02375c4afaf0d7a3031e8dd934d5c5bb3de4a0da16c7cd37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.2

2 release files

This release

0.1.1 This release

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page