kb_python.dry.utils

Module Contents

Functions

run_executable(command, quiet=False, alias=True, *args, **kwargs) Dry version of utils.run_executable.
make_directory(path) Dry version of utils.make_directory.
remove_directory(path) Dry version of utils.remove_directory.
stream_file(url, path) Dry version of utils.stream_file.
move_file(source, destination) Dry version of utils.move_file.
copy_whitelist(technology, out_dir) Dry version of utils.copy_whitelist.
copy_map(technology, out_dir) Dry version of utils.copy_map.
get_temporary_filename(temp_dir) Dry version of utils.get_temporary_filename.
kb_python.dry.utils.run_executable(command, quiet=False, alias=True, *args, **kwargs)

Dry version of utils.run_executable.

kb_python.dry.utils.make_directory(path)

Dry version of utils.make_directory.

kb_python.dry.utils.remove_directory(path)

Dry version of utils.remove_directory.

kb_python.dry.utils.stream_file(url, path)

Dry version of utils.stream_file.

kb_python.dry.utils.move_file(source, destination)

Dry version of utils.move_file.

kb_python.dry.utils.copy_whitelist(technology, out_dir)

Dry version of utils.copy_whitelist.

kb_python.dry.utils.copy_map(technology, out_dir)

Dry version of utils.copy_map.

kb_python.dry.utils.get_temporary_filename(temp_dir)

Dry version of utils.get_temporary_filename.