I\'m trying to wrap a git clone command with subprocess.Popen (python3) and consume stdout in real-time. Something like
git clone
subprocess.Popen
import subproces