Metadata-Version: 2.4
Name: cmk-werk-zeug
Version: 0.1.3
Summary: cmk-werk-zeug
Author-email: Benedikt Seidl <benedikt.seidl@checkmk.com>, Frans Fürst <frans.fuerst@checkmk.com>
License-File: LICENSE
Requires-Python: <4,>=3.12
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: pydantic>=2
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: textual>=7.3.0
Requires-Dist: trickkiste>=0.3.4
Description-Content-Type: text/markdown

# CWZ - CMK-Werk-Zeug

This is both a collection of tools and shared libraries created for (but not limited to) Checkmk development
and a 'collector' for other tools located in different repositories.


## What you get

For now you only get `cmk-components` - a tool for listing component/code ownership details of the
`check_mk` repository via Gerrit and the `code-owners` plugin


## Install

You either clone the cwz repository (`ssh://review.lan.tribe29.com:29418/cmk-werk-zeug`) and make it's tools available
via `uv` or you install the pip package:

```
pipx install cmk-werk-zeug
```