ofxstatement-n26


Nameofxstatement-n26 JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/3v1n0/ofxstatement-n26
SummaryN26 plugin for ofxstatement
upload_time2024-10-01 15:26:49
maintainerNone
docs_urlNone
authorMarco Trevisan
requires_pythonNone
licenseGPLv3
keywords ofx banking statement n26 che-banca
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # N26 Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)

Parses N26 csv statement files to be used with GNU Cash or HomeBank.

It only supports categories the Italian statements yet, but all languages can be
easily supported by adding localized strings to the mapping dictionary.

So, contributions are welcome!

## Installation

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

### `pip`

    pip3 install --user ofxstatement-n26

### `setup.py`

    python3 setup.py install --user

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

    ofxstatement convert -t n26 n26-csv-transactions.csv n26.ofx

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/3v1n0/ofxstatement-n26",
    "name": "ofxstatement-n26",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ofx, banking, statement, n26, che-banca",
    "author": "Marco Trevisan",
    "author_email": "mail@3v1n0.net",
    "download_url": "https://files.pythonhosted.org/packages/a5/7c/2a5b5e21e4eacb48f70f7d1802cd5b96a691589f937bb91e11cd9872cdb9/ofxstatement-n26-0.2.tar.gz",
    "platform": null,
    "description": "# N26 Plugin for [ofxstatement](https://github.com/kedder/ofxstatement/)\n\nParses N26 csv statement files to be used with GNU Cash or HomeBank.\n\nIt only supports categories the Italian statements yet, but all languages can be\neasily supported by adding localized strings to the mapping dictionary.\n\nSo, contributions are welcome!\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-n26\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 n26 n26-csv-transactions.csv n26.ofx\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "N26 plugin for ofxstatement",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/3v1n0/ofxstatement-n26"
    },
    "split_keywords": [
        "ofx",
        " banking",
        " statement",
        " n26",
        " che-banca"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a57c2a5b5e21e4eacb48f70f7d1802cd5b96a691589f937bb91e11cd9872cdb9",
                "md5": "d6fe0dd5421e756253017046800cef60",
                "sha256": "9c8e507b0e459b8796b67ff618de6856efc35105d55bf1aaa68de52c8d3de92d"
            },
            "downloads": -1,
            "filename": "ofxstatement-n26-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d6fe0dd5421e756253017046800cef60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3483,
            "upload_time": "2024-10-01T15:26:49",
            "upload_time_iso_8601": "2024-10-01T15:26:49.824336Z",
            "url": "https://files.pythonhosted.org/packages/a5/7c/2a5b5e21e4eacb48f70f7d1802cd5b96a691589f937bb91e11cd9872cdb9/ofxstatement-n26-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 15:26:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "3v1n0",
    "github_project": "ofxstatement-n26",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ofxstatement-n26"
}
        
Elapsed time: 0.27118s