Python3 module with financial accounts?
Tim Chase
python.list at tim.thechases.com
Wed Apr 1 14:02:27 EDT 2020
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
More information about the Python-list
mailing list