command-streamer

Stream command output using asyncio


Keywords
command, streamer
License
MIT
Install
pip install command-streamer==0.0.3

Documentation

Build Status

command-streamer

Stream command output with asyncio

Usage

from command_streamer import stream_command

stream_command(['bash', '-c', 'for i in `seq 1 2`; do echo $i; done'])