Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kernelci/kci-dev

KernelCI tool for kernel developers
https://github.com/kernelci/kci-dev

kernel kernelci linux linux-kernel testing

Last synced: about 1 month ago
JSON representation

KernelCI tool for kernel developers

Awesome Lists containing this project

README

        

# 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
```sh
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
```sh
poetry run black --check --verbose .
poetry run isort . --check --diff
poetry run pytest -rP
```

## License

[LGPL-2.1](https://github.com/kernelci/kci-dev/blob/main/LICENSE)