Metadata-Version: 2.1
Name: ofxstatement-unicreditcz
Version: 0.0.4
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
Keywords: ofx,banking,statement
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)
Requires-Dist: ofxstatement

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 multiple formats of CSV files (blame the bank management)::

-t unicreditcz16      CSV (called as "UNICREDIT") used till 07-Oct-17 (old banking)
-t unicreditcz17      CSV (called as "UNICREDIT") used till 07-Oct-17 (new banking)
-t unicreditcz18      CSV used since 08-Oct-2017 till cca half year 2019 (new banking)
-t unicreditcz        CSV used since cca half year 2019 (new banking)

Installation
============

Get ofxstatement installed and working. Then, you can check the test.sh script for inspiration. System-wide installation is out of scope of this README.

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
