eba-xbridge


Nameeba-xbridge JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/Meaningful-Data/xbridge
SummaryXBRL-XML to XBRL-CSV converter for EBA Taxonomy (version 3.4)
upload_time2024-10-15 16:48:57
maintainerNone
docs_urlNone
authorAntonio Olleros
requires_python<4.0,>=3.10
licenseApache 2.0
keywords xbrl eba taxonomy csv xml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
============
XBridge is a Python library which main function is to convert XBRL-XML files into XBRL-CSV files by using EBA's taxonomy.
It works only with EBA Taxonomy upon version 3.4. Library must be updated on each new EBA taxonomy version.

Installation
============

To install the library, run the following command:

.. code:: bash

    pip install eba-xbridge


How XBridge works:
=========================

Firstly, an XBRL-XML file has to be selected to convert it. Then, that XBRL-XML file is input in the following function contained in the ``API`` package:

.. code:: python

  >>> from xbridge.api import convert_instance

  >>> input_path = "data/input"

  >>> output_path = "data/output"

  >>> convert_instance(input_path, output_path)

The sources to do this process are two: The XML-instances and EBA´s taxonomy.

The output is the converted XBRL-CSV file placed in the output_path, as zip format

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Meaningful-Data/xbridge",
    "name": "eba-xbridge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "xbrl, eba, taxonomy, csv, xml",
    "author": "Antonio Olleros",
    "author_email": "antonio.olleros@meaningfuldata.eu",
    "download_url": "https://files.pythonhosted.org/packages/32/c0/38753bc0e3d09688f9b4b44d2ae393be0f31e56efdf29c7bf52f00abb087/eba_xbridge-1.0.2.tar.gz",
    "platform": null,
    "description": "Overview\n============\nXBridge is a Python library which main function is to convert XBRL-XML files into XBRL-CSV files by using EBA's taxonomy.\nIt works only with EBA Taxonomy upon version 3.4. Library must be updated on each new EBA taxonomy version.\n\nInstallation\n============\n\nTo install the library, run the following command:\n\n.. code:: bash\n\n    pip install eba-xbridge\n\n\nHow XBridge works:\n=========================\n\nFirstly, an XBRL-XML file has to be selected to convert it. Then, that XBRL-XML file is input in the following function contained in the ``API`` package:\n\n.. code:: python\n\n  >>> from xbridge.api import convert_instance\n\n  >>> input_path = \"data/input\"\n\n  >>> output_path = \"data/output\"\n\n  >>> convert_instance(input_path, output_path)\n\nThe sources to do this process are two: The XML-instances and EBA\u00b4s taxonomy.\n\nThe output is the converted XBRL-CSV file placed in the output_path, as zip format\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "XBRL-XML to XBRL-CSV converter for EBA Taxonomy (version 3.4)",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Meaningful-Data/xbridge",
        "Repository": "https://github.com/Meaningful-Data/xbridge"
    },
    "split_keywords": [
        "xbrl",
        " eba",
        " taxonomy",
        " csv",
        " xml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f7a6c306b443ab3303abb038a22bf2b19881a743baa8c2117e7ed999ee23cba",
                "md5": "ad091a844e8b408b8cb339e7696f9c3d",
                "sha256": "1da27d2abdf552682d75e0e8a66a0a1e4f9f234abd9d7a8dff634f4c271e9e04"
            },
            "downloads": -1,
            "filename": "eba_xbridge-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad091a844e8b408b8cb339e7696f9c3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 1322473,
            "upload_time": "2024-10-15T16:48:55",
            "upload_time_iso_8601": "2024-10-15T16:48:55.637000Z",
            "url": "https://files.pythonhosted.org/packages/7f/7a/6c306b443ab3303abb038a22bf2b19881a743baa8c2117e7ed999ee23cba/eba_xbridge-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c038753bc0e3d09688f9b4b44d2ae393be0f31e56efdf29c7bf52f00abb087",
                "md5": "4fb488f6b661f74b0d0c819740d1fc03",
                "sha256": "dea1dfdcafb5026c20664a5b8337ece4724f87d5982be1f29064cb0eb10c3dd0"
            },
            "downloads": -1,
            "filename": "eba_xbridge-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4fb488f6b661f74b0d0c819740d1fc03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 1070411,
            "upload_time": "2024-10-15T16:48:57",
            "upload_time_iso_8601": "2024-10-15T16:48:57.581393Z",
            "url": "https://files.pythonhosted.org/packages/32/c0/38753bc0e3d09688f9b4b44d2ae393be0f31e56efdf29c7bf52f00abb087/eba_xbridge-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-15 16:48:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Meaningful-Data",
    "github_project": "xbridge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eba-xbridge"
}
        
Elapsed time: 2.29775s