ofxstatement-chebanca


Nameofxstatement-chebanca JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/3v1n0/ofxstatement-chebanca
SummaryCheBanca! plugin for ofxstatement
upload_time2023-06-08 11:02:38
maintainer
docs_urlNone
authorMarco Trevisan
requires_python
licenseGPLv3
keywords ofx banking statement chebanca che-banca che banca
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CheBanca! Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)

Parses CheBanca! 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-chebanca

### `setup.py`

    python3 setup.py install --user

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

    ofxstatement convert -t chebanca CheBanca.xlsx CheBanca.ofx


### Loading Historical data

This only supports the statements for the last year, however it's also possible
to convert the old per-quarter statements that are available from the archive as
PDF files.

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 alwyas work but it can be used via:

    ofxstatement -d convert -t chebanca-pdf ./dir-containing-all-pdfs
    ofxstatement -d convert -t chebanca-pdf CheBanca-20-Q2.pdf
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/3v1n0/ofxstatement-chebanca",
    "name": "ofxstatement-chebanca",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ofx,banking,statement,chebanca,che-banca,che banca",
    "author": "Marco Trevisan",
    "author_email": "mail@3v1n0.net",
    "download_url": "https://files.pythonhosted.org/packages/65/57/acf1512c7275e186fd2cac448c9ce4735e929a3d553ad43ab32753c52942/ofxstatement-chebanca-0.3.tar.gz",
    "platform": null,
    "description": "# CheBanca! Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)\n\nParses CheBanca! 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-chebanca\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 chebanca CheBanca.xlsx CheBanca.ofx\n\n\n### Loading Historical data\n\nThis only supports the statements for the last year, however it's also possible\nto convert the old per-quarter statements that are available from the archive as\nPDF files.\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 alwyas work but it can be used via:\n\n    ofxstatement -d convert -t chebanca-pdf ./dir-containing-all-pdfs\n    ofxstatement -d convert -t chebanca-pdf CheBanca-20-Q2.pdf",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "CheBanca! plugin for ofxstatement",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/3v1n0/ofxstatement-chebanca"
    },
    "split_keywords": [
        "ofx",
        "banking",
        "statement",
        "chebanca",
        "che-banca",
        "che banca"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6557acf1512c7275e186fd2cac448c9ce4735e929a3d553ad43ab32753c52942",
                "md5": "fa72d7f42117ab8591a34ecc97517822",
                "sha256": "c28bd67a85a424c78bbf70347e6ac9e5b6789569a5721a90a1bf0e4773013fd0"
            },
            "downloads": -1,
            "filename": "ofxstatement-chebanca-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fa72d7f42117ab8591a34ecc97517822",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7520,
            "upload_time": "2023-06-08T11:02:38",
            "upload_time_iso_8601": "2023-06-08T11:02:38.522747Z",
            "url": "https://files.pythonhosted.org/packages/65/57/acf1512c7275e186fd2cac448c9ce4735e929a3d553ad43ab32753c52942/ofxstatement-chebanca-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-08 11:02:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "3v1n0",
    "github_project": "ofxstatement-chebanca",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ofxstatement-chebanca"
}
        
Elapsed time: 0.07505s