Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 640 Bytes

beancount-clj

This project initially aimed to port Beancount into a Clojure library, but due to the extensive functionality, it shifted to using libpython-clj to load Beancount instead.

Getting Started

Add beancount-clj as a dependency

{:deps {clj-python/libpython-clj {:mvn/version "2.024"}
        com.github.chage/beancount-clj {:git/sha "..."}

Python

Currently you need to run under Python venv. And remember to install beancount.

$ python -m venv venv
$ . venv/bin/activate
(venv) $ pip install beancount