Metadata-Version: 2.1
Name: ofxstatement-iso20022
Version: 0.5.1.dev0
Summary: ISO-20022 plugin for ofxstatement
Home-page: https://github.com/kedder/ofxstatement-iso20022
Author: Andrey Lebedev
Author-email: andrey@lebedev.lt
License: GPLv3
Keywords: ofx,banking,statement,iso-20022
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
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ISO-20022 plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. image:: https://travis-ci.org/kedder/ofxstatement-iso20022.svg?branch=master
    :target: https://travis-ci.org/kedder/ofxstatement-iso20022

Plugin to read ISO-20022 formatted statements.

Plugin supports the following configuration options:

* ``currency``: Account currency. In case currency is not specified in ISO20022 
  statement, you can specify it with this setting. Only statement lines with account 
  currency will be included in OFX files.

Currently implementation is very trivial and naive. If it doesn't work for
you, feel free to improve it or file a bug on github with sample (anonymized)
state file.
