Metadata-Version: 1.1
Name: ofxstatement-germany-1822direkt
Version: 0.0.2
Summary: ofxstatement plugin for Frankfurter Sparkasse / 1822direkt.com
Home-page: https://github.com/kedder/ofxstatement
Author: Mirko Dziadzka
Author-email: mirko.dziadzka@gmail.com
License: GPLv3
Description: ~~~~~~~~~~~~~~~~~~~~~~~
        ofxstatement-1822direkt
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        `ofxstatement`_ plugin to support 1822direkt.com bank statements
        
        `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.
        
        This project provides an `ofxstatement`_ plugin for the German bank
        1822direkt.com
        
        .. _ofxstatement: https://github.com/kedder/ofxstatement
        
        1822direkt used to provide OFX downloads but canceld this without
        warning last weekend.  Shame on them.
        
        Using `ofxstatement`_ and this plugin, I  successfully converted the
        standard CSV statements (the first of the two available) to OFX and
        import this into my banking software.
        
        **2016-04-26**: They changed the format again. Until This script get
        fixed or they get sane, I only add a converter script from the
        current format to the old CSV format.
        
        **2016-04-27**: I changed the CSV parser to use ';' instead of ','. So the converter script is no longer necessary.
        
        
        Requirements
        ============
        
        You need python 3.x to run this as ofxstament seems to requires python3
        
        Setup
        =====
        
        Check if plugin is installed:
        
         $ ofxstatement list-plugins
        
         germany_1822direkt
        
        Edit config (add your account id here)
        
         $ ofxstatement edit-config
        
         [1822direkt]
        
         plugin = germany_1822direkt
        
         account = 12345678
        
        
        
        
Keywords: ofx,banking,statement
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 Affero General Public License v3
