api documentation for python-shell (v0.4.0)

Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio

table of contents

  1. module python-shell
    1. function python-shell (script, options)
    2. function python-shell.run (script, options, callback)
    3. function python-shell.super_ ()
    4. object python-shell.defaultOptions
    5. object python-shell.format
    6. object python-shell.parse
  2. module python-shell.format
    1. function python-shell.format.json (data)
    2. function python-shell.format.text (data)
  3. module python-shell.parse
    1. function python-shell.parse.json (data)
    2. function python-shell.parse.text (data)

module python-shell

function python-shell (script, options)

function python-shell.run (script, options, callback)

function python-shell.super_ ()

module python-shell.format

function python-shell.format.json (data)

function python-shell.format.text (data)

module python-shell.parse

function python-shell.parse.json (data)

function python-shell.parse.text (data)

[ this document was created with utility2 ]