Skip to main content

A simple interface for running non-python programs in python.

Project description

pl-run-program

A simple interface for running non-python programs in python.

Installation

uv add pl-run-program

Usage

from pl_run_program import run_program, run_simple_program, program_at_path
from pathlib import Path

# Paths are validated to ensure they're absolute, execuable, exist, etc.
echo_program = program_at_path(Path("/bin/echo"))

# run_program returns a ProgramResult object with stdout, stderr, and return code.
result = run_program(echo_program, ["Hello, World!"])
print(f"run_program result: {result}")

# run_simple_program is a convenience function that returns only stdout and raises an exception if the program returns a non-zero return code.
result = run_simple_program(echo_program, ["Hello, World!"])
print(f"run_simple_program result: {result}")

Releasing

Run ./release.sh.

License

Licensed under the Apache License 2.0. See LICENSE.

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

pl_run_program-0.0.13.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

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

pl_run_program-0.0.13-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file pl_run_program-0.0.13.tar.gz.

File metadata

  • Download URL: pl_run_program-0.0.13.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pl_run_program-0.0.13.tar.gz
Algorithm Hash digest
SHA256 895ea2da41558bd535ffcb79d561308caebb3742fdc811aaebe12c948197ab52
MD5 2e0a72b1c503238d7f37db1674e36972
BLAKE2b-256 ced8f0908c66be2fc23c0fcf4aedec86a9e00f6e818ec66d4ed8f518b5b7324f

See more details on using hashes here.

File details

Details for the file pl_run_program-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: pl_run_program-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for pl_run_program-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 4f73ae85aae599198e999290cc91938e84d78b52d41bf403724735f3be3070f2
MD5 d6e7d5b5ce0c902239711a5010d74656
BLAKE2b-256 49cb96dedeb8027d09d186d59ee468951f75c015d7f401f09aa2a9a69e309635

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