ofxstatement-bbva


Nameofxstatement-bbva JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/3v1n0/ofxstatement-bbva
SummaryBBVA plugin for ofxstatement
upload_time2024-05-06 22:01:17
maintainerNone
docs_urlNone
authorMarco Trevisan
requires_pythonNone
licenseGPLv3
keywords ofx banking statement bbva banco bancobilbaovizcayaargentaria
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BBVA Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)

Parses BBVA xslx statement files to be used with GNU Cash or HomeBank.

## Installation

You can install the plugin as usual from pip or directly from the downloaded git

### `pip`

    pip3 install --user ofxstatement-bbva

### `setup.py`

    python3 setup.py install --user

## Usage
Download your transactions file from the official bank's site and then run

    ofxstatement convert -t bbva BBVA.xlsx BBVA.ofx


### Loading Historical data

BBVA website only allows to download the `xlsx` statements in for the last year,
however it's also possible to get the old statement files in PDF format and convert
these old per-quarter statements that are available from the archive.

A plugin is provided that uses `poppler-util`'s `pdftotext` to easily generate
machine parse-able data.

This is an experimental plugin, that may not always work but it can be used via:

    ofxstatement -d convert -t bbva-pdf ./dir-containing-all-pdfs
    ofxstatement -d convert -t bbva-pdf BBVA-20-Q2.pdf



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/3v1n0/ofxstatement-bbva",
    "name": "ofxstatement-bbva",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ofx, banking, statement, bbva, banco, BancoBilbaoVizcayaArgentaria",
    "author": "Marco Trevisan",
    "author_email": "mail@3v1n0.net",
    "download_url": "https://files.pythonhosted.org/packages/c0/3f/2de78c43fdabd2b032f097082e5091b1188e6c934441f558cc95720f9244/ofxstatement-bbva-0.2.tar.gz",
    "platform": null,
    "description": "# BBVA Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)\n\nParses BBVA xslx statement files to be used with GNU Cash or HomeBank.\n\n## Installation\n\nYou can install the plugin as usual from pip or directly from the downloaded git\n\n### `pip`\n\n    pip3 install --user ofxstatement-bbva\n\n### `setup.py`\n\n    python3 setup.py install --user\n\n## Usage\nDownload your transactions file from the official bank's site and then run\n\n    ofxstatement convert -t bbva BBVA.xlsx BBVA.ofx\n\n\n### Loading Historical data\n\nBBVA website only allows to download the `xlsx` statements in for the last year,\nhowever it's also possible to get the old statement files in PDF format and convert\nthese old per-quarter statements that are available from the archive.\n\nA plugin is provided that uses `poppler-util`'s `pdftotext` to easily generate\nmachine parse-able data.\n\nThis is an experimental plugin, that may not always work but it can be used via:\n\n    ofxstatement -d convert -t bbva-pdf ./dir-containing-all-pdfs\n    ofxstatement -d convert -t bbva-pdf BBVA-20-Q2.pdf\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "BBVA plugin for ofxstatement",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/3v1n0/ofxstatement-bbva"
    },
    "split_keywords": [
        "ofx",
        " banking",
        " statement",
        " bbva",
        " banco",
        " bancobilbaovizcayaargentaria"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c03f2de78c43fdabd2b032f097082e5091b1188e6c934441f558cc95720f9244",
                "md5": "9a9fc60fda899402aed37fd7c2b67af5",
                "sha256": "a19b923a246afdda6a0828eabee62dd1bd573d01732ac083947772d66890eb1a"
            },
            "downloads": -1,
            "filename": "ofxstatement-bbva-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9a9fc60fda899402aed37fd7c2b67af5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7132,
            "upload_time": "2024-05-06T22:01:17",
            "upload_time_iso_8601": "2024-05-06T22:01:17.118936Z",
            "url": "https://files.pythonhosted.org/packages/c0/3f/2de78c43fdabd2b032f097082e5091b1188e6c934441f558cc95720f9244/ofxstatement-bbva-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 22:01:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "3v1n0",
    "github_project": "ofxstatement-bbva",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ofxstatement-bbva"
}
        
Elapsed time: 0.22444s