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.3.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for xhb2beancount-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30000b6179dcce63e99b0c848d983260f45465e0183d26101ce7cb2a6a737765 |
|
MD5 | f314e3d1773930bc6b71841a99a3e8e3 |
|
BLAKE2b-256 | dff7bda7bdff207edeb75ea55cb8b975b158655214fd4905ea90b428b5351a06 |