معرفی شرکت ها


data2rdf-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A generic pipeline that can be used to map raw data to RDF.
ویژگی مقدار
سیستم عامل -
نام فایل data2rdf-1.0.1
نام data2rdf
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Paul Zierep, Yoav Nahshon, Pablo de Andres, Deepu Krishnareddy
ایمیل نویسنده paul.zierep@iwm.fraunhofer.de, yoav.nahshon@iwm.fraunhofer.de, pablo.de.andres@iwm.fraunhofer.de, deepu.krishnareddy@iwm.fraunhofer.de
آدرس صفحه اصلی https://github.com/MI-FraunhoferIWM/data2rdf
آدرس اینترنتی https://pypi.org/project/data2rdf/
مجوز BSD-3-Clause
# data2rdf A pipeline for generating data representation in RDF out of raw data given in ASCII, CSV or EXCEL format. https://data2rdf.readthedocs.io/en/latest/ # Installation ## Install for using the package Either install the package from the pypi ```bash pip install data2rdf ``` ## Install for development Install the package from the source code: ```bash git clone git@github.com:MI-FraunhoferIWM/data2rdf.git cd data2rdf pip install -e . ``` ## Windows specific In windows it might be necessary to install curses manually. This can be done with: ``` pip install windows-curses ``` ## Debug a Chowlk XML File In some cases when the syntax of the draw.io file is not correct (e.g.: missing label on arrow, bracket in class file) chowlk crashes. The only (pretty annoying but working) way to find the wrong syntax is to execute chowlk with the command line for that file and inclemently remove elements from the draw.io diagram. This way you can find the wrong syntax by process of elimination. # Version Updates * Chowlk is installed via pip through the dependencies * Running csv and excel pipeline * Abox pipeline CLI * Unnittest for csv and excel pipeline and abox pipeline # Building the docs locally ### HTML A server will start, generate the docs and listen for changes in the source files. This can be done by using docker or installing the development environment directly on the you machine. Next are installation guides for Docker and Linux OS. #### Docker First, build the Docker image by running the following command: ```shell $ docker build -f docs.Dockerfile -t data2rdf-docs . ``` Then, start the program by running: ```shell $ docker run -it --rm -v $PWD:/app -p 8000:8000 data2rdf-docs ``` #### Linux At an OS level (these commands work on Linux Debian): ```shell $ sudo apt install pandoc graphviz default-jre $ sudo apt-get install texlive-latex-recommended \ texlive-latex-extra \ texlive-fonts-recommended \ latexmk ``` The python dependencies: ```shell $ pip install .[docs] ``` Now you can start the server and render the docs: ``` $ sphinx-autobuild docs/source docs/build/html ``` The documentation will be available on [`http://127.0.0.1:8000`](http://127.0.0.1:8000). ### PDF (LaTeX) To generate a PDF of the documentation, simply run (from the root project folder): ```sh make -C docs latexpdf ``` The generated PDF can be found under docs/build/latex/data2rdf_docs.pdf


نیازمندی

مقدار نام
==4.11.2 beautifulsoup4
==0.0.2 chowlk-unofficial-fork
==3.1.1 openpyxl
==1.5.3 pandas
==0.21.1 python-dotenv
==0.4.27 python-magic
==6.2.0 rdflib
==1.4.46 sqlalchemy
==3.8.0 tables
==2021.1114 bumpver
==1.7.0 dunamai
==7.22.0 ipython
==3.0.3 jinja2
==1.0.0 jupyter
==0.15.2 myst-parser
==0.8.2 nbsphinx
==3.5.3 sphinx
==2021.3.14 sphinx-autobuild
==0.2.0 sphinx-book-theme
==0.3.1 sphinx-copybutton
==0.5.2 sphinx-panels
==1.6.0 sphinxcontrib-redoc
==2.15.0 pre-commit
==6.2.5 pytest


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl data2rdf-1.0.1:

    pip install data2rdf-1.0.1.whl


نصب پکیج tar.gz data2rdf-1.0.1:

    pip install data2rdf-1.0.1.tar.gz