ncoghlan / walkdir

Other
11 stars 3 forks source link

Build Status codecov image

Overview

walkdir is a simple set of iterator 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:

Full documenation avaliable at http://walkdir.readthedocs.io

Maintainer History