Skip to main content

Modular environment probe framework

Project description

<|start_of_focus|># wlkngkr

wlkngkr is a modular, extensible environment probing framework. Each probe is a focused Python class, the runner orchestrates them, and the CLI produces structured pydantic reports that you can feed into logging, diagnostics, or compliance tooling.

Features

  • Batteries-included probes for system and user context.
  • Central registry + runner that selects probes by name or tag.
  • Typed results (EnvReport, ProbeResult) built with pydantic.
  • Typer-powered CLI that doubles as a Python API (ProbeRunner).
  • Shipping via Apache 2.0 so it can live inside automation pipelines.

Installation

Stable releases will be published to PyPI.

pip install wlkngkr
# or, with uv (recommended for contributors)
uv tool install wlkngkr

If you want to work from the repo:

git clone https://github.com/cprima-forge/wlkngkr.git
cd wlkngkr
uv sync --dev

Usage

List available probes and run everything (default JSON output):

uv run wlkngkr --list
uv run wlkngkr --probe system --probe user

Prefer human-friendly status lines? Use the built-in text formatter:

uv run wlkngkr --format text
[system] status=success
[user]   status=success

Python API usage is equally straightforward:

from wlkngkr.runner import ProbeRunner
from wlkngkr.config import RunnerConfig

runner = ProbeRunner()
report = runner.run(RunnerConfig(tags=["core"]))
print(report.model_dump())

Development

uv sync --all-extras --dev
uv run pytest

Useful scripts:

  • uv run wlkngkr run --probe system – run a single probe
  • uv run wlkngkr --list – check registry state

Releasing

  1. Update CHANGELOG.md and bump pyproject.toml's version.
  2. Commit the release (git commit -am "chore: release v0.x.y").
  3. Tag it (git tag v0.x.y && git push origin v0.x.y).
  4. GitHub Actions (.github/workflows/release.yml) will run tests, build the distribution via uv build, and publish to PyPI. When a PYPI_API_TOKEN secret is present, the workflow uploads with twine>=6.1.0; otherwise it falls back to PyPI Trusted Publishing (OIDC).

License

Apache License 2.0 – see LICENSE.

Maintainer

Christian Prior-Mamulyan (@cprima) — cprior@gmail.com<|end_of_focus|>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wlkngkr-0.1.0.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wlkngkr-0.1.0-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file wlkngkr-0.1.0.tar.gz.

File metadata

  • Download URL: wlkngkr-0.1.0.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for wlkngkr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2b6e0f027669020f5c4d55df6f9844af89d1108080060a41430c268757fe0f67
MD5 88383ab1883e93a0bdc7baf1578b3f34
BLAKE2b-256 c9a19dcda9998ef08435b01651913bcdb0625c19b968ab4cc07b438ed32a15b9

See more details on using hashes here.

File details

Details for the file wlkngkr-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: wlkngkr-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for wlkngkr-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fbf71e51d5d85a4cf22e384319b4929792b8ad5256d53f2c10604ccfe3dbd350
MD5 162bef68c39f72c3c75c75d1e2c23ff3
BLAKE2b-256 f309cde0f8e68d4b994fecf3511df1362211e1c11b2ec86b57389e6e05c53387

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page