Python3 module with financial accounts?
Peter Wiehe
info at pwiehe.de
Wed Apr 1 14:08:56 EDT 2020
On 01.04.20 20:02, Tim Chase wrote:
> On 2020-04-01 19:27, Peter Wiehe wrote:
>> Is there a Python3 module with financial accounts?
> You'd have to be more specific. For interacting with online accounts
> with financial institutions? For tracking financial data locally?
>
> There's beancount (http://furius.ca/beancount/ and written in Python)
> which does plaintext accounting (https://plaintextaccounting.org/)
> for wrangling financial account information using double-entry
> bookkeeping methods.
>
> -tkc
>
>
>
It's for tracking my own expenses and income, using double-entries.
On first glance this is exactly what I was looking for!
Thank you
Peter
More information about the Python-list
mailing list