Metadata-Version: 2.4
Name: banking.statements.nordea
Version: 1.3.0
Summary: Account statement reader plugin for Nordea of Finland
Home-page: https://github.com/koodaamo/banking.statements.nordea
Author: Petri Savolainen
Author-email: petri.savolainen@koodaamo.fi
License: GPLv3
Keywords: ofxstatement,ofx
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: ofxstatement
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Introduction
============

Parser to read TSV-formatted files exported from the Finnish Nordea e-banking service.

Use with the ofxstatement Python package.

Changelog
=========
1.3.0
-----

- Updated the parser to work with the most recent version of the Nordea transaction file

1.2.1
-----

- Switch to GPLv3
- Add travis config

1.2
----

- Initial release as ofxstatement plugin
