Skip to content

vliz-be-opsci/pykg2tbl

Repository files navigation

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

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

Build Docs

$ make docs

Developers

Run Tests

$ 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)

$ make check
Code style: black