Skip to main content

Beancount Importer for ING-DiBa CSV exports

Project description

https://img.shields.io/pypi/v/beancount-ing-diba.svg https://travis-ci.org/siddhantgoel/beancount-ing-diba.svg?branch=stable

beancount-ing-diba provides an Importer for converting CSV exports of ING-DiBa account summaries to the Beancount format.

Installation

$ pip install beancount-ing-diba

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_ing_diba import ECImporter

CONFIG = [
    # ...

    ECImporter(
        IBAN_NUMBER, 'Assets:INGDiBa:EC', 'Max Mustermann',
        numeric_locale='de_DE.UTF-8', file_encoding='ISO-8859-1'
    ),

    # ...
]

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-ing-diba-0.1.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

beancount_ing_diba-0.1.1-py3-none-any.whl (3.9 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