wrapper library for executing system commands from Python
Project description
Introduction
infi.execute is a utility for running processes in various ways. It provides several facilities, most of which are simply convenience wrappers over existing stdlib functionality.
Features
Runners
A runner abstracts a destination for executing commands. infi.execute exposes the LocalRunner class for running commands locally, and the SSHRunner for running commands through ssh.
Runners support the popen method, which replicates the basic subprocess.Popen interface, but also support extensions on top of it (see below).
execute
execute is a family of functions to perform the popular task of executing commands while capturing their stdout and stderr streams, possibly supplying a custom stdin stream. This is most useful for shell commands or system commands. execute is another method of the Runner class, making use of the popen method.
execute_async is another flavor, returning an async result that can be waited upon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file infi.execute-0.0.13.tar.gz
.
File metadata
- Download URL: infi.execute-0.0.13.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17e0bd65a9ed474a55b7cc17b61d0ab6c22ab2873cddc1a1d126dc57f54d7c5c |
|
MD5 | 2baaef27881781dd3ee070856c0be45e |
|
BLAKE2b-256 | 9047ea8611111a9e3991341d721bcb3e9145265c629b8d8fad8447a1703281f0 |