Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 327 Bytes

File metadata and controls

25 lines (17 loc) · 327 Bytes

pykwg

Python pacakge for interacting with KnowWhereGraph

Using

Install the latest version with,

pip install pykwg

Developing

Run unit tests with

poetry run pytest

Before submitting a pull rquest, format the code with

poetry run black .
poetry run isort .