Beancount Triodos Importer
beancount-triodos-importer provides a python import script for beancount to import CSV exports from triodos online banking.
Usage
Installation
Install beancounttriodos from pip like this:
pip install beancounttriodos
Configuration
Write a configuration file, eg. config.py, (or extend your existing one) to include this:
import beangulp
import beancounttriodos
CONFIG = [
beancounttriodos.CSVImporter('NL12TRIO3456789012', 'Assets:Your:Account')
]
if __name__ == '__main__':
main = beangulp.Ingest(CONFIG)
main()
Your IBAN account number (NL12TRIO3456789012 in the example) will be
used by beangulp to match with the CSV export from the website.
Daily use
- Download the CSV file from your triodos online banking,
- Run
config.py extract transaction_file.csv
License
This package is licensed under the MIT License.
Release files for beancounttriodos 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| beancounttriodos-1.0.1.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| beancounttriodos-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / beancounttriodos-1.0.1.tar.gz
| Download URL | beancounttriodos-1.0.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d7c1733d73d809e72843d16f19ceeb41cd48c14d34a31939b0159d948e4f3fb1
|
|
BLAKE2b-256 checksum How to use checksums |
f9baf46e30bd70e4b412e2da653f65cf92541d2aeefa9d8e2b43a289ae35bea2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.2
|
Release files / beancounttriodos-1.0.1-py3-none-any.whl
| Download URL | beancounttriodos-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
090d49dcabaf8b1c09f0c04673393b627aba98003c47a46fc1d24c8c8343d692
|
|
BLAKE2b-256 checksum How to use checksums |
1b3237ce2447dbd0cc9ca16ded6200ab17801e41df2aeb5490881659fac4c745
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.2
|