Metadata-Version: 2.4
Name: kwf-lib
Version: 1.0.4
Summary: KWF interface for RH kernel work
Home-page: https://gitlab.com/cki-project/contrib/kwf-lib
Author: CKI Team
Author-email: cki-project@redhat.com
License: GPLv3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: typing_extensions
Provides-Extra: pyadf
Requires-Dist: pyadf; extra == "pyadf"
Provides-Extra: release
Requires-Dist: build; extra == "release"
Requires-Dist: twine; extra == "release"
Dynamic: license-file

# kwf-lib

Common place to put all scripts related to kernel workflow.

## Design

This repository holds all the common python code that is defined by the kernel workflow processes.

This library is for you, if you are looking for any component or facility to deal with:

- RHEL Jira issues and Bugzillas (if applicable) unified and easily.
- CVEs.
- Z-Stream and Y-Stream development.

This package can be found on Copr as [@cki/kwf-lib](https://copr.fedorainfracloud.org/coprs/g/cki/kwf-lib)

Documentation is published at <where?>

## Developer guidelines

**Use care when making changes to this repository.** Many other applications
depend on this code to work properly.

### Running tests and linting

To run linting and tests, use `tox`.

```shell
podman run --pull=newer --rm -it --volume .:/code:Z --workdir /code quay.io/cki/cki-tools:production tox -e full
```
