walkdir

walkdir 0.3

walkdir is a simple set of iterator Python tools intended to make it easy to manipulate and filter the output of os.walk() in a way that is also easily applicable to any source iterator that produces data in the same format.It offers tools such as:-...

read more

shell_command is a simple set of shell invocation tools intended to make it easy to build and execute shell commands from Python, automatically handling file names containing whitespace and protecting your code from inadvertent exposure to shell injection...