{"id":15003542,"url":"https://github.com/kernelci/kci-dev","last_synced_at":"2026-01-16T20:33:21.005Z","repository":{"id":256386580,"uuid":"827715676","full_name":"kernelci/kci-dev","owner":"kernelci","description":"Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI","archived":false,"fork":false,"pushed_at":"2026-01-14T06:50:58.000Z","size":1131,"stargazers_count":6,"open_issues_count":17,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-14T10:31:05.951Z","etag":null,"topics":["cmdline","command-line","kernel","kernelci","linux","linux-kernel","testing"],"latest_commit_sha":null,"homepage":"https://kci.dev/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kernelci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-12T08:15:17.000Z","updated_at":"2026-01-14T06:50:12.000Z","dependencies_parsed_at":"2024-09-10T13:00:27.714Z","dependency_job_id":"ac27254c-c2d1-43da-a917-c01a42422665","html_url":"https://github.com/kernelci/kci-dev","commit_stats":null,"previous_names":["kernelci/kci-dev"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/kernelci/kci-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Fkci-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Fkci-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Fkci-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Fkci-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kernelci","download_url":"https://codeload.github.com/kernelci/kci-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernelci%2Fkci-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmdline","command-line","kernel","kernelci","linux","linux-kernel","testing"],"created_at":"2024-09-24T18:58:54.615Z","updated_at":"2026-01-16T20:33:20.965Z","avatar_url":"https://github.com/kernelci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kci-dev\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/kci-dev\"\u003e\u003cimg alt=\"PyPI Version\" src=\"https://img.shields.io/pypi/v/kci-dev.svg?maxAge=86400\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/kci-dev\"\u003e\u003cimg alt=\"Python Versions\" src=\"https://img.shields.io/pypi/pyversions/kci-dev.svg?maxAge=86400\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.bestpractices.dev/projects/9829\"\u003e\u003cimg src=\"https://www.bestpractices.dev/projects/9829/badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e *Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI*\n\n## Quickstart\n\nUsing [PyPI](https://pypi.org/project/kci-dev/) and virtualenv\n```sh\nvirtualenv .venv\nsource .venv/bin/activate\npip install kci-dev\n```\n\n## Config file\n\n\u003e `kci-dev results` can be used without a config file or KernelCI authorization token.  \n\nFor other subcommands (like `kci-dev bisect`) is possible to create a default config file at  \n`~/.config/kci-dev/kci-dev.toml` with the following command:  \n```sh\nkci-dev config\n```\n\n## Shell Completions\n\nkci-dev supports tab completion for bash, zsh, and fish shells. To enable completions:\n\n### Bash\n```bash\n# Add to ~/.bashrc\nsource /path/to/kci-dev/completions/kci-dev-completion.bash\n```\n\n### Zsh\n```bash\n# Add to ~/.zshrc (make sure compinit is enabled)\nfpath=(/path/to/kci-dev/completions $fpath)\nautoload -U compinit \u0026\u0026 compinit\n```\n\n### Fish\n```bash\n# Copy to fish completions directory\ncp /path/to/kci-dev/completions/kci-dev.fish ~/.config/fish/completions/\n```\n\nAfter adding the appropriate lines, restart your shell or source your configuration file.\n\n## KernelCI authorization tokens\n\nAuthorizaton tokens can be requested [here](https://github.com/kernelci/kernelci-core/issues/new?template=kernelci-api-tokens.md)\n\n## Contributing to kci-dev\n\nThe kci-dev project welcomes, and depends on, contribution from developers and users in the open source community.  \nThe [Contributor Guide](https://github.com/kernelci/kci-dev/blob/main/CONTRIBUTING.md) should guide you on how to contribute to kci-dev project.\n\n## Documentation\n\nFor latest informations check out the documentation [here](https://kernelci.github.io/kci-dev/)  \n\n## License\n\n[LGPL-2.1](https://github.com/kernelci/kci-dev/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelci%2Fkci-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernelci%2Fkci-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelci%2Fkci-dev/lists"}