Skip to content

A converter from Beancount to equivalent Ledger syntax.

License

Notifications You must be signed in to change notification settings

tbm/beancount2ledger

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%