get_fid (file, *args, **kwargs)
|
Return a file object, given a filename or file object. |
get_extn (filename)
|
Get the extension from a filename. |
basename_noext (filename)
|
Get the basename and strips extension. |
git_version (modname)
|
Return output 'git describe', executed in a module's root directory. |
unique_name (name, names[, exclude])
|
Pass in a name and a list of names, and increment with _## as necessary to ensure a unique name. |
findReplace (directory, find, replace, ...)
|
Find/replace some txt in all files in a directory, recursively. |
dict_2_recarray (d, delim, dtype)
|
Turn a dictionary of structured keys to a record array of objects. |