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.PipelineStep
instances.
-
_exit_logger
¶ Return logger for use when finishing the
gluetool
pipeline.
-
_version
¶
-