Beancount Importer for N26 CSV exports with extended regex classification
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file beancount-n26-with-regexes-0.6.0.tar.gz
.
File metadata
- Download URL: beancount-n26-with-regexes-0.6.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d60c633226643f30a4264dbc3ea056d7e0b4ba96c2f6a17a9914792133bf44 |
|
MD5 | c0930810e8a2f9657efd345d77dec645 |
|
BLAKE2b-256 | d73b2a11c1111feca0cf2c1f3d01bf6f0346ab7e33318f8aa1b83bd0884949aa |
File details
Details for the file beancount_n26_with_regexes-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: beancount_n26_with_regexes-0.6.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5488f1fd81a85244151aa859a595d1b9838f874a7fb981555e2d38b643624fd |
|
MD5 | e5da4e3a38981b619d9f72bacfab9840 |
|
BLAKE2b-256 | 189bfca26241d6fdfaf82449f3ee98dace6253eb15eb06a91dbe68302e118a56 |