davidhelbig / beancount2ledger

A converter from Beancount to equivalent Ledger syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Beancount2ledger

Beancount2ledger converts files in the beancount format to either ledger or hledger output.

Installation

You can install beancount2ledger with pip:

pip3 install beancount2ledger

Usage

Beancount2ledger takes a file argument, loads the file into beancount data structures, and converts the data to ledger output.

You can use the --format (-f) option to toggle between ledger and hledger output.

Documentation

You can read the documentation online thanks to Read the Docs.

About

A converter from Beancount to equivalent Ledger syntax.

License:GNU General Public License v2.0


Languages

Language:Python 99.1%Language:Makefile 0.5%Language:Shell 0.4%