kcidb-io
kcidb-io is a Python 3 library for validating and manipulating Linux Kernel
CI reports in JSON format. This library is used by kcidb - a
package for maintaining a service storing and serving that data.
Installation
kcidb-io requires Python v3.10 or later.
To install the latest version from PyPI:
pip3 install kcidb-io
To install from the git repository:
pip3 install git+https://github.com/kernelci/kcidb-io.git
To install from a local directory:
pip3 install .
Using
Here's an example creating an empty report and then validating it:
# Import the kcidb-io package
import kcidb_io
# Create an empty report using the latest schema version
json = kcidb_io.new()
# Validate the report
kcidb_io.schema.validate(json)
Hacking
If you want to hack on the source code, install the package in the editable
mode with the -e/--editable option, and with "dev" extra included. E.g.:
pip3 install --user --editable '.[dev]'
The latter installs the kcidb-io package using the modules from the source
directory, and changes to them will be reflected immediately without the need
to reinstall. It also installs extra development tools, such as flake8 and
pylint.
Release files for kcidb-io 139
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kcidb_io-139.tar.gz | 114.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kcidb_io-139-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 255.1 kB
Release files / kcidb_io-139.tar.gz
| Download URL | kcidb_io-139.tar.gz |
|---|---|
| Size | 114.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
da7cf38d3478f72cc0941f302aaa4a94c933221b12a535c5889e36d8c2355a48
|
|
BLAKE2b-256 checksum How to use checksums |
c1f769fc15a51f209067fccca05e99eb30f7901b15218326412de39e4e69d154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 8, 2026.
Transparency logRelease files / kcidb_io-139-py3-none-any.whl
| Download URL | kcidb_io-139-py3-none-any.whl |
|---|---|
| Size | 141.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9680584df1eeaaaab1b5877620108b17b9e461d1d227a535439bac362789b142
|
|
BLAKE2b-256 checksum How to use checksums |
2cde6160bb1b3ed33b992ffc7374e11692b1da4cac3c214b83629cad2c2d9201
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 8, 2026.
Transparency log