gluetool.tool module¶
Heart of the “gluetool” script. Referred to by setuptools’ entry point.
-
class
gluetool.tool.Gluetool[source]¶ Bases:
object-
_command_name¶
-
_deduce_pipeline_desc(argv, modules)[source]¶ Split command-line arguments, left by
gluetool, into a pipeline description, splitting them by modules and their options.Parameters: Returns: Pipeline description in a form of a list of
gluetool.glue.PipelineStepinstances.
-
_exit_logger¶ Return logger for use when finishing the
gluetoolpipeline.
-
_version¶
-