_cli
#
Lunchmoney CLI
LunchMoneyContext
#
Bases: LunchableModel
Context Object to PAss Around CLI
Parameters:
Name | Type | Description | Default |
---|---|---|---|
debug |
bool
|
|
required |
access_token |
str | None
|
|
required |
Source code in lunchable/_cli.py
cli(ctx, debug, access_token)
#
Interactions with Lunch Money via lunchable 🍱
Source code in lunchable/_cli.py
http(context, url, request, data)
#
Interact with the LunchMoney API
lunchable http /v1/transactions
Source code in lunchable/_cli.py
lunchmoney_transactions(context, **kwargs)
#
Retrieve Lunch Money Transactions
Source code in lunchable/_cli.py
plugins()
#
Interact with Lunchable Plugins
Install lunchable with the "plugins" extra to get all the known plugins
pipx install "lunchable[plugins]"