CSV importer script from Triodos online banking for beancount
Project description
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.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file beancounttriodos-1.0.1.tar.gz.
File metadata
- Download URL: beancounttriodos-1.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7c1733d73d809e72843d16f19ceeb41cd48c14d34a31939b0159d948e4f3fb1
|
|
| MD5 |
a4384a14a84f89d4db47c4c452150467
|
|
| BLAKE2b-256 |
f9baf46e30bd70e4b412e2da653f65cf92541d2aeefa9d8e2b43a289ae35bea2
|
File details
Details for the file beancounttriodos-1.0.1-py3-none-any.whl.
File metadata
- Download URL: beancounttriodos-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
090d49dcabaf8b1c09f0c04673393b627aba98003c47a46fc1d24c8c8343d692
|
|
| MD5 |
a7d8ce0a77dd9bd5c13d79980b9ed594
|
|
| BLAKE2b-256 |
1b3237ce2447dbd0cc9ca16ded6200ab17801e41df2aeb5490881659fac4c745
|