siddhantgoel / beancount-commerzbank

Beancount Importers for Commerzbank (Germany) CSV Exports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Looking for maintainers

This project is not being actively maintained.

It might still continue to work. But as I don't have a Commerzbank account anymore, I don't know how the updated CSV format looks like and can't adjust the Importer classes accordingly.

Drop me an email if you'd like to take ownership.


Beancount Commerzbank Importer

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

image

image

image

image

Installation

$ pip install beancount-commerzbank

In case you prefer installing from the Github repository, please note that main 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',
    ),
]

About

Beancount Importers for Commerzbank (Germany) CSV Exports

License:MIT License


Languages

Language:Python 96.6%Language:Makefile 3.4%