This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: UTF-8 -*- | |
""" | |
based on from github "https://gist.github.com/s1ider/f13c2f163282dbec7a61" | |
Customized for parallel scenarios | |
Authors: i4s-pserrano | |
""" | |
from multiprocessing import Pool | |
from subprocess import Popen, PIPE |