Metadata-Version: 2.1
Name: pykg2tbl
Version: 0.0.2
Summary: Py Project to extract table data from knowwledge-graphs using sparql templates
Home-page: https://github.com/vliz-be-opsci/pykg2tbl
License: MIT
Author: Marc Portier
Author-email: marc.portier@gmail.com
Maintainer: João dos Santos
Maintainer-email: jotaflame@gmail.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: argparse
Requires-Dist: pandas
Requires-Dist: pyrdfj2
Requires-Dist: rdflib
Requires-Dist: sparqlwrapper
Requires-Dist: validators
Project-URL: Repository, https://github.com/vliz-be-opsci/pykg2tbl
Description-Content-Type: text/x-rst

pykg2tbl
===================================

Py Project to extra table data from knowledge-graphs using sparql templates

Started on 2022-01-04

Setup
-----
Start using this project with poetry


.. code-block:: bash

    $ make init       # install dependencies
    $ make init-dev   # includes the previous + adds dependencies for developers

Build Docs

.. code-block:: bash

    $ make docs



Developers
----------

Run Tests

.. code-block:: bash

    $ make test                                                   # to run all tests
    $ PYTEST_LOGCONF=debug-logconf.yml python tests/test_demo.py  # to run a specific test with specific logging
    $ make test-coverage                                          # to run all tests and check the test coverage


Check the code-style and syntax (flake8, black, isort)

.. code-block:: bash

    $ make check


.. image:: https://github.com/vliz-be-opsci/pykg2tbl/blob/gh-pages/coverage.svg
   :align: center
   :target: https://github.com/JotaFan/pycoverage

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :align: center
   :alt: Code style: black
   :target: https://github.com/psf/black
