Shell Command API ================= This section documents the shell command integration API. ShellCommand Class ------------------ .. autoclass:: flow.shell.ShellCommand :members: :special-members: __init__, __call__ :show-inheritance: ShellResult Class ----------------- .. autoclass:: flow.shell.ShellResult :members: :special-members: __init__ :show-inheritance: Factory Functions ----------------- shell_source ~~~~~~~~~~~~ .. autofunction:: flow.shell.shell_source shell_transform ~~~~~~~~~~~~~~~ .. autofunction:: flow.shell.shell_transform shell_sink ~~~~~~~~~~ .. autofunction:: flow.shell.shell_sink