|
3 weeks ago | |
---|---|---|
.gitignore | 3 weeks ago | |
LICENSE | 3 weeks ago | |
MANIFEST.in | 3 weeks ago | |
README.md | 3 weeks ago | |
beancounttriodos.py | 3 weeks ago | |
setup.py | 3 weeks ago |
beancount-triodos-importer provides a python import script for beancount to import CSV exports from triodos online banking.
Install beancounttriodos
from pip like this:
pip install beancounttriodos
Write a configuration file, eg. config.py
, (or extend your existing one) to include this:
import beancounttriodos
CONFIG = [
beancounttriodos.CSVImporter('Assets:Your:Account')
]
beancount-extract config.py transaction_file.csv
This package is licensed under the MIT License.