Registry / devops / lunchable-primelunch

lunchable-primelunch

JSON →
library1.1.0pypypiunverified

LunchMoney Amazon Transaction Updater: parses Amazon order history CSVs and updates LunchMoney transactions with correct categories, tags, and merchant names. Version 1.1.0, requires Python 3.9+, release cadence irregular.

pip install lunchable-primelunch
INSTALL
IMPORT
SIG · LUNCHABLE-PRIMELUN
L
lunchable-primelunch
devopspythonv1.1.0
Install
11.6s avg
Import
Disk
193MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
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
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 192.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 11.6s · import 0.000s · 184MB
193MB installed
● package 193MB
Code
Verified usage

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

PrimeLunch
from lunchable_primelunch import PrimeLunch
from primelunch import PrimeLunch

Parses an Amazon orders CSV and updates LunchMoney transactions.

import os from primelunch import PrimeLunch pl = PrimeLunch(api_key=os.environ.get('LUNCHMONEY_ACCESS_TOKEN', '')) pl.parse_and_update('orders.csv')
Debug
Known issues
gotchaImport path is 'primelunch', not 'lunchable_primelunch'.
fix
Use 'from primelunch import PrimeLunch'.
affects: all
gotchaAmazon CSV must be in the format downloaded from 'Your Orders' page (not the invoice).
fix
Download order history CSV from Amazon's 'Your Orders' page.
affects: all
Upgrade
Version history
1.1.0latest on PyPI · released Aug 25, 2025
Audit
Dependencies
lunchablerequiredUses LunchMoney client for API interactions.
pandasrequiredNeeded for CSV parsing and data manipulation.
numpyrequiredDependency of pandas, pinned to avoid numpy 2.0 issues.
Agent activity
13 hits · last 30 days
node
12
Resources
lunchable-primelunch — pip install lunchable-primelunch · libregistry