Metadata-Version: 2.1
Name: banking.statements.osuuspankki
Version: 1.3.4.dev0
Summary: Account statement reader plugin for Osuuspankki of Finland
Home-page: https://github.com/koodaamo/banking.statements.osuuspankki
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: 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

banking.statements.osuuspankki
==============================

This is a plugin for use with ofxstatement package. It implements
parsers for different statement entry CSV formats that have been
used by Osuuspankki of Finland.

There is support for both personal and corporate CSV export formats.

Issue reports and pull requests welcome.

Changelog
=========

1.3.4 (unreleased)
-------------------

- add support for transaction type 'LUOTON MAKSU'

1.3.3
-----

- add two messed-up personal banking CSV formats used in 2012
- support the (currently unreleased) ofxstatement BankAccount feature
- switch to Python3 namespace packaging without __init__.py files
  (make sure not to install using 'setup.py install')
- switch to GPLv3 license to be compatible with ofxstatement

1.3.2
-----

- fixes

1.3.1
-----

- add support for yet new format of the consumer format in 2013

1.3
---

- add support for the corporate format as in 2013


1.2
---

- fix broken multiple format mechanism
- add new format that was in use before BIC


1.1.2
-------------------

- Add preprocessing to remove the &amp;amp; strings
