Set of self-discovery utilities.
Go to file
2025-09-09 16:25:48 -05:00
.gitignore Creating runs in distinct dirs 2025-09-09 16:25:48 -05:00
.justfile Creating runs in distinct dirs 2025-09-09 16:25:48 -05:00
.python-version Build base command 2025-09-09 14:51:15 -05:00
inspector Build base command 2025-09-09 14:51:15 -05:00
install.sh Adding more commands of value. 2025-09-09 16:07:58 -05:00
pyproject.toml Creating runs in distinct dirs 2025-09-09 16:25:48 -05:00
README.md Build base command 2025-09-09 14:51:15 -05:00
requirements-dev.lock Build base command 2025-09-09 14:51:15 -05:00
requirements.lock Build base command 2025-09-09 14:51:15 -05:00

Inspector

Simple utility that will inspect your local system and report on that.

This is expected to be run from a debian 13 live cd and requirements are tailored to that. This is an extension to existing information with standard tools and immediatley gain insights from the resources on the current machine.

Data sources:

Installation process

Calling install will bootstrap the environment in an idempotent way. But will enable the local workflow and python environment for the inpector to work in.

This will bootstrap the installation of Justfile, git, rye, and use rye sync for managing the workspace dependencies while providing a very simple entry point across the various commands.

Usage

$ ./install.sh

Prepares environment for use.

$ just scan

New inspection result -. The report is the raw text of the process.

$ just summarize