walkdir 0.3
Tools to manipulate and filter os.walk() style iteration
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:
- glob-style filtering for file and directory names
- depth limiting for directory recursion
- flattening of output into simple sequences of path names
- detection of symlink loops when following symlinks
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| walkdir-0.3.tar.gz (md5) | Source | 2012-01-31 | 12KB | 225 | |
- Author: Nick Coghlan
- Home Page: http://walkdir.readthedocs.org
- License: Simplified BSD License
- Requires unittest2
- Package Index Owner: ncoghlan
- DOAP record: walkdir-0.3.xml
