Metadata-Version: 1.1
Name: ofxstatement-airbankcz
Version: 0.0.3
Summary: Ofxstatement plugin for Air Bank a.s. (CZ) - current and saving accounts history
Home-page: https://github.com/milankni/ofxstatement-airbankcz
Author: Milan Knížek
Author-email: milankni@gmail.com
License: GPLv3
Description: This is a parser for CSV transaction history exported from Air Bank a.s. (Czech Republic)
        from within the report in Account History (CSV).
        
        The expected field separator is comma (",") and character encoding UTF-8
        (this can be done in Settings / Applications of the internet banking).
        
        It is a plugin for `ofxstatement`_.
        
        .. _ofxstatement: https://github.com/kedder/ofxstatement
        
        Usage:
        
            ofxstatement convert -t airbankcz airbank_1102207023_2017-06-04_12-42.csv airbank_1102207023_2017-06-04_12-42.ofx
        
            ofxstatement convert -t airbankcz:EUR airbank_1102207023_2017-06-04_12-42.csv airbank_1102207023_2017-06-04_12-42.ofx
        
        Configuration:
        
            ofxstatement edit-config
        
        and set e.g. the following
        
            [airbankcz:EUR]
        
            plugin = airbankcz
        
            currency = EUR
        
            account = Air Bank EUR
        
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 General Public License v3
