{"library":"lunchable-primelunch","title":"lunchable-primelunch","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install lunchable-primelunch"],"cli":null},"imports":["from primelunch import PrimeLunch"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom primelunch import PrimeLunch\n\npl = PrimeLunch(api_key=os.environ.get('LUNCHMONEY_ACCESS_TOKEN', ''))\npl.parse_and_update('orders.csv')","lang":"python","description":"Parses an Amazon orders CSV and updates LunchMoney transactions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}