Metadata-Version: 1.1
Name: ofxstatement-unicreditcz
Version: 0.0.3
Summary: Ofxstatement plugin for UniCredit Bank Czech & Slovak Republic (export of account history in CSV)
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 account transaction history. It is a plugin for `ofxstatement`_.
        
        .. _ofxstatement: https://github.com/kedder/ofxstatement
        
        It supports two formats of CSV files:
        ::
        
        -t unicreditcz16      CSV (called as "UNICREDIT") used till 2016
        -t unicreditcz        CSV used since 2017
        
        Usage
        =====
        ::
        
        $   ofxstatement convert -t unicreditcz export.csv export.ofx
        $   ofxstatement convert -t unicreditcz:EUR export.csv export.ofx
        
        Configuration
        =============
        
        To edit the configuration file run::
        
        $ ofxstatement edit-config
        
        and set any options you wish::
        
         [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
