cmk-werk-zeug is a utility library for Checkmk (formerly known as Check_MK) that provides helper functions for werkzeug-related tasks, such as request parsing, response formatting, and authentication helpers. Current version is 0.3.4, with no active development observed recently. It is targeted at Checkmk developers and has a limited user base.
pip install cmk-werk-zeugNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: parse request, authenticate user, and return JSON response.
Change import from `cmk_werk_zeug.request_helpers` to `cmk_werk_zeug.request`.
Replace `get_user_from_request(request)` with `AuthUser.from_request(request)`.
Ensure Python 3.12 or later is used.
No resource links recorded.