Skip to main content

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)

Uploaded Source

Built Distribution

xhb2beancount-0.1.3-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page