beancount-commerzbank

Beancount Importer for Commerzbank (DE) CSV exports


Keywords
beancount, cli-accounting, finance, accounting, banking, commerzbank, germany, personal-finance, plaintext-accounting, python, python3
License
MIT
Install
pip install beancount-commerzbank==0.2.1

Documentation

Beancount Commerzbank Importer

beancount-commerzbank provides an Importer for converting CSV exports of Commerzbank account summaries to the Beancount format.

Installation

$ pip install beancount-commerzbank

In case you prefer installing from the Github repository, please note that master is the development branch so stable is what you should be installing from.

Usage

from beancount_commerzbank import ECImporter

CONFIG = [
    ECImporter(
        IBAN_NUMBER,
        'Assets:Commerzbank:EC',
        currency='EUR',
        file_encoding='utf-8-sig',
    ),
]