Skip to main content

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)

Exporting the JSON schema

The current schema is available as a JSON Schema dictionary on the version class. The latest schema is exposed as kcidb_io.schema.LATEST.

Export the latest schema to a file:

python3 - <<'PY'
import json
from kcidb_io import schema

v = schema.LATEST
with open(f"kcidb-io.schema.v{v.major}.{v.minor}.json", "w") as f:
    json.dump(v.json, f, indent=2, sort_keys=True)
PY

Compatibility notes

The schema is validated in this library using JSON Schema Draft-07. The exported schema JSON does not include a $schema field; if a validator requires one, add:

{
  "$schema": "http://json-schema.org/draft-07/schema#"
}

The schema uses $defs and the uri string format. If your validator supports format checking, enable it to validate uri values.

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 141

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for kcidb-io 141
File Size Uploaded
kcidb_io-141.tar.gz 115.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for kcidb-io 141
File Interpreter ABI Platform
kcidb_io-141-py3-none-any.whl Python 3 none any Details

Total release size: 256.5 kB

Release files / kcidb_io-141.tar.gz

Download URL kcidb_io-141.tar.gz
Size 115.1 kB
Tags Source
SHA-256 checksum
How to use checksums
dac10e60f06464e2ed9b163d0181a9acbf6504434078696119fb3f52359e3d22
BLAKE2b-256 checksum
How to use checksums
476785816ec101bfa1b6253fab0871eb3bfd4d4642de0920b4aa5999cbac2c53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

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 Apr 8, 2026.

Transparency log

Release files / kcidb_io-141-py3-none-any.whl

Download URL kcidb_io-141-py3-none-any.whl
Size 141.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
95bcce42e0b82ceace8ca29a6c5aa9332c9463860051872788fcc424b642657e
BLAKE2b-256 checksum
How to use checksums
fd1a50f1577050c850be1159cd40515bd8d28a4b4ed63f1150bfa432c278c63b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

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 Apr 8, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

141 This release

2 release files

140

2 release files

139

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page