tequilarapido/python-bridge

2.0.0 2020-04-01 13:44 UTC

README

 $output = (new PipePythonRunner)
            ->setPythonExecutable('/path/to/python/executable')
            ->setPipe("something to pipe to the script")
            ->setScript("realpath/to/the/python/script")
            ->run();