Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 783 Bytes

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.