Skip to main content

Beancount Importer for N26 CSV exports

Project description

https://github.com/siddhantgoel/beancount-n26/workflows/beancount-n26/badge.svg https://img.shields.io/pypi/v/beancount-n26.svg https://img.shields.io/pypi/pyversions/beancount-n26.svg https://img.shields.io/badge/code%20style-black-000000.svg

beancount-n26 provides an 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 master is the development branch so stable is what you should be installing from.

Usage

from beancount_n26 import N26Importer

CONFIG = [
    N26Importer(
        IBAN_NUMBER,
        'Assets:N26',
        language='en',
        file_encoding='utf-8',
    ),
]

Contributing

Contributions are most welcome!

Please make sure you have Python 3.5+ and Poetry installed.

  1. Git clone the repository - git clone https://github.com/siddhantgoel/beancount-n26

  2. Install the packages required for development - poetry install

  3. That’s basically it. You should now be able to run the test suite - poetry run py.test.

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-0.4.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

beancount_n26-0.4.0-py3-none-any.whl (5.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