1
0

move the wiki content into the main site

(keeping the current filenames and Obsidian pseudo-compatibility)
This commit is contained in:
Simon Michael
2023-11-27 19:24:02 -10:00
parent 6f67b1bc2c
commit 60f7c63f04
50 changed files with 1940 additions and 16 deletions

9
src/API-access.md Normal file
View File

@@ -0,0 +1,9 @@
- [Ledger: Extending with Python](https://www.ledger-cli.org/3.0/doc/ledger3.html#Extending-with-Python)
- [Ledger Python 3 Support](https://groups.google.com/forum/#!topic/ledger-cli/C99w-79Jq8o) Python
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) Python
- [hledger-lib](http://hackage.haskell.org/package/hledger-lib),
[hledger](http://hackage.haskell.org/package/hledger),
[an example](http://stefanorodighiero.net/posts/2015-01-04-hledger-find-duplicate-accounts.html)
- [hledger-web: JSON API](https://hledger.org/hledger-web.html#json-api)
- [node-hledger](https://github.com/rstacruz/node-hledger) JavaScript