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.
{:deps {clj-python/libpython-clj {:mvn/version "2.024"}
com.github.chage/beancount-clj {:git/sha "..."}
Currently you need to run under Python venv
. And remember to install beancount
.
$ python -m venv venv
$ . venv/bin/activate
(venv) $ pip install beancount