1
0

Add beancount black and beancount parser

This commit is contained in:
Fang-Pen Lin
2023-10-08 17:40:18 -07:00
committed by Simon Michael
parent 15cc8e18cb
commit 91529a9b7a

View File

@@ -377,6 +377,10 @@ Additional helper tools complementing the PTA apps, by category.
- [reorder-journal.sh](https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh) sort hledger entries, preserving directives/comments at top of file (bash)
- [sassetti](https://github.com/jvasile/sassetti) adds lisp macros to ledger files (common lisp)
### Formatting
- [beancount-black](https://github.com/LaunchPlatform/beancount-black) opinionated beancount file formatter
### Reporting
- [budget_report](https://github.com/sulemankm/budget_report) budget reporting with beancount (python)
@@ -449,6 +453,10 @@ Additional helper tools complementing the PTA apps, by category.
- [MoLe](https://fossdroid.com/a/mole.html) mobile client for hledger-web (Android, [java](https://git.ktnx.net/?p=mobile-ledger.git))
- [hledger.org: Mobile apps](https://hledger.org/mobile.html)
### Library
- [beancount-parser](https://github.com/LaunchPlatform/beancount-parser) standalone Lark based beancount syntax parser (not relying on the beancount library)
### API
- [gledger](https://github.com/gledger/gledger) Go package to interface with Ledger (go)