cmdline tool for interact with KernelCI
kci-dev is a cmdline tool for interact with a enabled KernelCI server
Using poetry and virtualenv
virtualenv .venv
source .venv/bin/activate
pip install poetry
poetry install
poetry run kci-dev
The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
Run the following checks before sending a PR
poetry run black --check --verbose .
poetry run isort . --check --diff
poetry run pytest -rP