Sync Wealthsimple with Lunch Money.
Project description
Lunchsimple
Lunchsimple syncs your Wealthsimple activity with your Lunch Money budget.
Note: this project uses unofficial Wealthsimple APIs, which may be revoked at any time.
Getting Started
Prerequisites
To install Lunchsimple, you'll need:
- at least Python 3.12
pipx(recommended)- a functioning and accessible system keyring
- should be true for most people, read more about keyring access if you have issues
Installing
You can install Lunchsimple from your terminal using pipx with:
pipx install lunchsimple
Alternatively, without pipx you can try to use plain 'ol pip:
pip install lunchsimple
However, doing so may require you to run as sudo which isn't recommended.
Logging In
You'll need to first log in with your Wealthsimple credentials:
lunchsimple login
Your login information is then stored locally on your system's keyring.
Configuring
You must tell Lunchsimple which Wealthsimple accounts belong to which Lunch Money assets.
It is recommended that you create a test budget to use with Lunchsimple the first time to ensure that you see the transactions that you expect.
First, go to the Accounts page in Lunch Money and create a new account for each Wealthsimple account you want to sync with.
Then, go to the Developers page in Lunch Money and generate an Access Token by clicking Request New Access Token.
Once you have the token, run the following:
lunchsimple configure --access-token "your-access-token"
You can re-run lunchsimple configure anytime to re-configure (or switch budgets if using a test budget).
Syncing
After logging in and configuring, you can finally push Wealthsimple activity into Lunch Money with:
lunchsimple sync
By default, syncing starts from the beginning of the current month.
You can also pass a date to start syncing from:
lunchsimple sync --start-date "2024-12-15"
Roadmap
There's some things that would be nice to have:
- asset balance syncing
- automatic Lunch Money asset creation
- test coverage
- optimized/faster transaction syncing
- better descriptions of trades
Contributing
Know Python? Want to improve Lunchsimple? Submit patches and let's chat.
Credits
This project wouldn't be here without these awesome packages:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lunchsimple-0.2.0.tar.gz.
File metadata
- Download URL: lunchsimple-0.2.0.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c5eda9b0f613b870cfac2665c7068e1482eb92c9f399e3f704a1742e158bc9
|
|
| MD5 |
94a2cdade25c54cc5c742bebb608a313
|
|
| BLAKE2b-256 |
b8396cca1c00db0828de21665709cdcbe981957522dee17620bad2efa349d231
|
File details
Details for the file lunchsimple-0.2.0-py3-none-any.whl.
File metadata
- Download URL: lunchsimple-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62d70db605672163a5f9937d0a519a68c8c5eda23da64eb1ccf0eace73b4db0
|
|
| MD5 |
d2b2676cb1bc683e55ad132a8b468d61
|
|
| BLAKE2b-256 |
3c7796e8e9d08d235d63434052a10cdf2f62c1542d19de9557f56abc9000f54e
|