Metadata-Version: 2.1
Name: ofxstatement-raiffeisencz
Version: 0.0.4
Summary: Ofxstatement plugin for Raiffeisenbank a.s. (Czech Republic) - eKonto CSV history
Home-page: https://github.com/milankni/ofxstatement-raiffeisencz
Author: Milan Knížek
Author-email: milankni@gmail.com
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 Affero General Public License v3
Requires-Dist: ofxstatement

This is a parser for CSV statements produced by Raiffeisenbank, a.s.
(Czech Republic) from within the report in Account History // Account
Movements.

It is a plugin for `ofxstatement`_.

.. _ofxstatement: https://github.com/kedder/ofxstatement

Usage
=====
::

  $ ofxstatement convert -t raiffeisencz bank-statement.csv bank-statement.ofx
  $ ofxstatement convert -t raiffeisencz:EUR bank-statement.csv bank-statement.ofx

Configuration
=============

To edit the configuration file run::

  $ ofxstatement edit-config

and set e.g. the following::

  [raiffeisencz]
  plugin = raiffeisencz
  currency = CZK
  account = RB CA

  [raiffeisencz:EUR]
  plugin = raiffeisencz
  currency = EUR
  account = RB CA EUR
