On Thu, Jul 16, 2015 at 5:31 AM, Leonardo Melo <[email protected]> wrote: > I can also try some Python
I'd probably work through the Python interface, as it's already built in and making a http API in python isn't that difficult. I've fiddled around with Ledger's python interface a bunch, and it's quite workable once you recognize the rough edges - basically you have to recurse through the data structure to generate your own balances, as it doesn't sum sub-accounts, and frequently you'll have to convert from balance objects to amount objects in order to perform certain math operations: https://github.com/zdw/ledgercalc - Zack -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
