Convert Homebank files to Beancount format.
Project description
xhb2beancount
Homebank to Beancount converter.
Install
I recommend using pipx.
pipx install xhb2beancount
Or just create a virtualenv and run pip install xhb2beancount
.
Usage
xhb2beancount file.xhb > file.beancount
If you have beancount installed you can format it with bean-format.
xhb2beancount file.xhb | bean-format -c 78 > file.beancount
You can customize the conversion passing a config file as an argument.
xhb2beancount --config config.py file.xhb
Copy the default config file and edit it to suit your needs.
You can also use the option --print-config-dicts
to print the categories, accounts, payees and tags
from your Homebank file as dictionares and copy them to your config file.
xhb2beancount file.xhb --print-config-dicts
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xhb2beancount-0.1.2.tar.gz
(7.5 kB
view hashes)
Built Distribution
Close
Hashes for xhb2beancount-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c4ab736b894eb9b9fa27a72b7a83e7f731e5ffd8dd04bb865c5b3ae07120c21 |
|
MD5 | 779e3c1bd37a06df88c49d9e564def95 |
|
BLAKE2b-256 | eb6f549c0645324a32473281fe17473aaf8c4b1331d1016ca18fbea60ff4daf7 |