#
subprocess
Here are 103 public repositories matching this topic...
A backport of the Python 3 subprocess module for use on Python 2.
-
Updated
Aug 20, 2019 - Python
A library to parse gdb mi output and interact with gdb subprocesses
-
Updated
Feb 18, 2020 - Python
Python API to execute shell functions as they would be Python functions
-
Updated
Jul 25, 2019 - Python
Programmer friendly subprocess wrapper
-
Updated
May 14, 2020 - Python
-
Updated
Dec 18, 2018 - C++
Ansible Taskrunner - ansible-playbook wrapper with YAML-abstracted python click cli options!
ruby
python
bash
cli
yaml
ansible
wrapper
ansible-playbook
playbook
click
polyglot
task-runner
subprocess
-
Updated
May 8, 2020 - Python
A plugin to fake subprocess for pytest
-
Updated
Apr 28, 2020 - Python
Python 3.6+ library for local asynchronous subprocess spawning and monitoring
-
Updated
Mar 31, 2020 - Python
A Python wrapper library for subprocess module.
-
Updated
Apr 4, 2020 - Python
Makes it easy to spawn Ruby sub-processes with guaranteed exit status handling, capturing and/or suppressing combined STDOUT and STDERR streams, providing STDIN input, timeouts, and running via a pseudo terminal.
ruby
shell
stdout
pty
ruby-processing
ruby-cli
subprocess
stdin
spawn
pseudo-terminal
stream-stdout
interleave-stdout
stderr-stream
-
Updated
Aug 16, 2018 - Ruby
Wrapper for Web Workers for easily running a function from the client without serving the worker a script
javascript
performance
browser
transfer
thread
workers
process
subprocess
threads
webworker
webworkers
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jul 24, 2015 - Python
Helpers for dealing with python.subprocess.Popen and paramiko.
-
Updated
May 14, 2020 - Python
multi_gpu_infer 多gpu预测 multiprocessing or subprocessing
-
Updated
Mar 24, 2020 - Python
Python API for interfacing with arbitrary executables
-
Updated
Jan 12, 2018 - Python
Reverse Voice and Sound Messages using Telegram Messenger Bot
-
Updated
Sep 25, 2018 - Python
The program is created to ping several ip addresses, put results in separate txt files, distribute files between folders, send email if ip is not reachable, send email if ip is reachable again. All action are independent for each ip address. The program has TRUE CLI, which is similar to CMD or router CLI.
linux
cli
unix
monitor
monitoring
debian
ubuntu
ping
icmp
monit
subprocess
monitoring-scripts
monitoring-application
icmp-ping
icmp-ping-monitor
router-cli
-
Updated
Feb 26, 2019 - Python
A simple PHP library for creating asynchronous processes, and handling inter-process communication via sockets.
-
Updated
Oct 24, 2019 - PHP
Subprocess wrapper for separate, unbuffered capturing / redirecting of stdout and stderr
-
Updated
Jan 15, 2020 - Python
a pimped-up wrapper around Python's subprocess module that can monitors the subprocess output line by line
-
Updated
Mar 5, 2019 - Python
A Go library that returns standard output, standard error, and exit status code data from spawned processes on Linux, macOS, and Windows
-
Updated
Feb 4, 2018 - Go
Loblaw Take Home Challenge
python
pandas-dataframe
pytest
pip
subprocess
sift-algorithm
colorama
open-cv
termcolor
requirements-txt-pip
-
Updated
Jul 26, 2019 - Python
Improve this page
Add a description, image, and links to the subprocess topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the subprocess topic, visit your repo's landing page and select "manage topics."


Because of the
"shell": Trueargument below, passing in a list will not work as expected, which I had to find out the hard way