Metadata-Version: 2.1
Name: ofxstatement-sparkasse-de
Version: 0.1.2
Summary: OFXStatement plugin for Sparkasse PDF statements (Germany)
Home-page: https://github.com/FliegendeWurst/ofxstatement-sparkasse-de
Author: Arne Keller
Author-email: arne.keller@posteo.de
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 General Public License v3 (GPLv3)
Classifier: Intended Audience :: End Users/Desktop
License-File: LICENSE
Requires-Dist: ofxstatement

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sparkase plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This project provides a plugin for ofxstatement that imports German Sparkasse PDF statements.

`ofxstatement`_ is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash and other programs.

.. _ofxstatement: https://github.com/kedder/ofxstatement

If you encounter any errors when using this plugin, feel free to open an issue.
It is expected that the payee of transactions is not extracted for recent PDFs since these mix the payee and the memo.
You should use the official CSV export instead of this tool whenever possible.

The plugin was tested on the following PDF layouts:

.. figure:: layout_one_column_new.png

    New one-column view (used currently)

.. figure:: layout_one_column.png

    One-column view (used up to Kontoauszug 10/2021)

.. figure:: layout_two_columns.png

    Two-column view (used up to Kontoauszug 7/2020)

Development
===========
Run ``pipenv shell``.
