General Utility functions

Various utility functions used throughout abed

abed.utils.clean_str(string)[source]
abed.utils.hash_from_filename(filename)[source]
abed.utils.mkdir(path)[source]
abed.utils.touch(fname, times=None)[source]
abed.utils.wrap_text(text, max_length=120)[source]

Wraps the words into lines of a fixed length for prettier printing.