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 with EBA Taxonomy latest published version (4.1). 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": "Antonio Olleros",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "antonio.olleros@meaningfuldata.eu",
"keywords": "xbrl, eba, taxonomy, csv, xml",
"author": "MeaningfulData",
"author_email": "info@meaningfuldata.eu",
"download_url": "https://files.pythonhosted.org/packages/a1/52/a82ab737702921882ae059ea80d6969d89c768ba45bfb6d3b5d3635928e1/eba_xbridge-1.3.0.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 with EBA Taxonomy latest published version (4.1). 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 4.1)",
"version": "1.3.0",
"project_urls": {
"Documentation": "https://docs.xbridge.meaningfuldata.eu",
"Homepage": "https://github.com/Meaningful-Data/xbridge",
"IssueTracker": "https://github.com/Meaningful-Data/xbridge/issues",
"MeaningfulData": "https://www.meaningfuldata.eu/",
"Repository": "https://github.com/Meaningful-Data/xbridge"
},
"split_keywords": [
"xbrl",
" eba",
" taxonomy",
" csv",
" xml"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1147e11cdd8bcbb3e095188815bc7eb77699d8548f3f4606797423a91532e986",
"md5": "4013182ede8c4d6173d52294d132e377",
"sha256": "56ebf20c8e0992caaa2bdb9ad5084482c3ff994223eeda8d7c02740ff0f51c31"
},
"downloads": -1,
"filename": "eba_xbridge-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4013182ede8c4d6173d52294d132e377",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 13432318,
"upload_time": "2025-08-04T13:35:53",
"upload_time_iso_8601": "2025-08-04T13:35:53.653285Z",
"url": "https://files.pythonhosted.org/packages/11/47/e11cdd8bcbb3e095188815bc7eb77699d8548f3f4606797423a91532e986/eba_xbridge-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a152a82ab737702921882ae059ea80d6969d89c768ba45bfb6d3b5d3635928e1",
"md5": "8a2572403541d0b5b75525a7a9300b1f",
"sha256": "3ee395e8f8f3185e673d05f077619b1c643cc03dcb98caaff6e4048535136fe2"
},
"downloads": -1,
"filename": "eba_xbridge-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "8a2572403541d0b5b75525a7a9300b1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10897038,
"upload_time": "2025-08-04T13:35:56",
"upload_time_iso_8601": "2025-08-04T13:35:56.279567Z",
"url": "https://files.pythonhosted.org/packages/a1/52/a82ab737702921882ae059ea80d6969d89c768ba45bfb6d3b5d3635928e1/eba_xbridge-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 13:35:56",
"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"
}