Registry / communication / lunchable-pushlunch

lunchable-pushlunch

JSON →
library1.4.0pypypi✓ verified 80d ago

LunchMoney Push Notifications via Pushover and ntfy. Current version 1.4.0. Released semi-annually.

pip install lunchable-pushlunch
INSTALL
IMPORT
SIG · LUNCHABLE-PUSHLUNC
L
lunchable-pushlunch
communicationpythonv1.4.0
Install
5.2s avg
Import
Disk
44MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.4.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 45.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 5.2s · import 0.000s · 45MB
44MB installed
● package 44MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PushLunch
from lunchable_pushlunch import PushLunch
from lunchable_pushlunch import Pushlunch

Basic usage to send a Pushover notification.

import os from lunchable_pushlunch import Pushlunch # Configure via environment variables or constructor args client = Pushlunch( lunchmoney_token=os.environ.get("LUNCHMONEY_TOKEN", ""), pushover_user_key=os.environ.get("PUSHOVER_USER_KEY", ""), pushover_api_token=os.environ.get("PUSHOVER_API_TOKEN", ""), ) # Send a notification client.notify("Test notification from Pushlunch")
Debug
Known issues
gotchaThe library requires both Pushover user key AND API token. Missing one will fail silently or raise an error.
fix
Set all three env vars: LUNCHMONEY_TOKEN, PUSHOVER_USER_KEY, PUSHOVER_API_TOKEN.
affects: all
deprecatedPushover is the default provider; ntfy support is experimental (v1.4.0). Future versions may change the API.
fix
Check the README for ntfy configuration specifics.
affects: >=1.4.0
gotchaThe package uses underscore in import path (lunchable_pushlunch), not hyphen (lunchable-pushlunch).
fix
Use `from lunchable_pushlunch import Pushlunch`.
affects: all
Upgrade
Version history
1.4.0latest on PyPI · released Oct 8, 2025
Audit
Dependencies
lunchablerequiredCore LunchMoney API client
pushoveroptionalPushover notifications
ntfyoptionalntfy notifications (since v1.4.0)
Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
lunchable-pushlunch — pip install lunchable-pushlunch · libregistry