Last updated:
0 purchases
beancountimportsparkasse 0.0.1a0
Beancount Importer - Sparkasse
Installation
The importer is available on PyPI
pip install --user beancount-import-sparkasse
Configuration
Add the importer to your beancount import config
from beancount_import_sparkase import SparkasseCSVCAMTImporter
CONFIG = [
SparkasseCSVCAMTImporter(
iban="DE01 2345 6789 0123 4567 89",
account="Assets:DE:Sparkasse:Giro"
)
]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.