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.0

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.0
File Size Uploaded
lupaxa_pushit-0.1.0.tar.gz 12.1 kB Details

Built distribution (wheel)

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

Total release size: 25.6 kB

Release files / lupaxa_pushit-0.1.0.tar.gz

Download URL lupaxa_pushit-0.1.0.tar.gz
Size 12.1 kB
Tags Source
SHA-256 checksum
How to use checksums
93fb3f589350f8f9ba7cb7a9079e8d40229325806803eb1642440545fbd54aec
BLAKE2b-256 checksum
How to use checksums
b9d6eb9712934be78d47416809965d65e87bf6ca2ed8d226063a6a33fbf47c31
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 22, 2026.

Transparency log

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

Download URL lupaxa_pushit-0.1.0-py3-none-any.whl
Size 13.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bdca43eb60d5b88529ec386796d3f191cf93c100048620df2a4b12a2e1d6c0e7
BLAKE2b-256 checksum
How to use checksums
89a7b34b413a536b7af4af4b16cc06834085b9830c9b38211fa0e420d8c16a16
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 22, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.2

2 release files

0.1.1

2 release files

This release

0.1.0 This release

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