Skip to content

siddhantgoel/beancount-commerzbank

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ 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',
    ),
]