/beancount2ledger

A converter from Beancount to equivalent Ledger syntax.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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.