Stand alone tool for Linux Kernel developers and maintainers that can test local Linux Kernel changes on a enabled KernelCI server
Project description
kci-dev
cmdline tool for interact with KernelCI
kci-dev is a cmdline tool for interact with a enabled KernelCI server
Quickstart
Using poetry and virtualenv
virtualenv .venv
source .venv/bin/activate
pip install poetry
poetry install
poetry run kci-dev
Contributing to kci-dev
The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.
Contributing guide
Run the following checks before sending a PR
poetry run black --check --verbose .
poetry run isort . --check --diff
poetry run pytest -rP
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kci_dev-0.1.0.tar.gz
(15.9 kB
view hashes)
Built Distribution
kci_dev-0.1.0-py3-none-any.whl
(19.7 kB
view hashes)