Metadata-Version: 2.1
Name: ofxstatement-latvian
Version: 1.6.0
Summary: Statement parsers for banks operating in Latvia
Home-page: https://github.com/gintsmurans/ofxstatement-latvian
Author: Gints Murans
Author-email: gm@gm.lv
License: GPLv3
Keywords: ofx,ofxstatement,banking,statement,latvia
Classifier: Development Status :: 5 - Production/Stable
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 General Public License v3 (GPLv3)
License-File: LICENSE.md
Requires-Dist: ofxstatement

This is a plugin for `ofxstatement`_ to parse and convert proprietary bank statements of certain banks in Latvia to `OFX`_ files.

Statements from these banks are currently supported:

* `Swedbank`_ - CSV, FIDAVISTA xml files
* `DNB`_ - FIDAVISTA xml files
* `Citadele`_ - FIDAVISTA v1.2 xml files
* `SEB`_ - CSV files

.. _ofxstatement: https://github.com/kedder/ofxstatement
.. _OFX: http://en.wikipedia.org/wiki/Open_Financial_Exchange
.. _Swedbank: https://www.swedbank.lv/
.. _DNB: https://www.dnb.lv/
.. _Citadele: http://www.citadele.lv/
.. _SEB: http://www.seb.lv/


## Development
To run locally and edit the code, do the following:
```
python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
```

Also for imports to work, temporary rename __init__.py inside of ofxstatement folder to something else.
