Metadata-Version: 1.1
Name: ofxstatement-de-triodos
Version: 0.0.1
Summary: ofxstatement plugin for parsing Belgian Triodos bank's CSV statements to OFX
Home-page: https://github.com/renardeau/ofxstatement-be-triodos
Author: pianoslum
Author-email: UNKNOWN
License: GPLv3
Description: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Triodos DE plugin for ofxstatement
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        This project provides  an `ofxstatement`_ plugin for converting the German Triodos bank's CSV format statements to OFX.
        Incidentally, the German GLS Bank seems to use the same csv structure, so this script could be used as well.
        Just keep in mind that Triodos' Swift Code is inserted in every resulting OFX.
        
        `ofxstatement`_ is a tool to convert proprietary bank statement to OFX format,
        suitable for importing to GnuCash. Plugin for ofxstatement parses a
        particular proprietary bank statement format and produces common data
        structure, that is then formatted into an OFX file.
        
        .. _ofxstatement: https://github.com/kedder/ofxstatement
        
        
        Users of ofxstatement have developed several plugins for their banks. They are
        listed on main `ofxstatement`_ site. If your bank is missing, you can develop
        your own plugin.
        
        To convert proprietary ``triodos.csv`` to OFX ``triodos.ofx``, run::
        
            $ ofxstatement convert -t triodosde triodos.csv triodos.ofx
        
        
Keywords: ofx,banking,statement,triodos,csv
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)
