Metadata-Version: 2.1
Name: ofxstatement-n26
Version: 0.2
Summary: N26 plugin for ofxstatement
Home-page: https://github.com/3v1n0/ofxstatement-n26
Author: Marco Trevisan
Author-email: mail@3v1n0.net
License: GPLv3
Keywords: ofx,banking,statement,n26,che-banca
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown

# N26 Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)

Parses N26 csv statement files to be used with GNU Cash or HomeBank.

It only supports categories the Italian statements yet, but all languages can be
easily supported by adding localized strings to the mapping dictionary.

So, contributions are welcome!

## Installation

You can install the plugin as usual from pip or directly from the downloaded git

### `pip`

    pip3 install --user ofxstatement-n26

### `setup.py`

    python3 setup.py install --user

## Usage
Download your transactions file from the official bank's site and then run

    ofxstatement convert -t n26 n26-csv-transactions.csv n26.ofx
