subprocess topic

List subprocess repositories

command-fds

27
Stars
6
Forks
Watchers

A Rust library for passing arbitrary file descriptors when spawning child processes.

swift-commands

53
Stars
4
Forks
Watchers

Swift utilities for running commands.

threading-js

16
Stars
4
Forks
Watchers

Wrapper for Web Workers for easily running a function from the client without serving the worker a script

vindicator

18
Stars
0
Forks
Watchers

Vindicator is a lightweight Golang library that is designed to hold and check any blocking function. e.g. subprocess, network connection...

TkTerm

47
Stars
9
Forks
Watchers

A fully functional terminal emulator built on Tkinter library. Works on Windows and Unix system

exec-helpers

17
Stars
6
Forks
Watchers

Helpers for dealing with python.subprocess.Popen and paramiko.

command_runner

35
Stars
3
Forks
Watchers

Substitute for subprocess that handles all hassle that comes from different platform and python versions, and allows live stdout and stderr capture for background job/interactive GUI programming ;)