Py Project to extra table data from knowledge-graphs using sparql templates
Started on 2022-01-04
Start using this project with poetry
$ make init # install dependencies
$ make init-dev # includes the previous + adds dependencies for developers
Build Docs
$ make docs
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