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.15.tar.gz (8.1 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.15-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pl_run_program-0.0.15.tar.gz
  • Upload date:
  • Size: 8.1 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.15.tar.gz
Algorithm Hash digest
SHA256 6926729cbc7037fb73872813b20ccd4fb47080574aba7178749ce74b6d274c3d
MD5 e9400c40616fc0c99b4c3be0ca591bb9
BLAKE2b-256 9b972410ef08c5efc87e7c79adfa6ddf52daf4bef8b37f8654758fa5b2beec10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pl_run_program-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 8.6 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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 387afc5934286afeb27acbf40c6eee6e9298d94ce3e95082ff274214644814c7
MD5 777218a20d6edd35d172c6fa5bc0b974
BLAKE2b-256 05b882d9016a0b1093ae7156b7295707c4c7a2276ff2ba0eda53ec3296d57ca4

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