Skip to main content

Beancount Importer for DKB CSV exports

Project description

https://badge.fury.io/py/beancount-dkb.svg https://travis-ci.org/siddhantgoel/beancount-dkb.svg?branch=master

beancount-dkb provides an Importer for converting CSV exports of DKB (Deutsche Kredit Bank) account summaries to the Beancount format.

Installation

$ pip install beancount-dkb

Usage

from beancount_dkb import ECImporter, CreditImporter

CONFIG = [
    ECImporter(
        IBAN_NUMBER, 'Assets:DKB:EC', currency='EUR',
        ignore_tagessaldo=True, numeric_locale='de_DE.UTF-8',
        file_encoding='utf-8'
    ),

    CreditImporter(
        CARD_NUMBER, 'Assets:DKB:Credit', currency='EUR',
        ignore_tagessaldo=True, numeric_locale='de_DE.UTF-8',
        file_encoding='utf-8'
    )
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beancount-dkb-0.2.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

beancount_dkb-0.2.1-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page