Install & Compatibility
Where this runs
tested against v1.1.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
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 51.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 6.3s · import 0.000s · 51MB
50MB installed
● package 50MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
splitlunch
✓ import lunchable_splitlunch
✗ from lunchable_splitlunch import splitlunch
Basic usage: synchronize Splitwise transactions to LunchMoney.
import os
from lunchable_splitlunch import splitlunch
# Set environment variables or pass directly
splitwise_consumer_key = os.environ.get('SPLITWISE_CONSUMER_KEY', '')
splitwise_consumer_secret = os.environ.get('SPLITWISE_CONSUMER_SECRET', '')
lunchmoney_access_token = os.environ.get('LUNCHMONEY_ACCESS_TOKEN', '')
# Run synchronization
splitlunch.run(
splitwise_consumer_key=splitwise_consumer_key,
splitwise_consumer_secret=splitwise_consumer_secret,
lunchmoney_access_token=lunchmoney_access_token
)
Upgrade
Version history
1.1.0latest on PyPI · released Aug 26, 2025
Audit
Dependencies
lunchablerequiredCore integration with LunchMoney API
splitwiserequiredCore integration with Splitwise API