ofxstatement-iso20022


Nameofxstatement-iso20022 JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/kedder/ofxstatement-iso20022
SummaryISO-20022 plugin for ofxstatement
upload_time2023-08-07 13:42:11
maintainer
docs_urlNone
authorAndrey Lebedev
requires_python
licenseGPLv3
keywords ofx banking statement iso-20022
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ISO-20022 plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. image:: https://travis-ci.org/kedder/ofxstatement-iso20022.svg?branch=master
    :target: https://travis-ci.org/kedder/ofxstatement-iso20022

Plugin to read ISO-20022 formatted statements.

Plugin supports the following configuration options:

* ``currency``: Account currency. In case currency is not specified in ISO20022 
  statement, you can specify it with this setting. Only statement lines with account 
  currency will be included in OFX files.
* ``iban``: Account IBAN. In case the IBAN is not specified in the ISO20022 statement, you need to specify this option.

Currently implementation is very trivial and naive. If it doesn't work for
you, feel free to improve it or file a bug on github with sample (anonymized)
state file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kedder/ofxstatement-iso20022",
    "name": "ofxstatement-iso20022",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ofx,banking,statement,iso-20022",
    "author": "Andrey Lebedev",
    "author_email": "andrey@lebedev.lt",
    "download_url": "https://files.pythonhosted.org/packages/fe/51/b8cc285279b17b53e8d123eba8bd47bc4ddce190d37f5cf4a1bef13419ef/ofxstatement-iso20022-0.7.0.tar.gz",
    "platform": null,
    "description": "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nISO-20022 plugin for ofxstatement\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. image:: https://travis-ci.org/kedder/ofxstatement-iso20022.svg?branch=master\n    :target: https://travis-ci.org/kedder/ofxstatement-iso20022\n\nPlugin to read ISO-20022 formatted statements.\n\nPlugin supports the following configuration options:\n\n* ``currency``: Account currency. In case currency is not specified in ISO20022 \n  statement, you can specify it with this setting. Only statement lines with account \n  currency will be included in OFX files.\n* ``iban``: Account IBAN. In case the IBAN is not specified in the ISO20022 statement, you need to specify this option.\n\nCurrently implementation is very trivial and naive. If it doesn't work for\nyou, feel free to improve it or file a bug on github with sample (anonymized)\nstate file.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "ISO-20022 plugin for ofxstatement",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/kedder/ofxstatement-iso20022"
    },
    "split_keywords": [
        "ofx",
        "banking",
        "statement",
        "iso-20022"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef4cc55651f34731b3966b9e085813814b6e0e1989322006def6fedd7c1b4049",
                "md5": "974528077fc56444a1d167df9e99d51c",
                "sha256": "ec24888398f3810d93a532cc56f2bd7ee05ee55a53b2bac33f93a0523e3b9241"
            },
            "downloads": -1,
            "filename": "ofxstatement_iso20022-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "974528077fc56444a1d167df9e99d51c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6213,
            "upload_time": "2023-08-07T13:42:10",
            "upload_time_iso_8601": "2023-08-07T13:42:10.601088Z",
            "url": "https://files.pythonhosted.org/packages/ef/4c/c55651f34731b3966b9e085813814b6e0e1989322006def6fedd7c1b4049/ofxstatement_iso20022-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe51b8cc285279b17b53e8d123eba8bd47bc4ddce190d37f5cf4a1bef13419ef",
                "md5": "dd0e6170dc49496a0c15d467b1844203",
                "sha256": "4537b944d7ab0f9e34a61a57344852b261b03c586b0a8d779335e4b06479dc2d"
            },
            "downloads": -1,
            "filename": "ofxstatement-iso20022-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd0e6170dc49496a0c15d467b1844203",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6497,
            "upload_time": "2023-08-07T13:42:11",
            "upload_time_iso_8601": "2023-08-07T13:42:11.698556Z",
            "url": "https://files.pythonhosted.org/packages/fe/51/b8cc285279b17b53e8d123eba8bd47bc4ddce190d37f5cf4a1bef13419ef/ofxstatement-iso20022-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 13:42:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kedder",
    "github_project": "ofxstatement-iso20022",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ofxstatement-iso20022"
}
        
Elapsed time: 0.09853s