Metadata-Version: 2.1
Name: ofxstatement-chebanca
Version: 0.3
Summary: CheBanca! plugin for ofxstatement
Home-page: https://github.com/3v1n0/ofxstatement-chebanca
Author: Marco Trevisan
Author-email: mail@3v1n0.net
License: GPLv3
Description: # 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-chebanca
        
        ### `setup.py`
        
            python3 setup.py install --user
        
        ## Usage
        Download your transactions file from the official bank's site and then run
        
            ofxstatement convert -t chebanca CheBanca.xlsx CheBanca.ofx
        
        
        ### Loading Historical data
        
        This only supports the statements for the last year, however it's also possible
        to convert the old per-quarter statements that are available from the archive as
        PDF files.
        
        A plugin is provided that uses `poppler-util`'s `pdftotext` to easily generate
        machine parse-able data.
        
        This is an experimental plugin, that may not alwyas work but it can be used via:
        
            ofxstatement -d convert -t chebanca-pdf ./dir-containing-all-pdfs
            ofxstatement -d convert -t chebanca-pdf CheBanca-20-Q2.pdf
        
Keywords: ofx,banking,statement,chebanca,che-banca,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)
Description-Content-Type: text/markdown
