Skip to main content

DevelopersToolbox logo
Github Build Status License Created
Release Released Commits since release

Overview

When you write a script or tool which uses subprocess to execute shell commands, you want to know if the commands are installed or not. This is particularly important if you are running multiple commands which rely on each other.

You can of course catch the exceptions through using check=True but if you need to know they all exist before you start your execution run then this doesn't help you as it only handled the failure it currently has.

This little package assist with that problem by taking a list of commands that must be installed and available and verifies that list at the start to ensure all of them are available.

Installation

pip install wolfsoftware.prereqs

Usage

import sys

from wolfsoftware.prereqs import check_prerequisite, PrerequisiteCheckError

prerequisites: list[str] = ["python", "git"]

try:
    command_paths: dict = check_prerequisite(prerequisites)
except PrerequisiteCheckError as err:
    print("Prerequisite check failed:")
    for error in err.errors:
        print(error)
    sys.exit(0)

print(command_paths['python'])

Once the checks have completed, you now have a dict of commands and their associated paths which you can then utilise to ensure you are executing your subprocesses with the full path.


Release files for wolfsoftware.prereqs 0.1.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for wolfsoftware.prereqs 0.1.5
File Size Uploaded
wolfsoftware_prereqs-0.1.5.tar.gz 8.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for wolfsoftware.prereqs 0.1.5
File Interpreter ABI Platform
wolfsoftware.prereqs-0.1.5-py3-none-any.whl Python 3 none any Details

Total release size: 15.3 kB

Release files / wolfsoftware_prereqs-0.1.5.tar.gz

Download URL wolfsoftware_prereqs-0.1.5.tar.gz
Size 8.4 kB
Tags Source
SHA-256 checksum
How to use checksums
f0e4e54508e2440dd92a2a7c3f5394f07b78d13c7791e0574240b734419eb590
BLAKE2b-256 checksum
How to use checksums
d4f09301834900202d97858c34be9b7278960a29667431cef39ad431777b2132
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.12.4

Release files / wolfsoftware.prereqs-0.1.5-py3-none-any.whl

Download URL wolfsoftware.prereqs-0.1.5-py3-none-any.whl
Size 6.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
25dba49a0b9599457f449414c7c474ae808cfe05ca7ec86fa668b8b0ef59f0a5
BLAKE2b-256 checksum
How to use checksums
43dec1be0999b2114b22e7c976e8313ca3f55eb33e2d243b387258e3cbd3cd85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.12.4

Release history Release notifications | RSS feed

This release

0.1.5 This release

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page