Skip to main content

Beancount Importer for N26 CSV exports with extended regex classification

Project description

Beancount N26 Importer

image

image

image

image

beancount-n26-with-regexes provides a Beancount Importer for converting CSV exports of N26 account summaries to the Beancount format.

Installation

$ pip install beancount-n26

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_n26_with_regexes import N26Importer

CONFIG = [
    N26Importer(
        IBAN_NUMBER,
        'Assets:N26',
        language='en',
        file_encoding='utf-8',
        fill_default=True,
        account_to_ayees={
           "Expenses:Food:Restaurants": [
              # Regex 'style' payee name
              "amorino",
              "five guys.*",
           ]
        }
    ),
]

References

This is a fork of: https://github.com/siddhantgoel/beancount-n26

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-n26-with-regexes-0.6.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

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