This is a set of Python routines that perform various functions that I find useful for multiple projects.
log(*args)
logException(name, ex)
debug(*args)
class LogThread(threading.Thread)
startThread(name, target, **kwargs)
block()
waitForDns(host)
camelize(words)
labelize(name)
getValue(fileName, item)
listize(x)
fixedList(items, nItems, pad=None)
displayNumber(number)
e164number(number, defaultAreaCode="", defaultCountryCode="1")