Metadata-Version: 2.1
Name: xbrl2rdf
Version: 0.1.0
Summary: Python package to convert XBRL instance and taxonomy files to RDF
Home-page: https://github.com/wjwillemse/xbrl2rdf
Author: Willem Jan Willemse
Author-email: w.j.willemse@xs4all.nl
License: MIT license
Keywords: xbrl2rdf
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: rdflib
Requires-Dist: lxml

========
xbrl2rdf
========


.. image:: https://img.shields.io/pypi/v/xbrl2rdf.svg
        :target: https://pypi.python.org/pypi/xbrl2rdf

.. image:: https://img.shields.io/travis/wjwillemse/xbrl2rdf.svg
        :target: https://travis-ci.com/wjwillemse/xbrl2rdf

.. image:: https://readthedocs.org/projects/xbrl2rdf/badge/?version=latest
        :target: https://xbrl2rdf.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

> #### DISCLAIMER - BETA PHASE
> This XBRL to RDF parser is currently in a beta phase.
> 

Python package to convert XBRL instance and taxonomy files to RDF

* Free software: GNU GENERAL PUBLIC LICENSE, v2
* Documentation: https://xbrl2rdf.readthedocs.io.

Features
--------

Here is what the package does:
- convert XBRL instance file and related taxonomy files (schemas and linkbases) to RDF and RDF-star

Quick overview
--------------

To install the package

::

    pip install xbrl2rdf


How to run
----------

To parse an XBRL-instance file run in the root of the project

::

	python -m xbrl2rdf.xbrl2rdf


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-02-05)
------------------

* First release on PyPI.


