py-xbrl


Namepy-xbrl JSON
Version 2.2.10 PyPI version JSON
download
home_pagehttps://github.com/manusimidt/xbrl_parser
SummaryParser for parsing XBRL and iXBRL files (instance documents, taxonomy schemas, taxonomy linkbases).
upload_time2023-10-10 18:18:08
maintainer
docs_urlNone
authorManuel Schmidt
requires_python
licenseGNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## XBRL-Parser


[![PyPI](https://img.shields.io/pypi/v/py-xbrl)](https://pypi.org/project/py-xbrl/#history)
[![PyPI - Status](https://img.shields.io/pypi/status/py-xbrl)](https://pypi.org/project/py-xbrl/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-xbrl)](https://pypi.org/project/py-xbrl/)
[![GitHub](https://img.shields.io/github/license/manusimidt/xbrl_parser)](https://github.com/manusimidt/xbrl_parser/blob/main/LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/py-xbrl)](https://pypi.org/project/py-xbrl/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/manusimidt/xbrl_parser)](https://github.com/m4nu3l99/xbrl_parser)
[![Documentation Status](https://readthedocs.org/projects/py-xbrl/badge/?version=latest)](https://py-xbrl.readthedocs.io/en/latest/?badge=latest)
      

## XBRL-Parser

Py-xbrl is a python library that allows the user to easily parse XBRL-Documents. Py-xbrl is primarily build 
to parse Instance Documents (originally from the SEC) but can also be used to parse any type of XBRL 
Document as long as it follows the XBRL 2.1 Specification (2003)[^1] or the iXBRL 1.1 Specification(2013)[^2].

XBRL is a very information-rich markup language that can have highly complex structures. This library tries to capture
as much of the original information as possible. Py-xbrl will automatically download and parse all referenced XBRL-Files
like taxonomy schemas and linkbases. After parsing py-xbrl will organize all information in an object structure and 
return it to the user.

Please read the documentation for more information and examples!:
https://py-xbrl.readthedocs.io

[^1]: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html
[^2]: https://www.xbrl.org/specification/inlinexbrl-part1/rec-2013-11-18/inlinexbrl-part1-rec-2013-11-18.html

## Installation
Py-xbrl can be installed via PIP:
```shell
pip install py-xbrl
```
see the [documentation](https://py-xbrl.readthedocs.io/en/latest/) for more info.

## Questions
If you have questions regarding the library please post them into
the [GitHub discussion forum](https://github.com/manusimidt/py-xbrl/discussions).

## Contributing
I am always happy to receive contributions. You can either work on 
an already created issue or create a new pull request. You can also create a pull request
if you want to propose a change to the documentation on readthedocs.io. 
Please keep in mind that the goal of this library is to parse XBRL files correctly. Therefore, it is important
that the unit tests work on any pull request. Additionally, py-xbrl should still be able to parse all 
xbrl files correctly. It is best to create a discussion in the GitHub discussion board before creating the pull request 
to avoid that a lot of work is done, but the pull request is not merged in the end. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/manusimidt/xbrl_parser",
    "name": "py-xbrl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Manuel Schmidt",
    "author_email": "hello@schmidt-manuel.de",
    "download_url": "https://files.pythonhosted.org/packages/ea/e7/b72e040ac9f7d86231e04705e59882d1909c63322ea2f505e9ce9f9e5134/py-xbrl-2.2.10.tar.gz",
    "platform": null,
    "description": "## XBRL-Parser\r\n\r\n\r\n[![PyPI](https://img.shields.io/pypi/v/py-xbrl)](https://pypi.org/project/py-xbrl/#history)\r\n[![PyPI - Status](https://img.shields.io/pypi/status/py-xbrl)](https://pypi.org/project/py-xbrl/)\r\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-xbrl)](https://pypi.org/project/py-xbrl/)\r\n[![GitHub](https://img.shields.io/github/license/manusimidt/xbrl_parser)](https://github.com/manusimidt/xbrl_parser/blob/main/LICENSE)\r\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/py-xbrl)](https://pypi.org/project/py-xbrl/)\r\n[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/manusimidt/xbrl_parser)](https://github.com/m4nu3l99/xbrl_parser)\r\n[![Documentation Status](https://readthedocs.org/projects/py-xbrl/badge/?version=latest)](https://py-xbrl.readthedocs.io/en/latest/?badge=latest)\r\n      \r\n\r\n## XBRL-Parser\r\n\r\nPy-xbrl is a python library that allows the user to easily parse XBRL-Documents. Py-xbrl is primarily build \r\nto parse Instance Documents (originally from the SEC) but can also be used to parse any type of XBRL \r\nDocument as long as it follows the XBRL 2.1 Specification (2003)[^1] or the iXBRL 1.1 Specification(2013)[^2].\r\n\r\nXBRL is a very information-rich markup language that can have highly complex structures. This library tries to capture\r\nas much of the original information as possible. Py-xbrl will automatically download and parse all referenced XBRL-Files\r\nlike taxonomy schemas and linkbases. After parsing py-xbrl will organize all information in an object structure and \r\nreturn it to the user.\r\n\r\nPlease read the documentation for more information and examples!:\r\nhttps://py-xbrl.readthedocs.io\r\n\r\n[^1]: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html\r\n[^2]: https://www.xbrl.org/specification/inlinexbrl-part1/rec-2013-11-18/inlinexbrl-part1-rec-2013-11-18.html\r\n\r\n## Installation\r\nPy-xbrl can be installed via PIP:\r\n```shell\r\npip install py-xbrl\r\n```\r\nsee the [documentation](https://py-xbrl.readthedocs.io/en/latest/) for more info.\r\n\r\n## Questions\r\nIf you have questions regarding the library please post them into\r\nthe [GitHub discussion forum](https://github.com/manusimidt/py-xbrl/discussions).\r\n\r\n## Contributing\r\nI am always happy to receive contributions. You can either work on \r\nan already created issue or create a new pull request. You can also create a pull request\r\nif you want to propose a change to the documentation on readthedocs.io. \r\nPlease keep in mind that the goal of this library is to parse XBRL files correctly. Therefore, it is important\r\nthat the unit tests work on any pull request. Additionally, py-xbrl should still be able to parse all \r\nxbrl files correctly. It is best to create a discussion in the GitHub discussion board before creating the pull request \r\nto avoid that a lot of work is done, but the pull request is not merged in the end. \r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Parser for parsing XBRL and iXBRL files (instance documents, taxonomy schemas, taxonomy linkbases).",
    "version": "2.2.10",
    "project_urls": {
        "Homepage": "https://github.com/manusimidt/xbrl_parser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba656bf392690d11721692ee88df320bcae1f993bc13f30d464d0996c59cf43f",
                "md5": "457768607b85c85e08614a951880d7d3",
                "sha256": "a6535ee1d2e95b56cdf2214772b822337230f8c674c2d33c7a89e762ac737c27"
            },
            "downloads": -1,
            "filename": "py_xbrl-2.2.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "457768607b85c85e08614a951880d7d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 53244,
            "upload_time": "2023-10-10T18:18:05",
            "upload_time_iso_8601": "2023-10-10T18:18:05.412398Z",
            "url": "https://files.pythonhosted.org/packages/ba/65/6bf392690d11721692ee88df320bcae1f993bc13f30d464d0996c59cf43f/py_xbrl-2.2.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eae7b72e040ac9f7d86231e04705e59882d1909c63322ea2f505e9ce9f9e5134",
                "md5": "475717c375cb979853e16a458133a6de",
                "sha256": "6abf223dd440f52366f3ac7053b8f7aad3f948061c52ae35ffa9f040b97c5b59"
            },
            "downloads": -1,
            "filename": "py-xbrl-2.2.10.tar.gz",
            "has_sig": false,
            "md5_digest": "475717c375cb979853e16a458133a6de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 56809,
            "upload_time": "2023-10-10T18:18:08",
            "upload_time_iso_8601": "2023-10-10T18:18:08.008663Z",
            "url": "https://files.pythonhosted.org/packages/ea/e7/b72e040ac9f7d86231e04705e59882d1909c63322ea2f505e9ce9f9e5134/py-xbrl-2.2.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 18:18:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "manusimidt",
    "github_project": "xbrl_parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "py-xbrl"
}
        
Elapsed time: 0.11912s