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.

Project Status

Alpha. Expect breaking changes.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pl_run_program-0.0.30.tar.gz
  • Upload date:
  • Size: 6.6 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.30.tar.gz
Algorithm Hash digest
SHA256 5cfdef286a6fe2a672d53b7c87a18e3bdbc2d764f2ed8041d4ce5c062fe8900d
MD5 46f99e9af6433d9acc4a0831f357ce89
BLAKE2b-256 66e49d5200ed216e4431773f6942d58eb4bf3a902368e08aa6fce76db91a3d3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pl_run_program-0.0.30-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.30-py3-none-any.whl
Algorithm Hash digest
SHA256 38217e8e30d72f58ee32d2611a35f1981b99642c333b474aabf7eed845cc613a
MD5 5e6a13acd26142ee416e060396c26135
BLAKE2b-256 a2b2345377cb02e0e00e927d6e56b5527e553b867efc8ebeabf4f31c2c0f837d

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