Installation
Install PyKinGenie using pip:
pip install pykingenie
If you use uv, install PyKinGenie into the current environment with:
uv pip install pykingenie
Or add it to an existing uv-managed project:
uv add pykingenie
For development (requires uv):
git clone https://github.com/osvalB/pykingenie
cd pykingenie
uv sync --extra dev