ledger python module documentation

2021-10-05 Thread lipp f
I have seen python/demo.py in the distribution but I am looking for somethin more detaled. Like a standard python module documentation. Is it available anywhere? TIA. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this gro

Re: ledger python module documentation

2021-10-05 Thread Martin Michlmayr
* lipp f [2021-10-05 16:55]: > I have seen python/demo.py in the distribution but I am looking for > somethin more detaled. Like a standard python module documentation. > > Is it available anywhere? TIA. Unfortunately not. -- Martin Michlmayr https://www.cyrius.com/ -- --- You received th

Re: ledger python module documentation

2021-10-05 Thread lipp f
Actually the module itself has pretty good documentation. $ python >>> import ledger >>> help(ledger) ... and everithing is there. On Tuesday, October 5, 2021 at 7:55:13 PM UTC-4 lipp f wrote: > I have seen python/demo.py in the distribution but I am looking for > somethin more detaled. Like

Re: ledger python module documentation

2021-10-05 Thread John Wiegley
> "MM" == Martin Michlmayr writes: >> I have seen python/demo.py in the distribution but I am looking for >> somethin more detaled. Like a standard python module documentation. >> >> Is it available anywhere? TIA. MM> Unfortunately not. There's just the code, in the py*.cc modules, from wh

Re: ledger python module documentation

2021-10-05 Thread o1bigtenor
On Tue, Oct 5, 2021 at 6:55 PM lipp f wrote: > I have seen python/demo.py in the distribution but I am looking for > somethin more detaled. Like a standard python module documentation. > > Is it available anywhere? TIA. > > > Went looking at the code - - - - IANAP but I like the commenting! There