Metadata-Version: 1.1
Name: ofxstatement-intesasp
Version: 0.1.4
Summary: Plugin for ofxstatement that supports Intesa San paoloxlsx file
Home-page: https://github.com/Jacotsu/ofxstatement-intesasp
Author: Di Campli D. Raffaele Jr
Author-email: dcdrj.pub@gmail.com
License: GPLv3
Description: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        IntesaSP plugin for ofxstatement
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        This plugin parses the Intesa San paolo xlsx statement file
        
        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
        
        
        Substitute the zeroes with your bank's BIC/SWIFT code
        ::
        
          [IntesaSP]
          BIC = 0000000
          plugin = IntesaSP
        
        Save and exit the text editor
        
        Usage
        ================================
        Download your transactions file from the official bank's site and
        then run
        
        ::
        
          $ ofxstatement convert -t IntesaSP Movimenti_Conto_<date>.xlsx Movimenti.ofx
        
Keywords: ofx,banking,statement
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
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)
