Metadata-Version: 2.1
Name: ofxstatement-otp
Version: 0.0.6
Summary: ofxstatement plugin for the Hungarian bank OTP
Home-page: https://github.com/abesto/ofxstatement-otp
Author: Zoltan Nagy
Author-email: abesto@abesto.net
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

~~~~~~~~~~~~~~~~~~~~~~~~~~~
OTP plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Plugins to read OTP (https://www.otpbank.hu) exported XMLs and CSVs.

The exported XMLs are pretty much conformant to CAMT.053 (ISO-20022),
with some extra information thrown in here and there, or some missing data
in some other places. The 'otp' plugin handles these types of exports.

For some weird reason credit card statements at OTP differ from debit
card statements and can only be exported in CSV format. The 'otp_credit'
plugin handles such exports.

The XML part of  plugin is pretty much a copy-paste of https://github.com/kedder/ofxstatement-iso20022
at commit 6cd6d0317a801d466efb30322ab4d71a10771454 with modifications to accomodate 
the idiosyncracies of OTP exported XMLs. The CSV side is some basic wrapping over
the built-in CSVStatementParser.

Editing the plugin
===================

You can follow the instructions at https://github.com/kedder/ofxstatement-sample
if you want to make changes to this plugin. Pull requests are welcome!
