Skip to content

chage/beancount-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published