datastep.bin package

Submodules

datastep.bin.make_new_step module

This sample script will get deployed in the bin directory of the user’s virtualenv when the parent module is installed using pip.

class datastep.bin.make_new_step.Args[source]

Bases: argparse.Namespace

datastep.bin.make_new_step.find_last_import_line(py_txt)[source]
datastep.bin.make_new_step.insert_new_class(old_list_string, new_class_name_string)[source]
datastep.bin.make_new_step.insert_new_import(last_old_line, new_class_name_string, new_class_dir_string)[source]
datastep.bin.make_new_step.line_match__all__(py_txt)[source]
datastep.bin.make_new_step.list_match_in_line(line, py_txt)[source]
datastep.bin.make_new_step.main()[source]

Module contents

Bin scripts package for datastep.