Metadata-Version: 1.1
Name: ofxstatement-unicreditcz
Version: 0.0.1
Summary: Ofxstatement plugin for UniCredit Bank Czech & Slovak Republic - account history in UNICREDIT format
Home-page: https://github.com/milankni/ofxstatement-unicreditcz
Author: Milan Knížek
Author-email: knizek@volny.cz
License: GPLv3
Description: This is a parser for CSV statements produced by UniCredit Bank Czech Republic and Slovakia a.s.
        from within the report in Account History (export in UNICREDIT format).
        
        It is a plugin for `ofxstatement`_.
        
        .. _ofxstatement: https://github.com/kedder/ofxstatement
        
        Usage:
        
            ofxstatement convert -t unicreditcz bank-statement.csv bank-statement.ofx
        
            ofxstatement convert -t unicreditcz:EUR bank-statement.csv bank-statement.ofx
        
        Configuration:
        
            ofxstatement edit-config
        
        and set e.g. the following
        
            [unicreditcz:EUR]
        
            plugin = unicreditcz
        
            currency = EUR
        
            account = Uni 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 Affero General Public License v3
