tequilarapido/python-bridge

Installs: 1 465

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 7

pkg:composer/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();