Metadata-Version: 2.1
Name: ofxstatement-chebanca
Version: 0.1
Summary: CheBanca! plugin for ofxstatement
Home-page: https://github.com/3v1n0/ofxstatement-chebanca
Author: Marco Trevisan
Author-email: mail@3v1n0.net
License: GPLv3
Keywords: ofx,banking,statement,chebanca,che-banca
Platform: UNKNOWN
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)

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

Parses CheBanca! xslx statement files to be used with GNU Cash or HomeBank.

## Installation

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

### `pip`

    pip3 install --user ofxstatement-intesasp

### `setup.py`

    python3 setup.py install --user

## Configuration

To edit the config file run this command

    ofxstatement edit-config

Save and exit the text editor

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

    ofxstatement convert -t chebanca CheBanca.xlsx CheBanca.ofx


