poppy.core.management.commands module

poppy.core.management.commands.create_from_template(pipeline_or_plugin, name, directory, namespace=None)[source]

Create pipeline/plugin directory tree from POPPy templates

Parameters:
  • pipeline_or_plugin – String indicating which template to use (‘pipeline’ or ‘plugin’)
  • name – name of the pipeline/plugin
  • directory – path to the plugin/pipeline directory
Returns:

poppy.core.management.commands.make_writeable(filename)[source]

Make sure that the file is writeable. Useful if our source is read-only.

poppy.core.management.commands.render(template_filepath, context)[source]
poppy.core.management.commands.setup_logger(quiet, debug)[source]