Skip to content

ncoghlan/walkdir

Repository files navigation

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:

  • 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

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

Maintainer History

  • Maintained by @palaviv since June 2018
  • Originally created by @ncoghlan in November 2011

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages