# ofxstatement-hype
![badge](https://github.com/lorenzogiudici5/ofxstatement-hype/actions/workflows/build-and-publish.yml/badge.svg)
This is a plugin for [ofxstatement](https://github.com/kedder/ofxstatement).
Hype (Banca Sella) allows to export movements from mobile app: the only format available is PDF.
This plugin converts PDF statement to OFX format, suitable for importing into GnuCash.
## Installation
### From PyPI repositories
```
pip3 install ofxstatement-hype
```
### From source
```
git clone https://github.com/lorenzogiudici5/ofxstatement-hype.git
python3 setup.py install
```
## Configuration
Add plugin config, running the following command:
```bash
$ ofxstatement edit-config
```
Edit the file:
```
[hype]
plugin = hype
currency = EUR
account = hype
```
Save and exit the text editor.
## Usage
Export your movements from Hype mobile app following the instructions [here](https://support.hype.it/hc/it/articles/360005910553-Come-salvare-e-condividere-la-lista-movimenti-di-HYPE).
Run the followning command:
```bash
$ ofxstatement convert -t hype ec_01_12_2023_30_12_2023.pdf ec_2023_12.ofx
```
Raw data
{
"_id": null,
"home_page": "https://github.com/lorenzogiudici5/ofxstatement-hype",
"name": "ofxstatement-hype",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "ofx, banking, statement, hype",
"author": "Lorenzo Giudici",
"author_email": "lorenzogiudici5@proton.com",
"download_url": "https://files.pythonhosted.org/packages/29/16/e78e06a579b13f6e6bf5c25f673552e6cd909ae66bc9a50d29179d27044f/ofxstatement_hype-1.0.1.tar.gz",
"platform": null,
"description": "# ofxstatement-hype\n\n![badge](https://github.com/lorenzogiudici5/ofxstatement-hype/actions/workflows/build-and-publish.yml/badge.svg)\n\nThis is a plugin for [ofxstatement](https://github.com/kedder/ofxstatement).\n\nHype (Banca Sella) allows to export movements from mobile app: the only format available is PDF.\n\nThis plugin converts PDF statement to OFX format, suitable for importing into GnuCash.\n\n## Installation\n\n### From PyPI repositories\n```\npip3 install ofxstatement-hype\n```\n\n### From source\n```\ngit clone https://github.com/lorenzogiudici5/ofxstatement-hype.git\npython3 setup.py install\n```\n\n## Configuration\nAdd plugin config, running the following command:\n\n```bash\n$ ofxstatement edit-config\n```\n\nEdit the file:\n```\n[hype]\nplugin = hype\ncurrency = EUR\naccount = hype\n```\n\nSave and exit the text editor.\n\n## Usage\nExport your movements from Hype mobile app following the instructions [here](https://support.hype.it/hc/it/articles/360005910553-Come-salvare-e-condividere-la-lista-movimenti-di-HYPE).\n\nRun the followning command:\n```bash\n$ ofxstatement convert -t hype ec_01_12_2023_30_12_2023.pdf ec_2023_12.ofx\n```\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Hype plugin for ofxstatement",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/lorenzogiudici5/ofxstatement-hype"
},
"split_keywords": [
"ofx",
" banking",
" statement",
" hype"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d97a46adc62f589a963b730352e7701953ef9f01edf092a615f126e82a76973b",
"md5": "924f502ceee33a722b220d4cd32b2c07",
"sha256": "d0b4e00819bdb50ac6d0bb53dfa7b8833a941f26c697e56fddbd80472e4ed667"
},
"downloads": -1,
"filename": "ofxstatement_hype-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "924f502ceee33a722b220d4cd32b2c07",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7417,
"upload_time": "2024-08-09T12:34:07",
"upload_time_iso_8601": "2024-08-09T12:34:07.681794Z",
"url": "https://files.pythonhosted.org/packages/d9/7a/46adc62f589a963b730352e7701953ef9f01edf092a615f126e82a76973b/ofxstatement_hype-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2916e78e06a579b13f6e6bf5c25f673552e6cd909ae66bc9a50d29179d27044f",
"md5": "670b6eb51ec81beb7ab6c80453d4251b",
"sha256": "fe08b71029c6dd081b354ecef2a158c32cfbeb37a12b32200427330a4d794b4b"
},
"downloads": -1,
"filename": "ofxstatement_hype-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "670b6eb51ec81beb7ab6c80453d4251b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6499,
"upload_time": "2024-08-09T12:34:08",
"upload_time_iso_8601": "2024-08-09T12:34:08.534102Z",
"url": "https://files.pythonhosted.org/packages/29/16/e78e06a579b13f6e6bf5c25f673552e6cd909ae66bc9a50d29179d27044f/ofxstatement_hype-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-09 12:34:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lorenzogiudici5",
"github_project": "ofxstatement-hype",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pandas",
"specs": [
[
"==",
"2.0.3"
]
]
},
{
"name": "tabula-py",
"specs": [
[
"==",
"2.7.0"
]
]
},
{
"name": "PyPDF2",
"specs": [
[
"==",
"2.12.1"
]
]
}
],
"lcname": "ofxstatement-hype"
}