Metadata-Version: 2.4
Name: ofxstatement-bancoposta
Version: 1.0.5
Summary: Bancoposta plugin for ofxstatement
Home-page: https://github.com/lorenzogiudici5/ofxstatement-bancoposta
Author: Lorenzo Giudici
Author-email: lorenzogiudici5@gmail.com
License: GPLv3
Keywords: ofx,banking,statement,bancoposta
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)
Description-Content-Type: text/markdown
Requires-Dist: ofxstatement
Requires-Dist: pandas
Requires-Dist: tabula-py
Requires-Dist: pypdf2
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# ofxstatement-bancoposta

![badge](https://github.com/lorenzogiudici5/ofxstatement-bancoposta/actions/workflows/build-and-publish.yml/badge.svg)

This is a plugin for [ofxstatement](https://github.com/kedder/ofxstatement).

Bancoposta bank statement is available in PDF format only. This plugin converts PDF statement to OFX format, suitable for importing into GnuCash.
In case you used to parse PDF statement yourself in a CSV format, this plugin contains a CSV parser as well.

## Installation

### From PyPI repositories
```
pip3 install ofxstatement-bancoposta
```

### From source
```
git clone https://github.com/lorenzogiudici5/ofxstatement-bancoposta.git
python3 setup.py install
```

## Usage
Download your statement pdf file from Poste web site and then run
```bash
$ ofxstatement convert -t bancoposta EC_2023_10.pdf EC_2023_10.ofx
```
