beancount-n26-with-regexes 0.6.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

beancountn26withregexes 0.6.0

Beancount N26 Importer




beancount-n26-with-regexes provides a Beancount Importer for converting CSV exports of
N26 account summaries to the Beancount format.
Installation
$ pip install beancount-n26

In case you prefer installing from the Github repository, please note that
main is the development branch so stable is what you should be installing
from.
Usage
from beancount_n26_with_regexes import N26Importer

CONFIG = [
N26Importer(
IBAN_NUMBER,
'Assets:N26',
language='en',
file_encoding='utf-8',
fill_default=True,
account_to_ayees={
"Expenses:Food:Restaurants": [
# Regex 'style' payee name
"amorino",
"five guys.*",
]
}
),
]

References
This is a fork of: https://github.com/siddhantgoel/beancount-n26

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.