Skip to main content

Audit for existance and vesion number of cli tools.

Reason this release was yanked:

basic workflow fails

Project description

cli_tool_audit

Verify that a list of cli tools are available. Like a requirements.txt for cli tools, but without an installer component. Intended to work with cli tools regardless to how they were installed, e.g. via pipx, npm, etc.

How it works

You declare a list of cli commands and version ranges.

The tool will run tool --version for each tool and make best efforts to parse the result and compare it to the desired version range.

The tool then can either output a report with warnings or signal failure if something is missing, the wrong version or can't be determined.

There is no universal method for getting a version number from a CLI tool, nor is there a universal orderable version number system, so the outcome of many check may be limited to an existence check or exact version number check.

Installation

You will need to install it to your virtual environment if tools you are looking for are in your virtual environment. If all the tools are global then you can pipx install.

pipx install cli-tool-audit

Usage

CLI usage

cli-tool-audit [--config=pyproject.toml]
import cli_tool_audit

print(cli_tool_audit.validate(config="pyproject.toml"))

The configuration file lists the tools you expect how hints on how detect the version.

[tool.cli-tools]
pipx = { description = "Python package installer for applications", version = "^1.0.0", version_switch = "--version" }
mypy = { version = "^1.0.0", version_switch = "--version" }
pylint = {  version = "^1.0.0", version_switch = "--version" }
black = {  version = "^1.0.0", version_switch = "--version" }
pygount = { version = "^1.0.0", version_switch = "--version" }
ruff = { version = "^1.0.0", version_switch = "--version" }

Testing

You can check that all pipx installed tools are compatible with the package-declared version. Sometimes they are not, sometimes the tool fails to run, sometimes the tool doesn't support any known --version switch.

python -m cli_tool_audit.pipx_stress_test

You can check that all tools in the current virtual environment are at least version 0.0.0.

python -m cli_tool_audit.venv_stress_test

Just running the file will check anything configured in pyproject.toml

python -m cli_tool_audit

Prior Art

If your cli tools are all installed by a package manager, you could use the package manager's manifest, e.g. pyproject.toml for poetry. If your CLI tools are installed by a variety of package managers, or not installed but just copied to a location on the PATH, then this may not help.

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

cli_tool_audit-1.0.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

cli_tool_audit-1.0.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file cli_tool_audit-1.0.0.tar.gz.

File metadata

  • Download URL: cli_tool_audit-1.0.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for cli_tool_audit-1.0.0.tar.gz
Algorithm Hash digest
SHA256 466fef6fc2b0d40f55f4618fd3bfa2fe3c8afc06736325d9de18257c6f18911b
MD5 34d65efcbee19d4a33ac0299816c8e5f
BLAKE2b-256 3bcf65019bccdae46def8867322ae3f1c26124523a702e7f62cb4a80a596f7c4

See more details on using hashes here.

File details

Details for the file cli_tool_audit-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cli_tool_audit-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 03f123cfc3a38b9b8e366cf0446c96eb4822c6a129e8497229ad41a5cb3af7c8
MD5 21b5611fccfb4b175a92e7dd7df87c8d
BLAKE2b-256 aedb5b67e43e670cbbb63267adb86dd8a4e8b1b8a1c920559563b6c2eea5489f

See more details on using hashes here.

Supported by

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